Browse Source

[Minor] FIx arc timeout

tags/3.3
Vsevolod Stakhov 1 year ago
parent
commit
53f33e0992
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/plugins/lua/arc.lua

+ 2
- 2
src/plugins/lua/arc.lua View File

@@ -433,7 +433,8 @@ local id = rspamd_config:register_symbol({
type = 'callback',
group = 'policies',
groups = {'arc'},
callback = arc_callback
callback = arc_callback,
augmentations = {lua_util.dns_timeout_augmentation(rspamd_config)},
})
rspamd_config:register_symbol({
name = 'ARC_CALLBACK', -- compatibility symbol
@@ -802,7 +803,6 @@ if settings.whitelisted_signers_map then
score = -2.0,
group = 'policies',
groups = {'arc'},
augmentations = {lua_util.dns_timeout_augmentation(rspamd_config)},
})
end


Loading…
Cancel
Save