]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Register forgotten symbol DMARC_BAD_POLICY 3239/head
authorThomas Oettli <spacefreak@noop.ch>
Sat, 25 Jan 2020 23:14:00 +0000 (00:14 +0100)
committerThomas Oettli <spacefreak@noop.ch>
Sat, 25 Jan 2020 23:14:00 +0000 (00:14 +0100)
src/plugins/lua/dmarc.lua

index 390abd41c7fb5204e0fc6a0572f40de053365149..25bbc25139e812ef532e574334e11febc2a27271 100644 (file)
@@ -1381,6 +1381,13 @@ rspamd_config:register_symbol({
   groups = {'dmarc'},
   type = 'virtual'
 })
+rspamd_config:register_symbol({
+  name = dmarc_symbols['badpolicy'],
+  parent = id,
+  group = 'policies',
+  groups = {'dmarc'},
+  type = 'virtual'
+})
 rspamd_config:register_symbol({
   name = dmarc_symbols['na'],
   parent = id,