I think Postel said it better (for this situation) in RFC 760 section 3.2:
The implementation of a protocol must be robust. Each implementation must expect to interoperate with others created by different individuals. While the goal of this specification is to be explicit about the protocol there is the possibility of differing interpretations. In general, an implementation should be conservative in its sending behavior, and liberal in its receiving behavior. That is, it should be careful to send well-formed datagrams, but should accept any datagram that it can interpret (e.g., not object to technical errors where the meaning is still clear).
Whether you care to point out Eric Allman's strong support of extending Postel's philosophy to mail transfer is up to you.
no subject