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

[fix] DKIM verification incorrectly succeeds with multiple TXT lines #316

Open
1 task done
mtrimpe opened this issue Dec 19, 2024 · 0 comments
Open
1 task done
Labels
bug Something isn't working

Comments

@mtrimpe
Copy link

mtrimpe commented Dec 19, 2024

Describe the bug

Node.js version:

OS version:

Description: When setting up DKIM key I accidentally left a second line of the DKIM key (from a failed attempt at using 255+ character key) in my DNS records. The verification UI showed me that I had set everything up correctly... but all sent emails were of course being rejected by downstream mail servers.

Actual behavior

DKIM verification succeeds if one of multiple available TXT record lines matches the required value.

Expected behavior

DKIM fails if multiple TXT record lines are available while only a single record should be used.

Code to reproduce

Checklist

  • I have contacted support and they told me to raise an issue here.
@mtrimpe mtrimpe added the bug Something isn't working label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant