summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorMatt Simerson <matt@tnpi.net>2017-08-25 23:18:04 -0700
committerMatt Simerson <matt@tnpi.net>2017-08-25 23:18:04 -0700
commit62a90ba23727566cf7bd444f14a833412f77ad0a (patch)
tree87e33fb0558d98d29b933b8f8b6c46b42524ea94 /rules
parentd0f96a765d87dd6fcd24c3448e311aac257b67ff (diff)
downloadrspamd-62a90ba23727566cf7bd444f14a833412f77ad0a.tar.gz
rspamd-62a90ba23727566cf7bd444f14a833412f77ad0a.zip
fix copy/paste error in comment
Diffstat (limited to 'rules')
-rw-r--r--rules/http_headers.lua2
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')