tpop3d-devel
[Top][All Lists]
Advanced

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

Re: [tpop3d-discuss] Re: bulletins


From: Chris Lightfoot
Subject: Re: [tpop3d-discuss] Re: bulletins
Date: Mon, 25 Aug 2003 11:45:43 +0100
User-agent: Mutt/1.3.24i

On Mon, Aug 25, 2003 at 12:13:21PM +0300, ODHIAMBO Washington wrote:
> * Chris Lightfoot <address@hidden> [20030825 11:37]: wrote:
> > On Mon, Aug 25, 2003 at 09:27:00AM +0300, ODHIAMBO Washington wrote:
> > 
> > > Aug 25 09:22:42 ns2 tpop3d[15758]: auth_perl_callfn: perl function 
> > > onlogin_bulletins_handler: Not an ARRAY reference at
> > > /usr/local/etc/tpop3d/bulletins.pl line 46.
> > 
> > Sorry. Try replacing
> > 
> >     my $r = "$req->address@hidden>{domain}";
> > 
> > with 
> > 
> >     my $r = $req->{local_part} . '@' . $req->{domain};
> > 
> 
> 
> 
> Aug 25 12:11:51 ns2 tpop3d[40484]: auth_perl_callfn: perl function 
> onlogin_bulletins_handler: Undefined subroutine
> &main::GDBM_WRCREAT called at /usr/local/etc/tpop3d/bulletins.pl line 49
 
ok. you need use GDBM_File; at the top of your perl
script.

-- 
``[An] island is a region of land entirely surrounded by advice.''
  (from Lord Shackleton's 1976 report on the Falkland Islands)


reply via email to

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