]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - bugs/user_prefs
remove 127.0.0.1 from the trusted networks, as it is already being added
[spamassassin_config.git] / bugs / user_prefs
index 1a68fecd323ae330ec9016fba0c9043cef2378d4..0ffcaa36a5eadab70648038eaa5ac32627035104 100644 (file)
@@ -61,7 +61,8 @@ score BAYES_99 4.5
 # blarson 2005-01-28
 clear_trusted_networks
 # the /24 around spohr, master, and gluck
 # blarson 2005-01-28
 clear_trusted_networks
 # the /24 around spohr, master, and gluck
-trusted_networks 127.0.0.1 128.193.0.0/24 146.82.138.0/24 192.25.206.0/24 140.211.166.0/24
+# something is already adding 127; remove it.
+trusted_networks 128.193.0.0/24 146.82.138.0/24 192.25.206.0/24 140.211.166.0/24
 
 # blarson 2004-03-20
 # Disable most DNSBLs -- overhead to high 
 
 # blarson 2004-03-20
 # Disable most DNSBLs -- overhead to high 
@@ -72,7 +73,8 @@ rbl_timeout 15
 
 # blarson 2007-09-14
 loadplugin Mail::SpamAssassin::Plugin::URIDNSBL
 
 # blarson 2007-09-14
 loadplugin Mail::SpamAssassin::Plugin::URIDNSBL
-uridnsbl_timeout       5
+# uridnsbl_timeout     5
+rbl_timeout            5
 
 include common/blacklists
 
 
 include common/blacklists