[tpop3d-discuss] Re: bulletins

Chris Lightfoot chris at ex-parrot.com
Mon, 25 Aug 2003 11:45:43 +0100


On Mon, Aug 25, 2003 at 12:13:21PM +0300, ODHIAMBO Washington wrote:
> * Chris Lightfoot <chris@ex-parrot.com> [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->{local_part}@$req->{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)