I've just confirmed that when I added dspam to my system I've somehow managed to remove the header_checks from the checking loop. I guess it's due to the way the messages are being delivered
main.cf ------- smtpd_recipient_restrictions = ... check_client_access pcre:/usr/local/etc/postfix/dspam_filter_access dspam_filter_access ------------------- /./ FILTER dspam:unix:/tmp/dspam.sock Is there any way I can have the header_checks run before dspam as I'd like to kill files that way rather than allow them to go all the way through the system. Thanks. david
