You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2004/04/27 04:03:14 UTC

svn commit: rev 10300 - incubator/spamassassin/trunk/rules

Author: jm
Date: Mon Apr 26 19:03:13 2004
New Revision: 10300

Modified:
   incubator/spamassassin/trunk/rules/60_whitelist.cf
Log:
bug 3122: USER_IN_BLACKLIST penalty should not be added to AWL, as this makes it harder to de-blacklist

Modified: incubator/spamassassin/trunk/rules/60_whitelist.cf
==============================================================================
--- incubator/spamassassin/trunk/rules/60_whitelist.cf	(original)
+++ incubator/spamassassin/trunk/rules/60_whitelist.cf	Mon Apr 26 19:03:13 2004
@@ -38,7 +38,7 @@
 # to accidentally blacklist someone's From address.
 header USER_IN_BLACKLIST	eval:check_from_in_blacklist()
 describe USER_IN_BLACKLIST	From: address is in the user's black-list
-tflags USER_IN_BLACKLIST	userconf
+tflags USER_IN_BLACKLIST	userconf noautolearn
 
 header USER_IN_WHITELIST	eval:check_from_in_whitelist()
 describe USER_IN_WHITELIST	From: address is in the user's white-list