Re: Replace subject with recipient localpart for one domain

2020-08-27 Thread Gregory Heytings
For cases like the one you have in mind, it is necessary to use a milter. Thank you for saving me some head scratching.  It wouldn't be the end of the world to spin up an Exim VM (its system_filtering is capable of this black magic), but would prefer staying in Postfix. Do you have a milte

Re: Replace subject with recipient localpart for one domain

2020-08-27 Thread John Schmerold
On 8/27/2020 3:26 PM, Gregory Heytings wrote: For cases like the one you have in mind, it is necessary to use a milter. Thank you for saving me some head scratching.  It wouldn't be the end of the world to spin up an Exim VM (its system_filtering is capable of this black magic), but would p

Re: Replace subject with recipient localpart for one domain

2020-08-27 Thread Bill Cole
On 27 Aug 2020, at 8:43, John Schmerold wrote: On 8/27/2020 5:58 AM, Gregory Heytings wrote: My Postfix server handles message for a dozen domains, for one of these domains, I want the subject replaced with the recipient's local part, so something like this, but put in a format that Postfi

Re: Replace subject with recipient localpart for one domain

2020-08-27 Thread Gregory Heytings
My Postfix server handles message for a dozen domains, for one of these domains, I want the subject replaced with the recipient's local part, so something like this, but put in a format that Postfix understands: # domain3.com is the one recipient domain we want affected by this rule # $rec

Re: Replace subject with recipient localpart for one domain

2020-08-27 Thread John Schmerold
On 8/27/2020 5:58 AM, Gregory Heytings wrote: My Postfix server handles message for a dozen domains, for one of these domains, I want the subject replaced with the recipient's local part, so something like this, but put in a format that Postfix understands: # domain3.com is the one recipi