Author: Chris Bond Date: To: exim-users, dspam-users CC: Subject: [exim] Vacation Return-Path and Dspam
Hi,
Been trying to get the return-path working with dspam. If I comment out the
dspam rules in exim.conf vacation works a dream. The minute I enable dspam
integration exim seems to be setting the Return-Path: <exim@myhostname>.
I've tried playing with return_path_add = false but it doesn't seem to make
a difference.
Here are my configs:
dspam_router:
no_verify
# check_local_user
# When to scan a message :
# - it isn't already flagged as spam from Spamassassin
# - 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-Spam-Flag:} {!def:h_X-DSPAM-Check:}
{!eq {$received_protocol}{local}} {!eq {$sender_address_domain}{$domain}} }
{1}{0}}"
headers_add = "X-Filter-DSPAM-Check: by $primary_hostname on $tod_full"
driver = accept
transport = dspam_spamcheck