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 09:36:59 +0100
User-agent: Mutt/1.3.24i

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


-- 
`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)


reply via email to

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