mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-05 02:27:15 +02:00
Fixed several amavis tests and removed commented code
This commit is contained in:
parent
42ccae2642
commit
f342151b80
2 changed files with 33 additions and 4 deletions
|
@ -5,5 +5,8 @@ use strict;
|
|||
# Bounce spam, the default option for buster is D_PASS to deliver
|
||||
$final_spam_destiny = D_BOUNCE;
|
||||
|
||||
# Higher log level to get expected messages at startup
|
||||
$log_level = 2;
|
||||
|
||||
#------------ Do not modify anything below this line -------------
|
||||
1; # ensure a defined return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue