[tpop3d-discuss] Re: bulletins - SOLVED!!

Michal Czerwinski holmier at mail.inomail.pl
Mon, 25 Aug 2003 18:53:40 +0200


On Mon, Aug 25, 2003 at 03:49:01PM +0300, ODHIAMBO Washington wrote:

> 
> 1. ADD use GDBM_File; at the top of your perl script
> 
> 2. Substitute:
> 
> my $r = "$req->{local_part}@$req->{domain}";
> 
> with 
> 
> my $r = $req->{local_part} . '@' . $req->{domain};
> 
> 3. Substitute
> 
> tie(%rr, 'GDBM_File', $recips, &GDBM_WRCREAT, 0600);
> 
> with
> 
> 
> tie(%rr, 'GDBM_File', $recips, &GDBM_File::GDBM_WRCREAT, 0600);

Requesting changes update in CVS repository (if not made)

holm.
-- 
w00t