summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsendmail3
1 files changed, 3 insertions, 0 deletions
diff --git a/sendmail b/sendmail
index 26a174c..473231c 100755
--- a/sendmail
+++ b/sendmail
@@ -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