THIS PATCH APPLIES TO YoSucker-prototype29.

These are two patches, one to Sputnik.pm and another to sample1.conf that
allow YoSucker to use SpamAssassin.

Basically, I needed a way to log into yahoo accounts and sort out the
huge amounts of spam I seem to get. I already use SpamAssassin on my
Hotmail account, via a program called Gotmail available at
http://savannah.nongnu.org/files/?group=gotmail, so I decided to take a
look at getting rid of spam from yahoo.

These patches allow YoSucker to be ran as a scheduled job and move mail
into one of two folders, depending on how 'spammy' the message is.
Messages that score high are moved to a folder for deleting later. Other
messages that score moderately high are moved to another folder to be
checked over for false positives before deletion.

Messages that score above SPAMSCORE are assumed to be spam and are moved
to SPAMFOLDER. Messages that score above SUSPECTSPAMSCORE are probably
spam, but may have some false positives and are moved to
SUSPECTSPAMFOLDER. I prefer this two level approach because it seems to
cut down on the number of false positives. Both of these folders need to
be created in advance on the server. I haven't figured out how to create
these folders on the fly yet.

Ironically, the patch also adds an option to not bother downloading the
messages at all. This is because I always use the web interface to read
yahoo mail; YoSucker is just used to sort out the spam on the server,
without ever actually downloading it.

I've found this useful, I hope other people do too..

Thanks!
bfd
