tpop3d-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Michal Czerwinski
Subject: Re: [tpop3d-discuss] Re: bulletins - SOLVED!!
Date: Mon, 25 Aug 2003 18:53:40 +0200
User-agent: Mutt/1.4.1i

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->address@hidden>{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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]