Replies: 1 comment
-
|
You already have access to the DMARC validation results from Sieve trusted scripts. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Stalwart already performs DNS lookups for SPF, DKIM, and DMARC during SMTP transaction.
Please expose whether the Header-From domain has valid MX records as a variable (env.sender.has_mx = true/false) that can be reused later in:
This will allow:
This data is already known during the initial lookup, it only needs to be preserved.
Beta Was this translation helpful? Give feedback.
All reactions