You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jh...@apache.org on 2009/10/04 06:18:19 UTC

svn commit: r821462 - /spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf

Author: jhardin
Date: Sun Oct  4 04:18:19 2009
New Revision: 821462

URL: http://svn.apache.org/viewvc?rev=821462&view=rev
Log:
FROM_MISSPACED has rotten S/O without quotes

Modified:
    spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf

Modified: spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf?rev=821462&r1=821461&r2=821462&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf Sun Oct  4 04:18:19 2009
@@ -49,8 +49,8 @@
 
 
 # From should have whitespace between the comment and the address
-#header         FROM_MISSPACED        From =~ /^\s*"[^"]*"</
-header         FROM_MISSPACED        From =~ /\S+<\w+/
+header         FROM_MISSPACED        From =~ /^\s*"[^"]*"</
+#header         FROM_MISSPACED        From =~ /\S+<\w+/		# way poor S/O
 describe       FROM_MISSPACED        From: missing whitespace
 
 # To the same