On Tue, Feb 07, 2006 at 19:20:11 +0100, Adrian von Bidder wrote: > Is this a special feature of Debian's version of Digest::SHA1, or can others > reproduce that the --privacy option just doesn't work?
Does the following also fix the problem? --- postgrey 16 Jan 2006 07:36:33 -0000 1.113 +++ postgrey 8 Feb 2006 12:03:06 -0000 @@ -474,7 +474,7 @@ # --privacy requires Digest::SHA1 if($opt{'privacy'}) { - require 'Digest::SHA1'; + require Digest::SHA1; } $0 = join(' ', @{$server->{server}{commandline}}); Cheers David -- David Schweikert | phone: +41 44 632 7019 System manager ISG.EE | walk: ETH Zentrum, ETL F24.1 ETH Zurich, Switzerland | web: http://people.ee.ethz.ch/dws -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]