From 154d344bde39bcb92b0440aa718ab01bb7324d77 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Wed, 13 Feb 2008 07:43:28 +0000
Subject: [PATCH] Created NO_AUTO_EXEMPT option to disable the new automatic
 DNSBL-exempting of recipient mail addresses (for Deuce).

---
 ctrl/sbbs.ini | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ctrl/sbbs.ini b/ctrl/sbbs.ini
index cb9fca176a..a73031f59d 100644
--- a/ctrl/sbbs.ini
+++ b/ctrl/sbbs.ini
@@ -158,6 +158,7 @@ Options = XTRN_MINIMIZED | SYSOP_AVAILABLE | USE_2ND_RLOGIN | ALLOW_RLOGIN | ALL
 ;	RELAY_AUTH_PLAIN	- Use PLAIN SMTP authentication when relaying mail
 ;	RELAY_AUTH_LOGIN	- Use LOGIN SMTP authentication when relaying mail
 ;	RELAY_AUTH_CRAM_MD5	- Use CRAM MD5 SMTP authentication when relaying mail
+;	NO_AUTO_EXEMPT		- Don't automatically DNSBL-exempt recipient e-mail addresses
 ;	NO_RECYCLE		- Don't allow server recycles
 ; 	LOCAL_TIMEZONE		- Use the local timezone (vs UTC) when generating timestamps
 ; 	MUTE			- Don't play sound files
-- 
GitLab