[spambayes-bugs] [ spambayes-Bugs-783915 ] hammiefilter garbles message

SourceForge.net noreply at sourceforge.net
Wed Nov 3 02:54:37 CET 2004


Bugs item #783915, was opened at 2003-08-06 16:33
Message generated for change (Comment added) made by anadelonbrin
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=498103&aid=783915&group_id=61702

Category: hammie
Group: None
>Status: Closed
>Resolution: Wont Fix
Priority: 5
Submitted By: Matthew Eldridge (eldie1)
Assigned to: Nobody/Anonymous (nobody)
Summary: hammiefilter garbles message

Initial Comment:
hammiefilter -f garbles the attached message.  It drops 
the original headers, and replaces them with a single X-
Spambayes-Classification header.

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

>Comment By: Tony Meyer (anadelonbrin)
Date: 2004-11-03 14:54

Message:
Logged In: YES 
user_id=552329

The real solution here is to use email 3.0 / Python 2.4, as
the message is parsed properly (whatever defects are
present).  We are still throwing away damaged headers, as
they aren't any use to us (mboxutils.get_message()).

At some point sb_filter might work like sb_server, but for
the moment there are other solutions, and this is deliberate
behaviour, so closing as "Won't Fix".  Please reopen if this
is a problem.

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

Comment By: Tony Meyer (anadelonbrin)
Date: 2003-09-16 17:22

Message:
Logged In: YES 
user_id=552329

This happens because there is an error parsing the headers, 
and so spambayes throws them away and classifies on the 
body.

The best solution, IMO, would be to abstract out the code 
from sb_server that deals with this same problem, into 
message.py, and then get hammie.py to use message.py to 
add the headers.

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

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


More information about the Spambayes-bugs mailing list