Mailing List Archive

Autolearning of dedicated spam mail boxes
Hello all,

I have been noticing for some time spam being sent to multiple addresses
I never use or have used, there is thus never any good mail in those
folders.

What I want to do is to autolearn those messages as spam using procmail.
What I am wondering about is whether the message actually will be
learned by the following lines in procmailrc:

# Automatic spam learning of spam mail boxes
:0
* ^TOspam_mailbox@
{ SPAMCHECK=spam }

:0
* ^TOspam_mailbox2@
{ SPAMCHECK=spam }

:0
* SPAMCHECK ?? spam
| sudo -u spamlearn salearn -spam


Best regards,
Kenneth
Re: Autolearning of dedicated spam mail boxes [ In reply to ]
Kenneth Andresen <kenneth@cancun.net> wrote:
>[...]
> I have been noticing for some time spam being sent to multiple
> addresses I never use or have used, there is thus never any
> good mail in those folders.

I think this is covered under SPAM TRAPPING on the spamassassin man page.

- Bob