summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsendmail2
1 files changed, 1 insertions, 1 deletions
diff --git a/sendmail b/sendmail
index 9c92c26..ba920b8 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 2> ~/tmp/msmtp.err
exit 0