Browse Source

Fix upstream_spam_filters

tags/1.3.0
Alexey AL 8 years ago
parent
commit
fc06688c19
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      rules/regexp/upstream_spam_filters.lua

+ 2
- 0
rules/regexp/upstream_spam_filters.lua View File

@@ -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,

Loading…
Cancel
Save