Browse Source

[Fix] Reduce PRECEDENCE_BULK rule weight

tags/1.3.0
Vsevolod Stakhov 8 years ago
parent
commit
e99bbb8a9c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      rules/regexp/upstream_spam_filters.lua

+ 1
- 1
rules/regexp/upstream_spam_filters.lua View File

@@ -18,7 +18,7 @@ limitations under the License.

reconf['PRECEDENCE_BULK'] = {
re = 'Precedence=/bulk/Hi',
score = 3,
score = 0.1,
description = "Message marked as bulk",
group = 'upstream_spam_filters'
}

Loading…
Cancel
Save