Initial commit
This commit is contained in:
8
usr/local/etc/rspamd/lua/rspamd.local.lua
Normal file
8
usr/local/etc/rspamd/lua/rspamd.local.lua
Normal file
@ -0,0 +1,8 @@
|
||||
rspamd_config.AUTHENTICATED_USER = {
|
||||
callback = function(task)
|
||||
local uname = task:get_user()
|
||||
if uname then
|
||||
return 1
|
||||
end
|
||||
end
|
||||
}
|
Reference in New Issue
Block a user