From 62a90ba23727566cf7bd444f14a833412f77ad0a Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Fri, 25 Aug 2017 23:18:04 -0700 Subject: [PATCH] fix copy/paste error in comment --- rules/http_headers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- 2.39.5