filter SPF softfail as junk

This commit is contained in:
Matthew Saunders Brown 2023-10-23 12:44:02 -07:00
parent 23b2087d07
commit 20bf1743c0

View File

@ -567,6 +567,7 @@ acl_rcpt_to:
warn warn
condition = ${if eq {$runrc}{2}{yes}{no}} condition = ${if eq {$runrc}{2}{yes}{no}}
add_header = Received-SPF: softfail add_header = Received-SPF: softfail
set acl_m_junk = yes
#log_message = SPF check: softfail #log_message = SPF check: softfail
warn warn