You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2009/05/24 17:58:03 UTC

[Bug 6118] __ANY_IMAGE_ATTACH ignores .jpg extension

https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6118





--- Comment #1 from John Hardin <jh...@impsec.org>  2009-05-24 08:58:03 PST ---
mimeheader __ANY_IMAGE_ATTACH Content-Type =~ /image\/(?:gif|jpeg|png)/

should be

mimeheader __ANY_IMAGE_ATTACH Content-Type =~ /image\/(?:gif|jpe?g|png)/

Sorry for the empty original submission, I hit [ENTER] rather than [TAB] after
the subject line. There should be no default button on this form... >:(


-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.