la5nta / wl2k-go

A Winlink framework for Go.

Home Page:https://getpat.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fbb: ParseDate fails on msgs forwarded by RMS Relay

martinhpedersen opened this issue · comments

RMS Relay seems to break the Date format of messages it forwards by
re-formatting it as "YYYY.MM.DD HH:MM". This format clearly violates
the Winlink Message Format specification:

The Date: field is the UTC date and time the message was originated and is in the format YYYY/MM/DD HH:MM.

We need to support parsing of this format in order to support RMS Relay
forwarded messages.

Consider adding support for other common email date formats also, just in case.