Jérôme Desquilbet
Sat, 12 Jul 2008 16:39:43 -0700
mini_sendmail-chroot-1.3.6p0 static mini_sendmail for chrooted apache has a problem: it doesn't handle well To: adresses with names, like Firstname Lastname <[EMAIL PROTECTED]> For example, the following test works: mini_sendmail [EMAIL PROTECTED] -t -v To: [EMAIL PROTECTED] Subject: test ^D but this one doesn't: bin/mini_sendmail [EMAIL PROTECTED] -t -v To: JD <[EMAIL PROTECTED]> Subject: test ^DThis bug has been already fixed in some places, but not the original <http://www.acme.com/software/mini_sendmail/>
For a fix, see for example: <https://dev.openwrt.org/cgi-bin/trac.fcgi/browser/packages/net/mini_sendmail/patches/200-fullname.patch?rev=8530> Thank you, Jérôme.