nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nmh-workers] PGP support


From: Paul Vixie
Subject: Re: [Nmh-workers] PGP support
Date: Wed, 19 Nov 2014 00:49:07 -0800
User-agent: Postbox 3.0.11 (Windows/20140602)



Tuesday, November 18, 2014 5:02 AM
...



That fix was necessary because this:

  mhshow-show-multipart/signed: sigcheck %a '%F'

used to have this effect:

  mhshow-show-multipart/signed: sigcheck %a ''%F''

which was clearly broken (and noted, but not quite as
clearly, in the comments).

thinking out loud here, what if the file name has embedded quotes?

seems like we need a %Q(%F) construct that means, quote if nec'y, add interior backslashes if nec'y.

(this is how $dbh->quote() works in perl code that accesses an SQL database.)

--
Paul Vixie

reply via email to

[Prev in Thread] Current Thread [Next in Thread]