diff options
author | Alexey AL <AlexeySa@users.noreply.github.com> | 2016-04-23 05:14:35 +0300 |
---|---|---|
committer | Alexey AL <AlexeySa@users.noreply.github.com> | 2016-04-23 05:14:35 +0300 |
commit | fc06688c19a7ece6f9af70a3f10631c170f00955 (patch) | |
tree | 7b4bf79085c2163910972efaad64d8ff8a2bd66c /rules/regexp | |
parent | 0c026a12be5c68b0088606efe6ffcaa744054235 (diff) | |
download | rspamd-fc06688c19a7ece6f9af70a3f10631c170f00955.tar.gz rspamd-fc06688c19a7ece6f9af70a3f10631c170f00955.zip |
Fix upstream_spam_filters
Diffstat (limited to 'rules/regexp')
-rw-r--r-- | rules/regexp/upstream_spam_filters.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/regexp/upstream_spam_filters.lua b/rules/regexp/upstream_spam_filters.lua index 35105b70d..1e9829af3 100644 --- a/rules/regexp/upstream_spam_filters.lua +++ b/rules/regexp/upstream_spam_filters.lua @@ -16,6 +16,8 @@ limitations under the License. -- Rules for upstream services that have already run spam checks +local reconf = config['regexp'] + reconf['PRECEDENCE_BULK'] = { re = 'Precedence=/bulk/Hi', score = 0.1, |