[tpop3d-discuss] Re: bulletins

Chris Lightfoot chris at ex-parrot.com
Mon, 25 Aug 2003 09:36:59 +0100


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};


-- 
`Isn't it surprising that the more expensive machines waste more of the user's
 time? A UNIX workstation will execute over one billion instructions for itself
 before executing even one instruction for the user.' (Haeberli and Karsh)