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

Incomplete AAR header is generated if there is no own AR header. #174

Open
futatuki opened this issue Sep 11, 2024 · 0 comments
Open

Incomplete AAR header is generated if there is no own AR header. #174

futatuki opened this issue Sep 11, 2024 · 0 comments

Comments

@futatuki
Copy link

In signing mode, if a message does not have Authentication-Results: header with same authserve-id, openarc milter generates incomplete ARC-Authentication-Results: header such as:

ARC-Authentication-Results: i=1; somehost.example.org

According to RFC8601 Section 2.2, authres-payload should have at least one res info or exact one no-result. So the above should be:

ARC-Authentication-Results: i=1; somehost.example.org ; none
futatuki added a commit to futatuki/OpenARC that referenced this issue Sep 11, 2024
futatuki added a commit to futatuki/OpenARC that referenced this issue Sep 16, 2024
flowerysong added a commit to flowerysong/OpenARC that referenced this issue Oct 2, 2024
It is not valid to have no authentication results; if no message
authentication was performed the special value no-result
(`[CFWS] ";" [CFWS] "none"`) should be used.

trusteddomainproject/OpenARC#174
futatuki pushed a commit to futatuki/OpenARC that referenced this issue Oct 3, 2024
It is not valid to have no authentication results; if no message
authentication was performed the special value no-result
(`[CFWS] ";" [CFWS] "none"`) should be used.

trusteddomainproject#174
futatuki pushed a commit to futatuki/OpenARC that referenced this issue Oct 3, 2024
It is not valid to have no authentication results; if no message
authentication was performed the special value no-result
(`[CFWS] ";" [CFWS] "none"`) should be used.

trusteddomainproject#174
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