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

verifyDKIMSignature domain parser misses subdomains #228

Open
jp4g opened this issue Oct 12, 2024 · 0 comments
Open

verifyDKIMSignature domain parser misses subdomains #228

jp4g opened this issue Oct 12, 2024 · 0 comments

Comments

@jp4g
Copy link

jp4g commented Oct 12, 2024

Take this header field from uber.com:

DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mgt.uber.com; q=dns/txt; s=smtp; t=1728139902; x=1728147102;
 h=Content-Transfer-Encoding: Content-Type: Message-ID: To: To: From: From: Subject: Subject: Mime-Version: Date: Sender: Sender: X-Feedback-Id;
 bh=heSKCLZjKeGc6oRUgGWZ/JnxHzrkVhg6mdIo4v4xijM=;
 b=bRD9ePjQupfNXkcMuBQC/ntOoeN612yIrs5BMEZ82yX4+NQh/Nw+tei5CAlx571fPwX6Nfbvtil8isUOsT5aaN3eUBBDIlTGQix5ndo4UtNuyO45AU3/S3M5DX0j6Ktdiu7aq+kyX0/WxU9dy4JjVhW1xUj71VMzoqMh/30o8FQ=

If I don't specify a domain (i.e. verifyDKIMSignature(rawEmail) it will error with DKIM signature not found for domain uber.com

but if I specify the subdomain manually (i.e. verifyDKIMSignature(rawEmail, "mgt.uber.com") it works fine!

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