]> git.ipfire.org Git - thirdparty/rspamd.git/commit
[Minor] lua_cta: remove empty DEFAULT_WHITELIST 6002/head
authorAlexander Moisseev <moiseev@mezonplus.ru>
Sun, 26 Apr 2026 08:18:00 +0000 (11:18 +0300)
committerAlexander Moisseev <moiseev@mezonplus.ru>
Sun, 26 Apr 2026 08:18:00 +0000 (11:18 +0300)
commit80f91496d0215b2fb0c93b343aac30646c5d5909
treeea6ef041561439b8eddc06f85a731f2899e45cd0
parent54082ebaa63f176b73a054c6f0f705d32470f48a
[Minor] lua_cta: remove empty DEFAULT_WHITELIST

The empty table caused a spurious warning in lua_maps when no
whitelist was configured. Since settings.whitelist defaults to nil,
the else-branch was a no-op. User-configured whitelists via
link_affiliation { whitelist = ... } continue to work as before.
lualib/lua_cta.lua