Yakov Shafranovich writes:
> Just to follow up on this - I just spoke to an engineer at Verisign
> and he informed me that the SMTP daemon is being replaced in a few
> hours with an RFC-compliant one. As for not giving a warning - this
> came from a higher policy level at Verisign and he is just an
> engineer.

They finally did, and the new version (1.5) of the "Snubby Mail
Rejector" does work better.  It handles multiple "RCPT TO:" commands
better - the previous version 1.3 would always reply 550 to the first,
but 250 to the next.  And the new version even does ESMTP with the
PIPELINING extension - this will save quite a few packets globally.

<[EMAIL PROTECTED]>,<[EMAIL PROTECTED]>... Connecting to dafladshflhfldkshflaasdf.com. 
via esmtp...
220 Snubby Mail Rejector Daemon v1.5 ready
>>> EHLO babar.switch.ch
250-snubby
250-PIPELINING
250-SIZE 10240000
250-ETRN
250-XVERP
250 8BITMIME
>>> MAIL From:<[EMAIL PROTECTED]> SIZE=570
250 Ok
>>> RCPT To:<[EMAIL PROTECTED]>
>>> RCPT To:<[EMAIL PROTECTED]>
>>> DATA
550 <unknown[130.59.4.85]>: Client host rejected: The domain you are trying to send 
mail to does not exist.
550 <unknown[130.59.4.85]>: Client host rejected: The domain you are trying to send 
mail to does not exist.
554 Error: no valid recipients
>>> RSET
421 Error: too many errors
>>> QUIT
-- 
Simon.

Reply via email to