diff options
Diffstat (limited to 'src/plugins/lua/milter_headers.lua')
-rw-r--r-- | src/plugins/lua/milter_headers.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/lua/milter_headers.lua b/src/plugins/lua/milter_headers.lua index 11c08d6d5..8998fb834 100644 --- a/src/plugins/lua/milter_headers.lua +++ b/src/plugins/lua/milter_headers.lua @@ -486,11 +486,6 @@ if type(opts['custom']) == 'table' then end end end -if opts['extended_spam_headers'] then - activate_routine('x-spamd-result') - activate_routine('x-rspamd-server') - activate_routine('x-rspamd-queue-id') -end if type(opts['skip_local']) == 'boolean' then settings.skip_local = opts['skip_local'] end |