On Wed, Aug 24, 2016 at 10:48 PM, Michael Elkins wrote:
> On Wed, Aug 24, 2016 at 01:28:22PM +0200, Gabriel Philippe wrote:
>>
>> From the manual: "Also note that my_hdr commands which modify
>> recipient headers, or the message's subject, don't have any effect on
>> the current message when execu
On Wed, Aug 24, 2016 at 01:28:22PM +0200, Gabriel Philippe wrote:
From the manual: "Also note that my_hdr commands which modify
recipient headers, or the message's subject, don't have any effect on
the current message when executed from a send-hook."
The manual is correct on this point. send2-
I have been using send-hooks to add reply-to headers.
send-hook . unmy_hdr 'Reply-To:'
send-hook "~C l...@whatever.tld" my_hdr 'Reply-To: l...@whatever.tld'
This works (and maybe shouldn't, according to the manual). But I would
like using send2-hooks instead, and... no success. I have tried
remov