You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by Apache Wiki <wi...@apache.org> on 2011/10/02 05:20:33 UTC

[Spamassassin Wiki] Update of "ReportingSpam" by TimBates

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Spamassassin Wiki" for change notification.

The "ReportingSpam" page has been changed by TimBates:
http://wiki.apache.org/spamassassin/ReportingSpam?action=diff&rev1=17&rev2=18

Comment:
Removed no-longer-available teach-sa-lite

  This is what I use to feed mail back to spamassassin from folders on my IMAP account : http://www.ruwenzori.net/code/teach-sa/
  
  It works on the server side, taking input from the maildirs that provide the back-end for the IMAP server. It reads mail in designated maildir folders (spam on the one hand, ham on the other) and feeds them to spamassassin for bayesian learning and submission to various spam detection schemes while reducing training-related admin workload to nearly zero. Fits any setup storing mail as maildir, but could trivially be modified to work with mbox based systems. It depends on archivemail and formail, both packages being available from Debian.
- 
- A simplified version of the above script that only deals with adding spam (not ham) to the internal "BAYES rules" (and not to external databases) is available at: http://www.new-life.org.au/~tin/teach-sa_lite.sh This version may be more suitable when users don't understand email and spam very well, and things need to be made more simple.
  
  = Setup of special aliases in Postfix to forward spams and hams =