How can I explain to dspam that the user "brandon" is the same as "brandon@mydomain"
- by Brandon Craig Rhodes
I am using dspam for spam filtering by running the "dspamd" daemon under Ubuntu 9.10 and then setting up a Postfix rule that says:
smtpd_recipient_restrictions =
...
check_client_access pcre:/etc/postfix/dspam_everything
...
where that PCRE map looks like this:
/./ FILTER lmtp:[127.0.0.1]:11124
This works well, and means that all…