Updated configs

This commit is contained in:
2025-10-22 14:32:26 +02:00
parent 62144ede8b
commit 7172cfdf72
20 changed files with 9 additions and 9 deletions
+8
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
}