Eli Zaretskii writes: >> From: Don Saklad >> Date: Mon, 11 Feb 2008 19:08:48 -0500 >> Cc: >> >> for RMAIL in EMACS how do you sort probable spam type messages >> to a file so you can check for false positives?... what emacs commands >> could do it during a single session?... >> >> spamassassin headers appear on many messages but the fencepost.gnu.org >> sysadmin team does not provide end-user support for RMAIL in EMACS. > > Emacs 22 comes with rmail-spam-filter, so perhaps you could hack it to > look at the spamassassin headers. (If you do, please submit the > changes to emacs-devel@gnu.org.) The patch below allow the user to set `rsf-definitions-alist' so that `rmail-spam-filter' also check the X-Spam-Status header field. I think this is what the OP needs. Should I apply this?