Laura Steynes via Postfix-users: > Hi, > I've noticed since implementing milter-regex that if there is an inbound > message addressed to two addresses, that if one is caught by a milter-regex > reject rule (stopping a html message to a system address which does some > automation), but the other recipient being a normal addressee not caught by > this rule, their copy of the message is also rejected.
If you reject based on HEADER content (in SMTP: the End-of-DATA protocol stage), then all you can do is reject the entire transaction. OTOH if you were to reject based on ENVELOPE content (in SMTP: the MAIL FROM protocol stage) then you can reject individual recipients. Wietse _______________________________________________ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org