[cvsnt-dev] badly formatted email from email_trigger

David Somers dsomers at omz13.com
Wed May 24 21:30:41 UTC 2006


Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.


Tony,

When the email trigger generates the mail *header* it needs to put "<" and
">" around all email addresses.

e.g. email_trigger.cpp rev 1.1.2.22 line 1049
m_sock.printf("MAIL FROM: %s@%s\r\n",from,emaildomain);
should be
m_sock.printf("MAIL FROM: <%s@%s>\r\n",from,emaildomain);

This is necessary since strict MTAs (e.g. courier-mta) will reject messages
if this isn't done.

-- 
David Somers
VoIP/SIP: FWD dial **44808449868206; voipuser.org dial 08449868206
PGP Key = 7E613D4E
Fingerprint = 53A0 D84B 7F90 F227 2EAB  4FD7 6278 E2A8 7E61 3D4E


More information about the cvsnt-dev mailing list