Re: Automatic spam reporting

Gerry Britton (gbritton@lynx.bc.ca)
Mon, 08 Jul 96 22:49:12 +0800

On 08 Jul 96 07:29:46 -0400, Rich Veraa wrote:

>
>In a message to rich veraa gbritton@lynx.bc.ca wrote:
>
>
>gl> I tried to use SPAM2, but it barfs with a complaint about the
>gl> archiver.
>
>gl> ZIP.exe is in the PATH, and I altered Yarn's CONFIG to explicitly
>gl> state "D:\zippers\zip.exe", but still no luck.
>
>gl> Any suggestions?
>
>I should've mentioned that in the docs -- zip.exe and unzip.exe try to
>reproduce directories by default, which conflicts with the path
>specifications in the program. They need the -j switch. Try the following
>in config:
>
>
># compress program
>compress=d:\zippers\zip.exe -m -j %f %d\*.*
>
># uncompress program
>uncompress=d:\zippers\unzip.exe -o -j %f -d %d
>
>
> Cheers,
> Rich

Hokay, we'll give that a whirl...