diff options
Diffstat (limited to 'rules/http_headers.lua')
-rw-r--r-- | rules/http_headers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/http_headers.lua b/rules/http_headers.lua index 04e9b5dd4..d02ac24f7 100644 --- a/rules/http_headers.lua +++ b/rules/http_headers.lua @@ -106,7 +106,7 @@ rspamd_config:add_condition("R_DKIM_ALLOW", function(task) return true end) --- Disable DKIM checks if passed via HTTP headers +-- Disable SPF checks if passed via HTTP headers rspamd_config:add_condition("R_SPF_ALLOW", function(task) local hdr = task:get_request_header('SPF') |