You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by do...@apache.org on 2005/11/12 06:30:40 UTC

svn commit: r332733 - in /spamassassin/rules/trunk/sandbox/dos: ./ 70_bugs.cf

Author: dos
Date: Fri Nov 11 21:30:36 2005
New Revision: 332733

URL: http://svn.apache.org/viewcvs?rev=332733&view=rev
Log:
bug 4652: test rule mods

Added:
    spamassassin/rules/trunk/sandbox/dos/
    spamassassin/rules/trunk/sandbox/dos/70_bugs.cf

Added: spamassassin/rules/trunk/sandbox/dos/70_bugs.cf
URL: http://svn.apache.org/viewcvs/spamassassin/rules/trunk/sandbox/dos/70_bugs.cf?rev=332733&view=auto
==============================================================================
--- spamassassin/rules/trunk/sandbox/dos/70_bugs.cf (added)
+++ spamassassin/rules/trunk/sandbox/dos/70_bugs.cf Fri Nov 11 21:30:36 2005
@@ -0,0 +1,15 @@
+### bug 4652 ###
+
+# original rule
+header T__OIMO_MSGID_0	MESSAGEID =~ /^<[A-P]{26}A[AB]\.[-_\w.]+\@\S+>$/m
+
+# original rule with what I assume was meant to be an escaped period
+header T__OIMO_MSGID_1	MESSAGEID =~ /^<[A-P]{26}A[AB]\.[-\w\.]+\@\S+>$/m
+
+# modified rule without escaped period
+header T__OIMO_MSGID_2	MESSAGEID =~ /^<[A-P]{26}A[ABC]\.[-\w.]+\@\S+>$/m
+
+# modified rule with escaped period
+header T__OIMO_MSGID_3	MESSAGEID =~ /^<[A-P]{26}A[ABC]\.[-\w\.]+\@\S+>$/m
+
+