[Rspamd] Remove IVM-SG script

master
andryyy 2021-09-01 16:25:31 +02:00
parent c1dcb529f3
commit 2b89ab919b
1 changed files with 0 additions and 7 deletions

View File

@ -1,10 +1,3 @@
-- Load sendgrid ID validator, thanks to https://github.com/fatalbanana
local rspamd_util = require 'rspamd_util'
local f = '/etc/rspamd/lua/ivm-sg.lua'
if rspamd_util.file_exists(f) then
dofile(f)
end
rspamd_config.MAILCOW_AUTH = { rspamd_config.MAILCOW_AUTH = {
callback = function(task) callback = function(task)
local uname = task:get_user() local uname = task:get_user()