File hashcash-sendmail-22bits.diff of Package hashcash
--- hashcash-sendmail.orig 2005-04-08 09:45:53.102534061 +0200 +++ hashcash-sendmail 2005-04-08 09:46:51.059684004 +0200 @@ -88,7 +88,7 @@ my @bitconf = read_bitconf(); # This is the number of bits we use if nothing else is specified. -my $bits_to_compute = 20; +my $bits_to_compute = 22; # Part of the filename used for output. my $filebase = time() . ".$$";