[Dovecot] A Dovecot Sieve spam filter question.
aja-lists at tni.org
aja-lists at tni.org
Wed Dec 30 21:21:29 EET 2009
Hi,
I'd like to make a filtering threshold for users to let them
deal with spamassassin spam-level starred < 8 themselves,
but spam-level starred higher than 8 should be discarded
how can one do that with the "anyof" option ?
the following doesn't work with a test email with "gtube",
which scores > 999 :
#
require "fileinto";
if header :matches "X-Spam-Level" "\*\*\*\*\*\*" {
fileinto "discard";
}
and I think it would be nice to have not so many lines
in the globalsieverc file.
TIA, Regards,
Adrian
More information about the dovecot
mailing list