diff options
Diffstat (limited to 'sendmail')
-rwxr-xr-x | sendmail | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ #! /usr/bin/env sh ## pass all params to msmtpq & redirect output -msmtpq "$@" >> ~/tmp/msmtp.log 2> ~/tmp/msmtp.err +msmtpq \ + "$@" >> ~/tmp/msmtp.log 2> ~/tmp/msmtp.err exit 0 |