Trouble with '%d' in config in 0.89 ?

Mel Wilson (mwilson@interlog.com)
Sat, 01 Jun 1996 22:15:32 -0400

Has the meaning of '%d' in optional commands in the config file
changed from 0.84 to 0.89 ? PGP signature checking stopped working for
me today, (I hadn't used it in a while, maybe not since I upgraded to
0.89). I got it back by changing config.. the commented-out line is the
one that used to work, the one with the full pathname works now:

# program that decrypts and displays a message
#decrypt-view=command.com /c %d\pgpd.bat %f
decrypt-view=command.com /c d:\mwilson\yarn\pgpd.bat %f

Thanks. Mel.

BTW, the pgpd.bat file reads

rem @echo off
del %1.txt >nul
c:\pgp262\pgp %1 -o %1.txt
pause
more <%1.txt
pause

and I run yarn with the bat file

set YARN=d:\yarn
set HOME=d:\mwilson
for %%f in (d:\net\down\*.spp) do d:\yarn\import.exe %%f
cd e:\temp
d:\yarn\yarnx