[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [msmtp-users] Bug in msmtpq might cause mail loss
Philipp,
Thanks again.
Best,
Chris
On Sat 5.Nov'11 at 9:49:02 +0100, Philipp Hartwig wrote:
> 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"
>
> ------------------------------------------------------------------------------
> RSA(R) Conference 2012
> Save $700 by Nov 18
> Register now
> http://p.sf.net/sfu/rsa-sfdev2dev1
> _______________________________________________
> msmtp-users mailing list
> msmtp-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/msmtp-users
>