From: Matt Simerson Date: Sat, 26 Aug 2017 06:18:04 +0000 (-0700) Subject: fix copy/paste error in comment X-Git-Tag: 1.7.0~698^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1813%2Fhead;p=thirdparty%2Frspamd.git fix copy/paste error in comment --- diff --git a/rules/http_headers.lua b/rules/http_headers.lua index 04e9b5dd45..d02ac24f76 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')