From: Robin H. Johnson Date: Thu, 26 Apr 2007 02:37:20 +0000 (-0700) Subject: Validate @recipients before using it for sendmail and Net::SMTP. X-Git-Tag: v1.5.1.3~29 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c38f0247a88f2c54c0c8535d645f33140201522f?ds=inline;hp=c38f0247a88f2c54c0c8535d645f33140201522f Validate @recipients before using it for sendmail and Net::SMTP. Ensure that @recipients is only raw addresses when it is handed to the sendmail binary OR Net::SMTP, otherwise BCC cases might get an extra <, or wierd stuff might be passed to the exec. Signed-off-by: Robin H. Johnson Signed-off-by: Junio C Hamano ---