]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Reputation: Fix ip rule symbol name
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sun, 15 Sep 2019 08:26:07 +0000 (09:26 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sun, 15 Sep 2019 08:26:07 +0000 (09:26 +0100)
src/plugins/lua/reputation.lua

index 4c92eab94885596af2095287578e995986e3a8dd..648efa53fc386d98402fe26e1c039470feea2e5b 100644 (file)
@@ -503,7 +503,7 @@ local ip_selector = {
       ['country'] = 0.01,
       ['ip'] = 1.0
     },
-    symbol_spam = 'SENDER_REP', -- symbol to be inserted
+    symbol = 'SENDER_REP', -- symbol to be inserted
     split_symbols = true,
     asn_prefix = 'a:', -- prefix for ASN hashes
     country_prefix = 'c:', -- prefix for country hashes