fdm
fdm copied to clipboard
RFC822 compliant received header
According to RFC822, there's a semicolon delimiter before the timestamp in the "received" header.
received = "Received" ":" ; one per relay
["from" domain] ; sending host
["by" domain] ; receiving host
["via" atom] ; physical path
*("with" atom) ; link/mail protocol
["id" msg-id] ; receiver msg id
["for" addr-spec] ; initial form
";" date-time ; time received
There are many tools to see the difference; here is one.