[Bug 3183] make $spf_result behave consistent like $dmarc_status
Exim Bugzilla via Exim-dev <[email protected]>
| Newsgroups | gmane.mail.exim.devel |
|---|---|
| Message-ID | <[email protected]/> |
https://bugs.exim.org/show_bug.cgi?id=3183 --- Comment #1 from [email protected] --- Addendum: removed unnecessary white-spaces for better illustration. warn spf = neutral:none:temperror set acl_m_costs = $acl_m_costs 2 + set acl_m_flags = $acl_m_flags spf_result_$spf_result + warn spf = fail:invalid:permerror:softfail set acl_m_costs = $acl_m_costs $acl_m_limit + set acl_m_flags = $acl_m_flags spf_result_${sg{$spf_result}{[()]}{}} + warn dmarc_status = none:norecord:temperror set acl_m_costs = $acl_m_costs 2 + set acl_m_flags = $acl_m_flags dmarc_status_$dmarc_status + warn dmarc_status = nofrom:quarantine:reject set acl_m_costs = $acl_m_costs $acl_m_limit + set acl_m_flags = $acl_m_flags dmarc_status_$dmarc_status + Thanks everybody for the consideration of this wishlist-item! -- You are receiving this mail because: You are on the CC list for the bug.