fdm icon indicating copy to clipboard operation
fdm copied to clipboard

RFC822 compliant received header

Open bbbrumley opened this issue 3 years ago • 0 comments

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.

bbbrumley avatar Aug 08 '22 06:08 bbbrumley