nicm / fdm

fdm source code
270 stars 50 forks source link

RFC822 compliant received header #116

Open bbbrumley opened 2 years ago

bbbrumley commented 2 years ago

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.