Autor: John McMurray Fecha: A: exim-users Asunto: [exim] $spam_score_int
Hi all,
This might be more of a spamassassin question, I'm not really sure.
In my exim4.conf file I currently deny incoming email based on dns block
lists, eg:
deny
message = JunkMail rejected - $sender_fullhost is in an
RBL, see $dnslist_text
dnslists = zen.spamhaus.org
log_message = DNSBL - zen.spamhaus.org - see $dnslist_text
This is of course a problem for legitimate emails in the block lists.
I'd like to change the deny to a warn but I'd also like to be able to
increase the $spam_score_int variable so that mail clients can decide
how they want to handle higher spam scores.