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

Authentication-Results header info not getting cleared on end-of-data/RSET #320

Open
cmadamsgit opened this issue Apr 17, 2024 · 1 comment

Comments

@cmadamsgit
Copy link

When qpsmtpd has SPF/DKIM plugins enabled and adding info to the Authentication-Results header, it appears that having multiple messages received in a connection just keeps appending to the AR header (rather than resetting after each message). For a connection that receives even two messages, this means a bad AR header; for a connection that runs longer with a bunch of messages, the header itself runs too long.

It looks like the SPF/DKIM results data is being stored as connection data, where it should just belong to a single message transaction.

@cmadamsgit
Copy link
Author

I believe this is the correct fix:
#322

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