Bug 2174 - Base64-encoding
Summary: Base64-encoding
Status: RESOLVED DUPLICATE of bug 1517
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Regression Tests (show other bugs)
Version: 2.50
Hardware: Other Linux
: P5 normal
Target Milestone: 2.70
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-01 08:37 UTC by Animator
Modified: 2003-07-01 01:20 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status

Note You need to log in before you can comment on or make changes to this bug.
Description Animator 2003-07-01 08:37:51 UTC
Several (spam-)mails I recieve are Base64 Encoded and the test (my own defined test) do not work properly on them. They work if I reply/forward the mail to myself without encoding.

The used filter for the first two mails (urls will follow) is:
uri URI_27_MEG /^http:\/\/www\.27meg\.com\/\~[^\/]*?\/cgi-bin\/(remove|stuff)\.cgi$/i

It works in Perl and it works when I reply/forward the mail without encoding.

The mails can be found on: http://animator.cq-empires.com/mail1.txt and http://animator.cq-empires.com/mail2.txt

A third one can be found on http://animator.cq-empires.com/mail3.txt. It should match on the following regex/test:
body BODY_ENLARGE /\*\sGain\sUp\sTo\s3\sF\.?u\.?l\.?l\sInche?es\sIn\sLength/i

This test works in Perl and when the mail is replyed/forwarded without encoding.


The version of SpamAssassin I have is 2.50. If this is due to an outdated version or if it is already fixed in a newer version then please tell me.
Comment 1 Animator 2003-07-01 08:47:06 UTC
PS: MIME::Decoder::Base64 is up to date.
Comment 2 Theo Van Dinter 2003-07-01 09:20:14 UTC
dupe, fixed in 2.60. :)

*** This bug has been marked as a duplicate of 1517 ***