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

Messages transitioning multiple times in the same Authserv-ID produce result of fail #172

Open
abeverley opened this issue Aug 29, 2024 · 0 comments

Comments

@abeverley
Copy link

If a message is received and verified in the same Authserv-ID domain, if it then transitions to other systems within the same domain, the ARC result becomes fail.

E.g.

  1. An email is received from an external source by server1.example.com.
  2. The email is verified and then signed using the Authserv-ID example.com and then sent onto server2.example.com.
  3. That second server then also tries to verify and sign using example.com.
  4. OpenARC will always produce an ARC signature with the result fail.

This is because commit f6b57dc results in multiple authentication-results in the same Authserv-ID always producing a fail.

abeverley added a commit to simplelists/OpenARC that referenced this issue Aug 29, 2024
…#172)

Commit f6b57dc causes messages transitioning multiple times in the same
Authserv-ID domain to always have an ARC result of fail. This commit
allows that to happen and takes the most recent result instead.
abeverley added a commit to simplelists/OpenARC that referenced this issue Aug 29, 2024
…#172)

Commit f6b57dc causes messages transitioning multiple times in the same
Authserv-ID domain to always have an ARC result of fail. This commit
allows that to happen and takes the most recent result instead.
abeverley added a commit to simplelists/OpenARC that referenced this issue Aug 29, 2024
…#172)

Commit f6b57dc causes messages transitioning multiple times in the same
Authserv-ID domain to always have an ARC result of fail. This commit
allows that to happen and takes the most recent result instead.
abeverley added a commit to simplelists/OpenARC that referenced this issue Aug 29, 2024
…#172)

Commit f6b57dc causes messages transitioning multiple times in the same
Authserv-ID domain to always have an ARC result of fail. This commit
allows that to happen and takes the most recent result instead.
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