[Bug 3186] New: Populate $spf_domain to easily obtain the domain used for SPF-validation
Exim Bugzilla via Exim-dev <[email protected]>
| Newsgroups | gmane.mail.exim.devel |
|---|---|
| Message-ID | <[email protected]/> |
https://bugs.exim.org/show_bug.cgi?id=3186
Bug ID: 3186
Summary: Populate $spf_domain to easily obtain the domain used
for SPF-validation
Product: Exim
Version: 4.99
Hardware: x86
OS: Linux
Status: NEW
Severity: wishlist
Priority: medium
Component: String expansion
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
In order to obtain the domain of an SPF-validation, $sender_address_domain must
be used. On a NULL sender (<>) however, HELO/EHLO is used for SPF-validation.
This requires either a condition on every successful SPF-validation or a custom
defined variable where the result of such an expansion is saved.
In the spirit of making Exim a better software and to prevent accidental
misconfigurations for people who do not know this, I kindly suggest to populate
the variable $spf_domain with the domain used for SPF-validation. Similar to
the variable $dkim_domain available inside the DKIM ACL.
Thank you for your attention & consideration of this wishlist-item!
--
You are receiving this mail because:
You are on the CC list for the bug.