sendmail's config syntax was designed for a small parser

The parser had to fit entirely within a 16-bit address space (alongside the rest of the program) so the syntax was designed to allow that.

added 2012-03-17T22:05:02Z by anders

one factor of spam backscatter

Certain MTAs (other than sendmail) do not return immediately on RCPT of undeliverable addresses and exacerbate the spam backscatter problem.

added 2012-03-17T22:03:11Z by anders

LDAP uses ASN.1 syntax

it was a simplification of X.500, the directory service from OSI whose X.400 was a competing standard to SMTP (and also used ASN.1)

added 2012-03-17T22:01:21Z by anders

early email address delimiters had different associativities

@,!, and : each had different right/left associativities which made them a real pain to parse and rewrite properly.

added 2012-03-17T21:58:24Z by anders

"!%@:"

A book was published called “!%@:: A Directory of Electronic Mail Addressing and Networks” was published

added 2012-03-17T21:53:38Z by anders

sendmail was developed at UC Berkeley

as a side project by an INGRES developer in 1979 to connect to Arpanet.

added 2012-03-17T21:51:32Z by anders