File postgrey_clients_dump.patch of Package postgrey
--- examples/postgrey_clients_dump.orig 2008-04-04 14:36:39.000000000 +0200 +++ examples/postgrey_clients_dump 2008-04-04 14:37:29.000000000 +0200 @@ -1,11 +1,9 @@ -#!/usr/sepp/bin/perl-5.8.4 -w - -use lib '/usr/isgtc/lib/perl'; +#!/usr/bin/perl -w use BerkeleyDB; use Socket; -my $dbdir = '/var/spool/postfix/postgrey'; +my $dbdir = '/var/lib/postgrey'; sub resolv($) { my $host = shift; @@ -47,4 +45,3 @@ main; # vim: sw=4 -