Hi
Does anyone have any ideas why the message below didn't go through the DSPAM
router?
DSPAM works fine otherwise but this is odd, have I mess a setting up ?
Thanks in advance
Leigh
Log shows
2005-02-03 10:40:18 1CwePK-0005pi-LF <= hostmaster@???
H=64-109-151-169.ded.ameritech.net (itri.bton.ac.uk) [64.10
9.151.169] P=smtp S=3064 id=058f01c509f8$4d815dde$a99d7683@LARLY T="Don't go
unprotected. Upgrade your software"
Info:
Running Exim 4.44
Part of Configure file (Let me know if I'm missing any bits)
domainlist local_domains = @ : itri.brighton.ac.uk : itri.bton.ac.uk
domainlist relay_to_domains =
hostlist relay_from_hosts = 127.0.0.1 : 194.81.196.0/24
# DSPAM
dspam_router:
no_verify
check_local_user
# a file <username>.dspam in the opt-in dir is required
require_files = "/raid/dspam/opt-in/${local_part}.dspam"
# This is a check done by DSPAM anyway but when opted out
# the protocol header still has spam-ITRI-scanned and no point
# calling dspam if it's not needed
# Also gives control over mailing lists
#
# When to scan a message :
# - it isn't already flagged as spam from DSPAM
# - it isn't already scanned
# - it isn't local
# - it isn't from one internal domain user to another
condition = \
${if and \
{ \
{!def:h_X-DSPAM-Check:} \
{!eq {$received_protocol}{spam-ITRI-scanned} } \
{!eq {$received_protocol}{local} } \
{!eq {$sender_address_domain}{$domain}} \
} \
{1}{0}}
headers_add = "X-DSPAM-Check: by $primary_hostname on $tod_full"
driver = accept
transport = dspam_spamcheck
-- Message --