When receiving a message, the SMTP server must add its trace information.
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 17 Dec 2016 22:27:32 +0000 (17:27 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 17 Dec 2016 22:27:32 +0000 (17:27 -0500)
commita173f807b75348b6b472cdaed1b83febfc9786c7
tree51d0123ea138085183de9e641ab7dcaa9e0e7882
parent0bc26d57d4cbcfc2a082d691387189c4d635ae75
When receiving a message, the SMTP server must add its trace information.

This also computes a Message-ID for the Envelope.
smtp/conn.go
smtp/conn_test.go
smtp/server.go