[62125] in North American Network Operators' Group
Verisign changes violates RFC2821
daemon@ATHENA.MIT.EDU (Avleen Vig)
Tue Sep 16 07:55:21 2003
Date: Tue, 16 Sep 2003 04:54:40 -0700
From: Avleen Vig <lists-nanog@silverwraith.com>
To: nanog@nanog.org
Errors-To: owner-nanog-outgoing@merit.edu
Just to make it clear, RFC2821 is likely being violated:
- The reserved mailbox name "postmaster" may be used in a RCPT
command without domain qualification (see section 4.1.1.3) and
MUST be accepted if so used.
This is *probably* being violated, but I'm not sure as it gets ambiguous
later.
However, returning a 550 is very wrong. The correct reply should be
either:
554 Transaction failed (Or, in the case of a connection-opening
response, "No SMTP service here")
or:
502 Command not implemented