Johan Hovold <johan@xxxxxxxxxx> 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: <stable@xxxxxxxxxxxxxxx> # 4.4 > > was now parsed as > > "stable@xxxxxxxxxxxxxxx#4.4" > ... It sounds like a fallout of this: https://public-inbox.org/git/41164484-309b-bfff-ddbb-55153495d41a@xxxxxxxxxxxx/#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"?