diff options
author | Ben Sima <ben@bsima.me> | 2020-11-27 18:51:08 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-12-09 20:08:12 -0500 |
commit | a302e9fa7b3a94b0797b674ec336c28ffef2bdc7 (patch) | |
tree | eed6d13d01ab2fa97fc92e49d5f2da36d908f3b7 /sendmail | |
parent | b6f69063593258242e32b8c8262e608ce324718c (diff) |
Add debugging timestamps
Diffstat (limited to 'sendmail')
-rwxr-xr-x | sendmail | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,5 +7,8 @@ # and forget. next time we get online, msmtpq will send all the messages in the # queue. +d=$(date) +echo $d >> ~/tmp/msmtp.log +echo $d >> ~/tmp/msmtp.err msmtpq "$@" >> ~/tmp/msmtp.log 2> ~/tmp/msmtp.err exit 0 |