From 106259e860f4a8959c1d5014b913e411288c9120 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 3 Sep 2008 23:50:27 +0000 Subject: [PATCH] remove 127.0.0.1 from the trusted networks, as it is already being added git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@238 0b7a5b0c-1f2c-0410-bd74-c376f8064c91 --- bugs/user_prefs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bugs/user_prefs b/bugs/user_prefs index d5e4d3f..0ffcaa3 100644 --- a/bugs/user_prefs +++ b/bugs/user_prefs @@ -61,7 +61,8 @@ score BAYES_99 4.5 # 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 -- 2.39.2