From 6bc99ecab4bcadaf4e4141680220eee4a87db45a Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Sun, 18 Oct 2009 09:45:02 +0000 Subject: [PATCH] Added DNSBL_SPAMHASH to [Mail] Options. --- ctrl/sbbs.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctrl/sbbs.ini b/ctrl/sbbs.ini index 743e23bf59..bea59533af 100644 --- a/ctrl/sbbs.ini +++ b/ctrl/sbbs.ini @@ -153,7 +153,7 @@ Options = XTRN_MINIMIZED | SYSOP_AVAILABLE | USE_2ND_RLOGIN | ALLOW_RLOGIN | ALL ; DNSBL_BADUSER - Report recipient failure for mail from blacklisted IPs ; DNSBL_CHKRECVHDRS - Check all "Received" header fields for blacklisted IPs ; DNSBL_THROTTLE - Throttle mail sessions from blacklisted IPs -; DNSBL_DEBUG - Log DNS blacklist queries +; DNSBL_SPAMHASH - Calculate and store hashes of messages (SPAM) from blacklisted IPs ; SEND_INTRANSIT - Send mail even when flaggeed as 'in-transit' ; RELAY_AUTH_PLAIN - Use PLAIN SMTP authentication when relaying mail ; RELAY_AUTH_LOGIN - Use LOGIN SMTP authentication when relaying mail -- GitLab