sendmail: fix parsing of addresses in angle brackets
authorRaffaello D. Di Napoli <rafdev@dinapo.li>
Tue, 26 Jun 2018 23:18:02 +0000 (19:18 -0400)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 4 Jul 2018 14:18:35 +0000 (16:18 +0200)
commit6f09785b7e4a6cc7a9ede623d51aa8f6dc5e9a03
treeb65c46ce5e2e20e365d73326fde78954b8862b5e
parent2cd81698ee6f272202299058c134495bc8984c5f
sendmail: fix parsing of addresses in angle brackets

Pointer e needs to be wound back in order to overwrite '>' with '\0'.
Regression introduced in 20077c1429

Signed-off-by: Raffaello D. Di Napoli <rafdev@dinapo.li>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
mailutils/sendmail.c