diff options
author | Matt Simerson <matt@tnpi.net> | 2017-08-25 23:18:04 -0700 |
---|---|---|
committer | Matt Simerson <matt@tnpi.net> | 2017-08-25 23:18:04 -0700 |
commit | 62a90ba23727566cf7bd444f14a833412f77ad0a (patch) | |
tree | 87e33fb0558d98d29b933b8f8b6c46b42524ea94 | |
parent | d0f96a765d87dd6fcd24c3448e311aac257b67ff (diff) | |
download | rspamd-62a90ba23727566cf7bd444f14a833412f77ad0a.tar.gz rspamd-62a90ba23727566cf7bd444f14a833412f77ad0a.zip |
fix copy/paste error in comment
-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') |