help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: for RMAIL in EMACS how do you sort probable spam type messages to a


From: Bastien Guerry
Subject: Re: 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?...
Date: Tue, 12 Feb 2008 13:03:12 +0000
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux)

Don Saklad <dsaklad@gnu.org> writes:

> 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 comes with rmail-spam-filter.el: 

(require 'rmail-spam-filter)
(setq rmail-use-spam-filter t)

However, it looks like it doesn't handle X-Spam-* header fields.  
I'm not using it.  If you're successful by using this, I'd be glad 
to hear about your setup.  If the absence of X-Spam-* handling is 
really a problem, I guess it is not hard to implement with current
code. 

HTH

-- 
Bastien




reply via email to

[Prev in Thread] Current Thread [Next in Thread]