Xref: utzoo comp.mail.uucp:4340 comp.sources.d:5432 Path: utzoo!attcan!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.mail.uucp,comp.sources.d Subject: Re: WANTED: News compression information... Message-ID: <3411@auspex.auspex.com> Date: 31 May 90 17:43:11 GMT References: <1990May29.202056.26271@ox.com> <861@sppy00.UUCP> Followup-To: comp.mail.uucp Organization: Auspex Systems, Santa Clara Lines: 13 >I've been told that the compression algorithm that sendbatch uses is >a "modified" L-Z. Uhh, the compression algorithm that "sendbatch" uses *is* "compress": -c) COMP='| $LIB/compress $cflags' ECHO='echo "#! cunbatch"' continue;; and "/usr/lib/news/compress" is simply a symlink to "/usr/ucb/compress" on our system. There is a variant of "compress" supplied in source form with the netnews source, but it's basically the same program as the one that comes with, say, BSD.