]> git.ipfire.org Git - thirdparty/git.git/commit - git-send-email.perl
Ensure clean addresses are always used with Net::SMTP
authorRobin H. Johnson <robbat2@gentoo.org>
Thu, 26 Apr 2007 02:37:21 +0000 (19:37 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 26 Apr 2007 04:12:16 +0000 (21:12 -0700)
commit2b69bfc23d89d2ec5507bc6906b533e8429b313d
tree36285a910b228be758b25881d42f15616ee2436f
parentc38f0247a88f2c54c0c8535d645f33140201522f
Ensure clean addresses are always used with Net::SMTP

Always pass in clean addresses to Net::SMTP for the MAIL FROM, and use them on
the SMTP non-quiet output as well.

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-send-email.perl