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: Chris Lightfoot
Subject: Re: [tpop3d-discuss] Re: bulletins - SOLVED!!
Date: Mon, 25 Aug 2003 19:02:12 +0100
User-agent: Mutt/1.3.24i

On Mon, Aug 25, 2003 at 06:53:40PM +0200, Michal Czerwinski wrote:
> 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)

I've now put the script itself in as scripts/bulletins.

I'd welcome other bulletin script implementations.

-- 
``When I am right, I get angry. Churchill gets angry when he's wrong.
  So we were often angry at each other.'' (Charles De Gaulle)


reply via email to

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