You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by kh...@apache.org on 2010/04/07 01:31:15 UTC

svn commit: r931372 - /spamassassin/trunk/rulesrc/sandbox/khopesh/20_bug_6389.cf

Author: khopesh
Date: Tue Apr  6 23:31:15 2010
New Revision: 931372

URL: http://svn.apache.org/viewvc?rev=931372&view=rev
Log:
highbit headers bug 6389

Added:
    spamassassin/trunk/rulesrc/sandbox/khopesh/20_bug_6389.cf

Added: spamassassin/trunk/rulesrc/sandbox/khopesh/20_bug_6389.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rulesrc/sandbox/khopesh/20_bug_6389.cf?rev=931372&view=auto
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/khopesh/20_bug_6389.cf (added)
+++ spamassassin/trunk/rulesrc/sandbox/khopesh/20_bug_6389.cf Tue Apr  6 23:31:15 2010
@@ -0,0 +1,10 @@
+# from two sample FPs posted to bug 6389 (attachment 4721 and attachment 4730)
+
+# just a raw numbers check:
+header __HAS_XMIME_AUTOCONV	exists:X-MIME-Autoconverted
+
+# possible fix to bug 6389
+header __MIME_QP_TO_8BIT X-MIME-Autoconverted =~ /from quoted-printable to 8bit/
+
+meta DOS_HIGHBIT_HDRS_BODY_BUG6389 __FROM_NEEDS_MIME && __SUBJECT_ENCODED_B64 && __FROM_ENCODED_B64 && __SUBJECT_NEEDS_MIME && __HIGHBITS && !__MIME_QP_TO_8BIT
+