I am running Spamassassin and I would like to reject all high scoring SPAM of 10+ at SMTP time. That way I do not have to store it locally in the users SPAM folder and if its a false positive the sender will see a notice.
Has any done this?
One example I found is this:
http://www.timj.co.uk/uploads/Exim-SpamAndVirusScanning.pdf
deny message = This message scored $spam_score spam points.
spam = exim:true
condition = ${if >{$spam_score_int}{100}}
I just do not know how to make that work in Directadmins exim config.
Has any done this?
One example I found is this:
http://www.timj.co.uk/uploads/Exim-SpamAndVirusScanning.pdf
deny message = This message scored $spam_score spam points.
spam = exim:true
condition = ${if >{$spam_score_int}{100}}
I just do not know how to make that work in Directadmins exim config.