[PATCH v2] send-email: only allow one address per body tag

2017-02-20 Thread Johan Hovold
quot;) Fixes: e3fdbcc8e164 ("parse_mailboxes: accept extra text after <...> address") Signed-off-by: Johan Hovold <jo...@kernel.org> --- v2: - update the cc-trailer test - amend commit message and mention the broken --suppress-cc=self git-send-email.perl | 2 +- t/t90

Re: body-CC-comment regression

2017-02-17 Thread Johan Hovold
On Fri, Feb 17, 2017 at 10:18:46AM -0800, Junio C Hamano wrote: > Matthieu Moy writes: > > >> On Fri, Feb 17, 2017 at 02:16:42PM +0100, Matthieu Moy wrote: > > ... > > If I had a time machine, I'd probably go back then and forbid multiple > > addresses there, but

Re: body-CC-comment regression

2017-02-17 Thread Johan Hovold
On Fri, Feb 17, 2017 at 05:58:11PM +0100, Matthieu Moy wrote: > > On Fri, Feb 17, 2017 at 02:16:42PM +0100, Matthieu Moy wrote: > >> Johan Hovold <jo...@kernel.org> writes: > > > >> The "multiple emails per Cc: field" has been there for a while alre

Re: body-CC-comment regression

2017-02-17 Thread Johan Hovold
On Fri, Feb 17, 2017 at 02:16:42PM +0100, Matthieu Moy wrote: > Johan Hovold <jo...@kernel.org> writes: > > > There is another option, namely to only accept a single address for tags > > in the body. I understand that being able to copy a CC-header to eithe

Re: body-CC-comment regression

2017-02-17 Thread Johan Hovold
On Thu, Feb 16, 2017 at 07:16:57PM +0100, Matthieu Moy wrote: > Johan Hovold <jo...@kernel.org> writes: > > > Hi, > > > > I recently noticed that after an upgrade, git-send-email (2.10.2) > > started aborting when trying to send patches that had a lin

Re: body-CC-comment regression

2017-02-16 Thread Johan Hovold
On Thu, Feb 16, 2017 at 09:59:25AM -0800, Junio C Hamano wrote: > Johan Hovold <jo...@kernel.org> writes: > > > I recently noticed that after an upgrade, git-send-email (2.10.2) > > started aborting when trying to send patches that had a linux-kernel > > stabl

body-CC-comment regression

2017-02-16 Thread Johan Hovold
Hi, I recently noticed that after an upgrade, git-send-email (2.10.2) started aborting when trying to send patches that had a linux-kernel stable-tag in its body. For example, Cc: # 4.4 was now parsed as "sta...@vger.kernel.org#4.4" which resulted