[Spambayes] Slice o' life

Skip Montanaro skip@pobox.com
Wed Oct 16 22:02:38 2002


    Tim> It turns out that python.org, Mailman, and SpamAssassin, put
    Tim> sooooooooo many unique "Hey, I had my fingers this!" clues in the
    Tim> headers that virtually any message coming thru python.org has a
    Tim> relatively huge collection of killer-strong ham clues (just listing
    Tim> headers containing such clues):

Why not tweak the code to call the guts of unheader.py?  Something like

    unheader.py -p 'X-Mailman|List-|Errors-to|Sender'

should get rid of most of the header fluff.

Skip