commit | 6c48733389eee40c59ea69e3f24d94d7272e5ff4 | [log] [tgz] |
---|---|---|
author | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | Tue Nov 17 08:35:36 2020 -0500 |
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | Tue Nov 17 08:35:36 2020 -0500 |
tree | 2169bbfaee7cf33fdb1f8c94356290aa57a577a9 | |
parent | fa99e58db23c74e443e37f1d76cb80cf660c3961 [diff] |
Log datetime at each execution Somehow, procmail as installed on EL7 doesn't offer a way to log the beginning of each execution. Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
diff --git a/common.rc b/common.rc index b183509..6fd8930 100644 --- a/common.rc +++ b/common.rc
@@ -2,5 +2,6 @@ COMSAT=no LOGFILE=/var/log/grokmirror/procmail.log PARSEMAIL=/usr/local/bin/parsemail.sh +LOG="---`date -R`---" # vim: ts=2 sw=2 sts=2 et syntax=procmail