unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Bastien Guerry <bzg@altern.org>
To: help-gnu-emacs@gnu.org
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	[thread overview]
Message-ID: <87wspawcmn.fsf@bzg.ath.cx> (raw)
In-Reply-To: <E1JOihc-00044q-F1@fencepost.gnu.org> (Don Saklad's message of "Mon, 11 Feb 2008 19:08:48 -0500")

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	other threads:[~2008-02-12 13:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-12  0:08 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? Don Saklad
2008-02-12 13:03 ` Bastien Guerry [this message]
2008-02-12 19:41 ` Eli Zaretskii
2008-02-13  0:55   ` Bastien Guerry
  -- strict thread matches above, loose matches on Subject: below --
2008-02-12  0:11 Don Saklad

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wspawcmn.fsf@bzg.ath.cx \
    --to=bzg@altern.org \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).