diff options
author | Ben Sima <ben@bsima.me> | 2018-11-14 08:52:35 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-11-14 08:52:35 -0800 |
commit | a38b5ba856b07dd6524646f803d961c64cb4f752 (patch) | |
tree | 678330df33e29fb36486c6ab990acc4c8d2c47a6 /sendmail | |
parent | 85b3367fe12a5a4c14b164c1beffd7aa146b4327 (diff) |
Append instead of overwrite
Diffstat (limited to 'sendmail')
-rwxr-xr-x | sendmail | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |