summaryrefslogtreecommitdiff
path: root/sendmail
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2018-11-14 08:52:35 -0800
committerBen Sima <ben@bsima.me>2018-11-14 08:52:35 -0800
commita38b5ba856b07dd6524646f803d961c64cb4f752 (patch)
tree678330df33e29fb36486c6ab990acc4c8d2c47a6 /sendmail
parent85b3367fe12a5a4c14b164c1beffd7aa146b4327 (diff)
Append instead of overwrite
Diffstat (limited to 'sendmail')
-rwxr-xr-xsendmail2
1 files changed, 1 insertions, 1 deletions
diff --git a/sendmail b/sendmail
index 08ba3d7..9c92c26 100755
--- a/sendmail
+++ b/sendmail
@@ -1,6 +1,6 @@
#! /usr/bin/env sh
## pass all params to msmtpq & redirect output
-msmtpq "$@" > ~/tmp/msmtp.log
+msmtpq "$@" >> ~/tmp/msmtp.log
exit 0