Johan Hovold <[email protected]> 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 > stable-tag in its body. For example, > > Cc: <[email protected]> # 4.4 > > was now parsed as > > "[email protected]#4.4" > ...
It sounds like a fallout of this: https://public-inbox.org/git/[email protected]/#t and any change to "fix" you may break the other person. > Can we please revert to the old behaviour of simply discarding such > comments (from body-CC:s) or at least make it configurable through a > configuration option? If I recall the old thread correctly, it was reported that using Mail::Address without forcing git-send-email fall back to its own non-parsing-but-paste-address-looking-things-together code would solve it, so can the "make it configurable" be just "install Mail::Address"?

