We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d89b694 commit d45f48bCopy full SHA for d45f48b
1 file changed
install/tpl/amavisd_user_config.master
@@ -49,6 +49,15 @@ $final_spam_destiny = D_DISCARD;
49
$final_banned_destiny = D_BOUNCE;
50
$final_bad_header_destiny = D_DISCARD;
51
52
+#
53
+# Disable spam and virus notifications for the admin user.
54
+# Can be overridden by the policies in mysql
55
56
+
57
+$virus_admin = undef;
58
+$spam_admin = undef;
59
60
61
#
62
# Enable Logging
63
0 commit comments