[Tickets #10498] Invalid SMTP error message
bugs at horde.org
bugs at horde.org
Fri Sep 9 23:27:04 UTC 2011
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/10498
------------------------------------------------------------------------------
Ticket | 10498
Created By | azurit at pobox.sk
Summary | Invalid SMTP error message
Queue | IMP
Version | 5.0.11
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
azurit at pobox.sk (2011-09-09 23:27) wrote:
Traditional view is printing invalid SMTP error message when trying to
send e-mail to invalid address. Here is part of sniffer SMTP
communication:
MAIL FROM:<test at example.com>
250 2.1.0 Ok
RCPT TO:<fefrgergef at feeergrgr.fegk>
450 4.1.2 <fefrgergef at feeergrgr.fegk>: Recipient address rejected:
Domain not found
RSET
250 2.0.0 Ok
Here is what IMP printed as error:
Failed to add recipient: fefrgergef at feeergrgr.fegk [SMTP: Invalid
response code received from server (code: 250, response: 2.0.0 Ok)]
Text in the brackets should be 'code: 450, response: 4.1.2
<fefrgergef at feeergrgr.fegk>: Recipient address rejected: Domain not
found' and not 'code: 250, response: 2.0.0 Ok)'.
More information about the bugs
mailing list