Spam filtering for Rmail is part of Emacs 22.
(setq rsf-definitions-alist
'(((from . "") (to . "") (subject . "")
(contents . "X-Spam-Flag: YES")
(action . output-and-delete))))For Rmail users where spamassassin headers appear on messages already, here are hints, tips, pointers about how to filter…
http://www.cites.uiuc.edu/antispam/overview.html - Personal Spam Policies
Tag and Cautious Aggressive No
Deliver Quarantine
___________________________________________________
Not Spam | delivered delivered delivered delivered
Likely Spam | delivered quarantined quarantined delivered
Certain Spam | delivered quarantined deleted deleted
Known Virus | deleted deleted deleted deletedhttp://www.math.uconn.edu/itresources/spam_filter.php - Filtering (Broken Link)
http://www.math.uconn.edu/ITResources/InternetSetup/spam_filter.php
http://www-math.mit.edu/computer_help/spamassassin.html
http://www.cites.uiuc.edu/email/spamassassin.html (Broken Link)
http://www.its.caltech.edu/its/services/internetapps/email/spam.shtml (Broken Link)
See also http://wiki.apache.org/spamassassin/RMAIL
Dunno what you mean.
In EMACS there are sorting commands, what’s the trick or a kludge for sorting RMAIL messages by any of the SpamAssassin? headers?
Please see rsf-file (which is where spam can be stored). Just put action to output-and-delete to use that feature.
you have rsf-white-list for that.