I need to set up a nullroute address which is accepted without any kind of warning, and then silently discarded.
I have it working using check_recipient_maps as: [email protected] discard blackholed ("nullroute" is set up as an alias on $mydomain in aliases so that it's accepted) However, this configuration will discard all recipients of the email if response ever includes this email address along with other valid email addresses as is stated in access(5): Note: this action currently affects all recipients of the message. To discard only one recipient without discarding the entire message, use the transport(5) table to direct mail to the discard(8) service. So how do I use a transport_maps to redirect a single address to the discard service? Thanks again, Ville
