Mailing List Archive

svn commit: r482217 - /spamassassin/trunk/rules/50_scores.cf
Author: jm
Date: Mon Dec 4 07:20:43 2006
New Revision: 482217

URL: http://svn.apache.org/viewvc?view=rev&rev=482217
Log:
virus-bounce ruleset integration; move the scores into 50_scores.cf

Modified:
spamassassin/trunk/rules/50_scores.cf

Modified: spamassassin/trunk/rules/50_scores.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rules/50_scores.cf?view=diff&rev=482217&r1=482216&r2=482217
==============================================================================
--- spamassassin/trunk/rules/50_scores.cf (original)
+++ spamassassin/trunk/rules/50_scores.cf Mon Dec 4 07:20:43 2006
@@ -698,3 +698,15 @@
score MICROSOFT_EXECUTABLE 0.100
score MIME_SUSPECT_NAME 0.100
endif # Mail::SpamAssassin::Plugin::AntiVirus
+
+# VBounce - anti-bounce message ruleset. All of these are informational,
+# and should not be scored as antispam rules; instead the user needs
+# to detect messages that hit ANY_BOUNCE_MESSAGE, and filter them aside
+# as spurious bounces.
+#
+score MY_SERVERS_FOUND -0.001
+score BOUNCE_MESSAGE 0.1
+score CRBOUNCE_MESSAGE 0.1
+score VBOUNCE_MESSAGE 0.1
+score ANY_BOUNCE_MESSAGE 0.1
+