summaryrefslogtreecommitdiffstats
path: root/rules/regexp
diff options
context:
space:
mode:
Diffstat (limited to 'rules/regexp')
-rw-r--r--rules/regexp/upstream_spam_filters.lua2
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,