From ec4a24414ee96f5b2daf9cd6af9e912a57d98a39 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 5 Oct 2017 10:20:08 +0200 Subject: conf/default.conf: only keep 10 lines of email logs --- conf/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/default.conf') diff --git a/conf/default.conf b/conf/default.conf index 63b14f1..fa391d1 100755 --- a/conf/default.conf +++ b/conf/default.conf @@ -36,7 +36,7 @@ package_key='0x15eebadc0de' possible_email_actions='stabilize block unblock' # how many lines of email logs should be kept maximally -max_mail_log_lines=100 +max_mail_log_lines=10 # who can do above actions if [ -s "${base_dir}/conf/admin-gpg-keys" ]; then -- cgit v1.2.3