You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warn
set acl_m_spf_result = ${perl{spf}}
set acl_m_spf_header = ${listextract{2}{$acl_m_spf_result}}
set acl_m_spf_result = ${listextract{1}{$acl_m_spf_result}}
Use $acl_m_spf_result instead of $spf_result and $acl_m_spf_header instead of $spf_received.
To check the result, use ${if inlist{$acl_m_spf_result}{...}} instead of spf = ..., e.g.: