I am not sure who "smf" is, but are they aware that "test rules" without
"tflags nopublish" could possibly be auto-promoted with a score they
don't expect. Scores in the sandbox below are ignored. We don't want a
repeat of the FSL_RU_URL issue.
Warren
On 2/3/2011 1:00 PM, [email protected] wrote:
Author: smf
Date: Thu Feb 3 23:00:41 2011
New Revision: 1067022
URL: http://svn.apache.org/viewvc?rev=1067022&view=rev
Log:
New test rules for sandbox
Modified:
spamassassin/trunk/rulesrc/sandbox/smf/20_smf.cf
Modified: spamassassin/trunk/rulesrc/sandbox/smf/20_smf.cf
URL:
http://svn.apache.org/viewvc/spamassassin/trunk/rulesrc/sandbox/smf/20_smf.cf?rev=1067022&r1=1067021&r2=1067022&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/smf/20_smf.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/smf/20_smf.cf Thu Feb 3 23:00:41 2011
@@ -1 +1,16 @@
-# smf
+# smf test rules
+header SMF_BRACKETS_TO To:raw =~ /<<[^<>]+>>/
+describe SMF_BRACKETS_TO Double-brackets around To header address
+score SMF_BRACKETS_TO 0.01
+
+header SMF_BRACKETS_FROM From:raw =~ /<<[^<>]+>>/
+describe SMF_BRACKETS_FROM Double-brackets around From header address
+score SMF_BRACKETS_FROM 0.01
+
+header SMF_FAKE_HOTMAIL_RCVD Received =~ /\bmx[1234]\.hotmail\.com\b/
+describe SMF_FAKE_HOTMAIL_RCVD Fake hotmail received header
+score SMF_FAKE_HOTMAIL_RCVD 0.01
+
+body SMF_COPY_PASTE_LINK /copy and paste the link into your browser/i
+describe SMF_COPY_PASTE_LINK Intentionally Unclickable link
+score SMF_COPY_PASTE_LINK 0.01