Am Mittwoch, 16. September 2009 02:33:27 schrieb drkwc:
> New Spamassassin nb qs:
> 
> On the configuration panel, I have SpamAssassin set to mark as spam any
> email scoring 5 or above.
> 
> I have a rule set in Outlook Express to route those to a SpamAssassin SPAM
> folder.
> 
> Now, I'm wondering, can I ALSO set the auto-delete function to delete -- at
> server level -- any emails scoring 10 or higher. That would be really
> convenient and would only deliver to my Outlook Express spam folder those
> scoring lower than 10.


like some others already said, SA has no configuration panel.


putting that aside, I'm doing exactly what you want to do.

I'm filtering mail thru spamassasin into a cyrus imap server that does server-
side sieve filters, and the last three sieve rules in my filter are like this, 
"delete everything with a score higher than X, then stop filtering";
"move everything marked as SPAM into that folder, then stop filtering";
"everything that has not been hit by any rule up to here goes into INBOX".


that way I don't loose anything from mailing lists because that is all handled 
before those three rules, spams with a really high score go to the dumpster, 
and "unclear" spam goes in for manual inspection (gets me between 1 and 5 spam 
mails per day for a whole domain...).

bye,
MH

Reply via email to