Am 2024-01-31 15:09, schrieb David Bürgin via Postfix-users:
Michael Storz:
FWS = ([*WSP CRLF] 1*WSP) / obs-FWS
A FWS can be a single WSP or a folded line.
Therefore the date "Fri, 5 Jan 2024 16:48:37 -0500 (EST)" is
syntactically incorrect, because there can be only one blank between
"," and "5", not two by the syntax of RFC 5322.
This is nonsense, ‘1*WSP’ means one or more WSP characters.
Yup, you're right. I mixed it up with '*1WSP' which makes no sense.
Michael
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org