On 6/8/2018 2:18 PM, Sylvain wrote: > Hi ! > > I have a case I want to solve : a mail is sent from [email protected] > <mailto:[email protected]> with reply_to defined to [email protected] > <mailto:[email protected]>. > I want to automaticaly BCC to [email protected] > <mailto:[email protected]> if reply_to is defined to [email protected] > <mailto:[email protected]>. > > sender_bcc_maps use "from" header, I want same with reply_to header. > It seems this doesn't exist.
sender_bcc_maps uses the envelope sender, not headers. There is no > > What's the best solution to achieve this ? > Content filter ? Use a milter or content_filter. -- Noel Jones
