I created 2 accounts. spambox & hambox.
when an user checks his webmail, he can click on a button which send the mail as spam in the spambox, or send it as ham in the hambox.
Therefore, i have a new corpus each day, composed with spam & ham messages...
I think ur solution was great.
First, Bogofilter will filter incoming messages.
if spam is detected, then it will be sent to the spambox ( i hope so),
then, i 'll try to check if this is real spam with SA. if so, SA will teach BF with this message.
what do u think about that ?
My problem is... how to write a shell script ( will be in the crontab ) to launch SA, scan the directory, and if results are good, send it to bogofilter...i'm quite bad at shell scripting :(
Thx a lot,
Config : BF + SA + Postfix.