[spambayes-bugs] [ spambayes-Bugs-1119791 ] message/partial misclassified

SourceForge.net noreply at sourceforge.net
Thu Feb 10 04:06:19 CET 2005


Bugs item #1119791, was opened at 2005-02-09 18:47
Message generated for change (Comment added) made by leobru
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1119791&group_id=61702

Category: hammie
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Leonid (leobru)
Assigned to: Nobody/Anonymous (nobody)
Summary: message/partial misclassified

Initial Comment:
Partial messages (usually split by SMTP limiters) can
have base64 data without appropriate MIME header,
therefore all data will be tokenized and will most
likely result in numerous
 'skip:q 70': 0.98; 'skip:g 70': 0.98;
        'skip:j 70': 0.98; 'skip:o 70': 0.98; 'skip:v
70': 0.98;
        'skip:k 70': 0.98; 'skip:s 70': 0.98; 'skip:t
70': 0.98;
        'skip:a 70': 0.99; 'skip:n 70': 0.99; 'skip:p
70': 0.99;

that will raise its spam score to the roof and cause
the message to go to 'unsure' if the sender is
well-trusted, or to 'spam' otherwise, where it can be lost.

The classifier would do a better job by caching the
classification of messages
containing a header like

Content-Type: message/partial; total=2;
id="01C50EFC.CA6C2680 at quake"; number=1

and applying it to the subsequent parts.


----------------------------------------------------------------------

>Comment By: Leonid (leobru)
Date: 2005-02-09 19:06

Message:
Logged In: YES 
user_id=790676

Or, simpler, treat the body of continuation messages as
"empty" .

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1119791&group_id=61702


More information about the Spambayes-bugs mailing list