[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [msmtp-users] Bug in msmtpq might cause mail loss
Hi Chris,
thank you for approving of the patches.
Let me note that currently the msmtp-queue wrapper does not pass the its
arguments to msmtpq, making it rather poinless. As msmtpq only ever
considers the first argument after --q-mgmt the following should be a valid
(trivial) fix.
Regards,
Philipp
--- msmtp-queue.old 2011-11-05 09:42:06.898960862 +0100
+++ msmtp-queue 2011-11-05 09:42:25.415052684 +0100
@@ -27,4 +27,4 @@
## change the below line to be
## exec /path/to/msmtpq --q-mgmt
-exec msmtpq --q-mgmt
+exec msmtpq --q-mgmt "$1"