+cc people from that thread On Tue, Aug 22, 2017 at 4:30 PM, Jacob Keller <jacob.keller@xxxxxxxxx> wrote: > On Tue, Aug 22, 2017 at 4:18 PM, Stefan Beller <sbeller@xxxxxxxxxx> wrote: >> On Tue, Aug 22, 2017 at 4:15 PM, Jacob Keller <jacob.keller@xxxxxxxxx> wrote: >>> Hi, >>> >>> I recently found an issue with git-send-email where it does not >>> properly remove the cruft of an email address when sending using a Cc: >>> line. >>> >>> The specific example is with a commit containing the following Cc line, >>> >>> Cc: stable@xxxxxxxxxxxxxxx # 4.10+ >> >> Please see and discuss at >> https://public-inbox.org/git/20170216174924.GB2625@localhost/ > > I read that thread, and it addressed the problem of > > Cc: <stable@xxxxxxxxxxxxxxx> # 4.10+ > > but did not fix this case without the <> around the email address. > > Additionally I just discovered that the behavior here changes pretty > drastically if you have Email::Validate installed, now it splits the > address into multiple things: > > stable@xxxxxxxxxxxxxxx, #, 4.10+ > > Thanks, > Jake