diff options
-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 |