]> source.dussan.org Git - rspamd.git/commitdiff
Fix upstream_spam_filters 600/head
authorAlexey AL <AlexeySa@users.noreply.github.com>
Sat, 23 Apr 2016 02:14:35 +0000 (05:14 +0300)
committerAlexey AL <AlexeySa@users.noreply.github.com>
Sat, 23 Apr 2016 02:14:35 +0000 (05:14 +0300)
rules/regexp/upstream_spam_filters.lua

index 35105b70df31bb471a884b0dc20aa08aff2ccd44..1e9829af394f8259ddd852ff0b920d3b822f71eb 100644 (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,