You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by mm...@apache.org on 2008/09/02 18:00:54 UTC

svn commit: r691292 - /spamassassin/rules/trunk/sandbox/mmartinec/20_misc.cf

Author: mmartinec
Date: Tue Sep  2 09:00:54 2008
New Revision: 691292

URL: http://svn.apache.org/viewvc?rev=691292&view=rev
Log:
must use :raw to avoid seing a decoded display name

Modified:
    spamassassin/rules/trunk/sandbox/mmartinec/20_misc.cf

Modified: spamassassin/rules/trunk/sandbox/mmartinec/20_misc.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/trunk/sandbox/mmartinec/20_misc.cf?rev=691292&r1=691291&r2=691292&view=diff
==============================================================================
--- spamassassin/rules/trunk/sandbox/mmartinec/20_misc.cf (original)
+++ spamassassin/rules/trunk/sandbox/mmartinec/20_misc.cf Tue Sep  2 09:00:54 2008
@@ -15,6 +15,7 @@
 header   CR_IN_SUBJ	Subject =~ /\015/
 describe CR_IN_SUBJ	Subject contains a CR character
 
+# must use :raw to avoid seeing a decoded display name
 header   FROM_UNBAL1	From =~ / < [^>]* $/xm
 describe FROM_UNBAL1	From with unbalanced angle brackets, '>' missing