Spamassassin scores messages on our server with a header like so.

X-Spam-Level: *****************

With the number of astericks indicating its spam score.

Will this added to system_filter.exim block all messages that score over 15?

if $header_x-spam-level: contains "***************" then
        fail text "This message has been rejected due to spam content.\n\"
        seen finish
endif

Matt

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to