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