30 Dec
2009
30 Dec
'09
9:30 p.m.
aja-lists@tni.org wrote:
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.
Try the following:
if header :contains "X-Spam-Level" "*****" { ...
-- [pl>en: Andrew] Andrzej Adam Filip : anfi@onet.eu Common sense is the collection of prejudices acquired by age eighteen. -- Albert Einstein