You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
The fix provided in PR #12 strips comments from within quoted strings. As per RFC5322#3.2.2 this should not happen:
Strings of characters enclosed in parentheses are considered comments
so long as they do not appear within a "quoted-string", as defined in
section 3.2.4. Comments may nest.
The text was updated successfully, but these errors were encountered:
The fix provided in PR #12 strips comments from within quoted strings. As per RFC5322#3.2.2 this should not happen:
The text was updated successfully, but these errors were encountered: