summaryrefslogtreecommitdiff
path: root/sendmail
diff options
context:
space:
mode:
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