nmh-workers
[Top] [All Lists]

Re: [Nmh-workers] PGP support

2014-11-19 02:49:48


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
_______________________________________________
Nmh-workers mailing list
Nmh-workers(_at_)nongnu(_dot_)org
https://lists.nongnu.org/mailman/listinfo/nmh-workers
<Prev in Thread] Current Thread [Next in Thread>