From 6dc42ff6e8f0b52aa0ed7b5e4d18e39dfcca1ce1 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 13 Sep 2017 11:51:30 +0200 Subject: bin/interpret-mail: log errors and infos --- conf/default.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf') diff --git a/conf/default.conf b/conf/default.conf index 808f76c..63b14f1 100755 --- a/conf/default.conf +++ b/conf/default.conf @@ -35,6 +35,9 @@ package_key='0x15eebadc0de' # what can be done via the email interface possible_email_actions='stabilize block unblock' +# how many lines of email logs should be kept maximally +max_mail_log_lines=100 + # who can do above actions if [ -s "${base_dir}/conf/admin-gpg-keys" ]; then admin_gpg_keys=$( -- cgit v1.2.3-54-g00ecf