Re: [PATCH] send-email: Support separate Reply-To address

2018-01-12 Thread SZEDER Gábor
> In some projects contributions from groups are only accepted from a > common group email address. But every individual may want to recieve > replies to her own personal address. That's what we have 'Reply-To' > headers for in SMTP. > > Introduce an optional '--reply-to' command line option. Unfo

[PATCH] send-email: Support separate Reply-To address

2018-01-12 Thread Christian Ludwig
In some projects contributions from groups are only accepted from a common group email address. But every individual may want to recieve replies to her own personal address. That's what we have 'Reply-To' headers for in SMTP. Introduce an optional '--reply-to' command line option. Unfortunately th