From: Matt Simerson Date: Sat, 26 Aug 2017 06:18:04 +0000 (-0700) Subject: fix copy/paste error in comment X-Git-Tag: 1.6.4~22^2~7 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d33652698b9249deaaeec601a4d44edc767255e5;p=rspamd.git fix copy/paste error in comment --- 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')