chiark / gitweb /
bsmtp-pull: tell /usr/sbin/sendmail to deliver in the background rather than queueing
[bin.git] / bsmtp-pull
index 8723a4f787fb81ee4353d74f88ec7606b9f02fec..f20cdea7e41802a19cdf8eb90000a75fab99daa4 100755 (executable)
@@ -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