Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenARC produces invalid Authentication-Results #143

Open
glts opened this issue Jul 8, 2021 · 0 comments
Open

OpenARC produces invalid Authentication-Results #143

glts opened this issue Jul 8, 2021 · 0 comments

Comments

@glts
Copy link

glts commented Jul 8, 2021

OpenARC produces invalid Authentication-Results headers:

Authentication-Results: mail.example.com; arc=none smtp.remote-ip=2604:8d00:0:1::3

This header is syntactically invalid. The pvalue production does not allow bare colon characters, so here the IP address must be encoded as a quoted-string. The same lack of quoting appears in other pvalues as well. For the BNF see RFC 8601, section 2.2 and RFC 2045, section 5.1.

The correct syntax is:

Authentication-Results: mail.example.com; arc=none smtp.remote-ip="2604:8d00:0:1::3"
@glts glts changed the title OpenARC produces invalid Authentication-Results for IPv6 addresses OpenARC produces invalid Authentication-Results Jul 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant