Browse Source

[Rspamd] Remove IVM-SG script

andryyy 4 years ago
parent
commit
2b89ab919b
1 changed files with 0 additions and 7 deletions
  1. 0 7
      data/conf/rspamd/lua/rspamd.local.lua

+ 0 - 7
data/conf/rspamd/lua/rspamd.local.lua

@@ -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 = {
 	callback = function(task)
 		local uname = task:get_user()