From: <[EMAIL PROTECTED]>

Hi list, i'm new in spamassassin, I have all the system configured ( I
think )
but I have a question, when a spam message arrive the spamassassin mark it
as the ******spam*****, then the message going to my mailbox

My question it's:
I want that some of this spams, instead of going to the user's INBOX folder,
go to their SPAM folder.
Which the better solution to achieve this?
and what's the name of the program?


I have a debian sarge, postfix, spamassassin 3.0.3

This is best done in the tool that speaks to SpamAssassin. And there
is a nice trick you can pull to make it possible to sort on a finer
basis if the tool is smart enough.

rewrite_header Subject     *****SPAM***** _SCORE(00)_ **

That gives subjects with a three digit, decimal point, digit format
for the score. It makes it really easy to sort out low scoring spams
for further inspection or treatment in the spam folder. I have spamc
called by procmail here. And I simply feed it all to dovecot with the
markup. Then I use OutlookExpress to sort the incoming mail into about
40 active folders, one of which is "spam". Sorting by subject then
allows easy scans for mismarked ham messages or for messages I want to
feed to salearn.

{^_^}   Joanne


Reply via email to