Daryl C. W. O'Shea wrote:
Theo Van Dinter wrote:
On Mon, Jan 08, 2007 at 03:33:54PM -0000, [EMAIL PROTECTED] wrote:
+ - Compress::Zlib (from CPAN)
+
+ If you wish to use the optional zlib compression for communication
+ between spamc and spamd (the -z option to spamc), useful for
+ long-distance use of spamc over the internet, you need to install
+ this module.
Just a fwiw, we already use IO::Zlib in sa-update and mass-check. It
may be
good to be consistent about which of Compress or IO that we use.
IO::Zlib is just an interface to IO::Compress IIRC, so it's already
required.
s/IO::Compress/Compress::Zlib/