From: Colin Watson Date: Sat, 18 Jan 2014 15:52:41 +0000 (+0000) Subject: bsmtp-pull: tell /usr/sbin/sendmail to deliver in the background rather than queueing X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?p=bin.git;a=commitdiff_plain;h=fb090bd7b4138fafd83827a0279aaaa845c66172 bsmtp-pull: tell /usr/sbin/sendmail to deliver in the background rather than queueing --- diff --git a/bsmtp-pull b/bsmtp-pull index 8723a4f..f20cdea 100755 --- a/bsmtp-pull +++ b/bsmtp-pull @@ -31,7 +31,7 @@ if [ "$BSMTP_PULL_DEBUG" ]; then ls -l "$HOST" || true fi [ -s "$HOST" ] || exit 0 -/usr/sbin/sendmail -bS -odq < "$HOST" +/usr/sbin/sendmail -bS -odb < "$HOST" rm -f "$HOST" exit 0