You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by he...@apache.org on 2019/06/25 12:56:48 UTC

svn commit: r1862058 - /spamassassin/trunk/rulesrc/sandbox/jhardin/20_tbird_image_spam.cf

Author: hege
Date: Tue Jun 25 12:56:48 2019
New Revision: 1862058

URL: http://svn.apache.org/viewvc?rev=1862058&view=rev
Log:
Probably should match image/jpg too

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

Modified: spamassassin/trunk/rulesrc/sandbox/jhardin/20_tbird_image_spam.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rulesrc/sandbox/jhardin/20_tbird_image_spam.cf?rev=1862058&r1=1862057&r2=1862058&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/jhardin/20_tbird_image_spam.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/jhardin/20_tbird_image_spam.cf Tue Jun 25 12:56:48 2019
@@ -5,7 +5,7 @@
 # with input from Alex Broens and Karsten Bräckelmann
 
 ifplugin Mail::SpamAssassin::Plugin::MIMEHeader
-  mimeheader __JPEG_ATTACH           Content-Type =~ /image\/jpeg/i
+  mimeheader __JPEG_ATTACH           Content-Type =~ /image\/jpe?g/i
 endif
 
 header     __MUA_TBIRD             User-Agent =~ /^Mozilla\/(.*) Thunderbird/