Updated configs

This commit is contained in:
2024-06-02 15:33:08 +02:00
parent d13fef662d
commit 46a76764ad
20 changed files with 9 additions and 9 deletions

View File

@ -0,0 +1,8 @@
rspamd_config.AUTHENTICATED_USER = {
callback = function(task)
local uname = task:get_user()
if uname then
return 1
end
end
}