Michael Munger: > *TL;DR* - my milter works, but I want it to operate /after/ > smtpd_helo_restrictions, smtpd_recipient_restrictions, and > smtpd_client_restrictions have done their magic because it's logging > information from spam that gets filtered out by those guys (and also by > spamassassin).
Milters receive SMTP commands after smtpd_mumble_restrictions have allowed those commands. However, with "smtpd_delay_reject = yes', which is the default, smtpd_client..sender_restrictions are evaluated during RCPT TO. Just something to keep in mind. Wietse