From d45f48bbe2810bf11c75998261cd62db580c8420 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Fri, 1 Aug 2008 19:06:30 +0000 Subject: [PATCH] Disable spam and virus notifications for the admin user. Can be overridden by the policies in mysql. --- install/tpl/amavisd_user_config.master | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/install/tpl/amavisd_user_config.master b/install/tpl/amavisd_user_config.master index 12aed49d57..d0a7a5e4b5 100644 --- a/install/tpl/amavisd_user_config.master +++ b/install/tpl/amavisd_user_config.master @@ -49,6 +49,15 @@ $final_spam_destiny = D_DISCARD; $final_banned_destiny = D_BOUNCE; $final_bad_header_destiny = D_DISCARD; +# +# Disable spam and virus notifications for the admin user. +# Can be overridden by the policies in mysql +# + +$virus_admin = undef; +$spam_admin = undef; + + # # Enable Logging # -- GitLab