]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Fixed multiple scoring for the ARC_ALLOW_TRUSTED symbol 6152/head
authorMike Teplynin <mike@teplynin.com>
Sun, 26 Jul 2026 08:05:01 +0000 (11:05 +0300)
committerMike Teplynin <mike@teplynin.com>
Sun, 26 Jul 2026 08:05:01 +0000 (11:05 +0300)
src/plugins/lua/arc.lua

index acd9a77201b7c83ccc4787f6216bb0d5662da0b3..9f8c0d0d5e4700c4b31994dea2c19a2e993fb274 100644 (file)
@@ -937,6 +937,7 @@ if settings.whitelisted_signers_map then
     score = -2.0,
     group = 'policies',
     groups = { 'arc' },
+    one_shot = true,
   })
 end