Closed (fixed)
Project:
Abuse
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Mar 2007 at 18:35 UTC
Updated:
26 Apr 2007 at 14:01 UTC
When sending a mail the SMTP server respose is an error.
I'm using windows 2003 with microsoft smtp (IIS) server. here you can see the log:
#Fields: date time c-ip cs-username s-sitename s-computername s-ip s-port cs-method cs-uri-stem cs-uri-query sc-status sc-win32-status sc-bytes cs-bytes time-taken cs-version cs-host cs(User-Agent) cs(Cookie) cs(Referer)
2007-03-27 18:19:25 127.0.0.1 wpc3313 SMTPSVC2 WPC3313 127.0.0.1 0 HELO - +wpc3313 250 0 34 12 0 SMTP - - - -
2007-03-27 18:19:25 127.0.0.1 wpc3313 SMTPSVC2 WPC3313 127.0.0.1 0 MAIL - +FROM:<noreply@domain.com> 250 0 43 30 0 SMTP - - - -
2007-03-27 18:19:25 127.0.0.1 wpc3313 SMTPSVC2 WPC3313 127.0.0.1 0 RCPT - +TO:<NITEMAN+<mail@domain.com>> 501 0 27 34 0 SMTP - - - -
2007-03-27 18:19:25 127.0.0.1 wpc3313 SMTPSVC2 WPC3313 127.0.0.1 0 QUIT - wpc3313 240 110 59 4 0 SMTP - - - -
Changing line 717 in the module from $to = $account->name . ' <' . $account->mail . '>'; to $to = $account->mail; seems to work ok.
Sorry i can't attach a patch right now.
Thanks for a great module.
Comments
Comment #1
btmash commentedHi niteman, thanks for letting me know about this. I'll incorporate it into a patch sometime soon (after some testing).
Comment #2
btmash commentedThis issue has been fixed in the latest release
Comment #3
btmash commentedComment #4
(not verified) commented