[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [msmtp-users] Bug in msmtpq might cause mail loss
On 28/10/11 15:21, Philipp Hartwig wrote:
> that was quick, thank you. However I would feel better if we had Chris'
> approval.
Yes, me too. Since Chris wrote the script, he has the last word on this.
> Also I've just realized that I forgot to quote the $LOK variable in the two
> mkdir statements in the second patch. Very sorry about that.
> So if you could please replace the two
> mkdir $LOK
> statements in and before the while loop with
> mkdir "$LOK"
Done.
Martin