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 2014/09/18 03:52:31 UTC

svn commit: r1625872 - /spamassassin/trunk/rules/20_body_tests.cf

Author: jhardin
Date: Thu Sep 18 01:52:31 2014
New Revision: 1625872

URL: http://svn.apache.org/r1625872
Log:
__SUBJECT_UTF8_B_ENCODED should be case-insensitive

Modified:
    spamassassin/trunk/rules/20_body_tests.cf

Modified: spamassassin/trunk/rules/20_body_tests.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rules/20_body_tests.cf?rev=1625872&r1=1625871&r2=1625872&view=diff
==============================================================================
--- spamassassin/trunk/rules/20_body_tests.cf (original)
+++ spamassassin/trunk/rules/20_body_tests.cf Thu Sep 18 01:52:31 2014
@@ -97,7 +97,7 @@ describe BLANK_LINES_80_90  Message body
 # messages where generally there are lots of spaces mean the message is spam.
 # 8.532  10.6051   0.1897    0.982   0.75    0.01  T_VERTICAL_WORDS_TVD_1
 # bug 6149: avoid common .jp false positives
-header __SUBJECT_UTF8_B_ENCODED     Subject:raw =~ /=\?UTF-8\?B\?/
+header __SUBJECT_UTF8_B_ENCODED     Subject:raw =~ /=\?UTF-?8\?B\?/i
 body __TVD_SPACE_RATIO	eval:tvd_vertical_words('0','10')
 meta TVD_SPACE_RATIO    (__TVD_SPACE_RATIO && !__ISO_2022_JP_DELIM && !__SUBJECT_UTF8_B_ENCODED && !__HIGHBITS)