unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Re: What already existing RMAIL or EMACS commands are there to filter all the email in RMAIL with spamassassin headers indicating spam to a separate file that can be checked anytime for false positives?...
@ 2008-03-10 10:39 Don Saklad
  2008-03-10 11:07 ` Thierry Volpiatto
  0 siblings, 1 reply; 2+ messages in thread
From: Don Saklad @ 2008-03-10 10:39 UTC (permalink / raw)
  To: help-gnu-emacs, dsaklad

Thank you! I'm grateful for the hints, tips and pointers.

          For storing Rmail message in a folder, look at
          `rmail-automatic-folder-directives'.
          C-h v rmail-automatic-folder-directives REG

          For using spam filters with Rmail, put this in your configuration:
          (require 'rmail-spam-filter)
          (setq rmail-use-spam-filter t)
          Then you need to set `rsf-definitions-alist': 

          M-x customize-variable RET rsf-definitions-alist RET
          Edit it to deal with spamassassin headers.

Attempting this hasn't worked out yet. Regrettably,
while it looked like a good complete explanation for a person with
a certain expertise, it's problematical for a level of user merely
using more familiar emacs commands.

What existing emacs commands are already available, emphasis existing
and already available without having to set anything?... for filtering
all the email in RMAIL with spamassassin headers indicating spam to a
separate file that can be checked anytime for false positives?




"Someday we'll have real computers and not have to know this stuff !"
--onr




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: What already existing RMAIL or EMACS commands are there to filter all the email in RMAIL with spamassassin headers indicating spam to a separate file that can be checked anytime for false positives?...
  2008-03-10 10:39 What already existing RMAIL or EMACS commands are there to filter all the email in RMAIL with spamassassin headers indicating spam to a separate file that can be checked anytime for false positives? Don Saklad
@ 2008-03-10 11:07 ` Thierry Volpiatto
  0 siblings, 0 replies; 2+ messages in thread
From: Thierry Volpiatto @ 2008-03-10 11:07 UTC (permalink / raw)
  To: Don Saklad; +Cc: help-gnu-emacs

Don Saklad <dsaklad@gnu.org> writes:

> Thank you! I'm grateful for the hints, tips and pointers.
>
>           For storing Rmail message in a folder, look at
>           `rmail-automatic-folder-directives'.
>           C-h v rmail-automatic-folder-directives REG
>
>           For using spam filters with Rmail, put this in your configuration:
>           (require 'rmail-spam-filter)
>           (setq rmail-use-spam-filter t)
>           Then you need to set `rsf-definitions-alist': 
>
>           M-x customize-variable RET rsf-definitions-alist RET
>           Edit it to deal with spamassassin headers.
>
> Attempting this hasn't worked out yet. Regrettably,
> while it looked like a good complete explanation for a person with
> a certain expertise, it's problematical for a level of user merely
> using more familiar emacs commands.
>
> What existing emacs commands are already available, emphasis existing
> and already available without having to set anything?... for filtering
> all the email in RMAIL with spamassassin headers indicating spam to a
> separate file that can be checked anytime for false positives?

Use fetchmail ==> procmail+spamassassin ==> RMAIL, gnus or what you want

fetchmail get the mails from your server and give the mails to procmail;

procmail use spamassassin to filter the mails and put the mails in your
mail-source directory.

RMAIL or gnus or anything else read the mails from mail-source directory.

-- 
A + Thierry
Pub key: http://pgp.mit.edu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-03-10 11:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-10 10:39 What already existing RMAIL or EMACS commands are there to filter all the email in RMAIL with spamassassin headers indicating spam to a separate file that can be checked anytime for false positives? Don Saklad
2008-03-10 11:07 ` Thierry Volpiatto

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).