info-gnus-english
[Top][All Lists]
Advanced

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

Re: Spam quation : procmail v spam.el using spamassassin.


From: Ted Zlatanov
Subject: Re: Spam quation : procmail v spam.el using spamassassin.
Date: Mon, 19 Jun 2006 10:47:33 -0400
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

On 19 Jun 2006, hadronquark@gmail.com wrote:

> Since procmail settings are causing my mail to be "split" into spam
> folders (nnmaildir) after processing by spamassassin, would the split
> functons in spam.el have any purpose?

Sure.  You could apply additional filters to the SA run.

> I'm really going around in circles trying to figure out the best way of
> configuring spamassassin with procmail and then gnus. Any help greatly
> appreciated.

The delivery for that setup should be:

incoming mail
to
procmail
to
SA
to
nnmaildir
to
spam.el (if you want) for extra splitting

Then the read cycle would be

1)

enter SPAM group
(all unread messages are spam by default)
mark any messages as ham
exit SPAM group
(spam and ham processing and destinations are applied here)

2)

enter non-SPAM group
(same as above, except unread messages are not spam by default, so you
mark messages as spam manually)

So the setup consists of:

a) set up SPAM and non-SPAM groups (this is done with `G c' or `G p'
or gnus-parameters)
b) set up spam and ham processing (these are functions to be run on
spam and ham, e.g. sa-learn for SA), if wanted
c) set up spam and ham destinations (for spam/ham messages on group
exit), if wanted

I personally prefer destinations to processing, because I have a slow
IMAP server so it's faster to move messages and then batch-process
them, but it's up to you.

I hope that helps.  More introductory information can be found at
http://lifelogs.com/spam and in the Gnus manual.

Ted


reply via email to

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