This is a discussion on Re: [AMaViS-user] A release candidate of amavisd-new-2.4.5 is within the Amavis User forums, part of the Anti-Spam and Anti-Virus Related Forums category; Ralf, > > > Problem in Amavis::Out::Pipe code: Bareword "ESRCH" not allowed > > > while &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Ralf,
> > > Problem in Amavis::Out::Pipe code: Bareword "ESRCH" not allowed > > > while "strict subs" in use at (eval 42) line 133. > > > You need "use Errno qw(ESRCH);" in Amavis::Out::Pipe. > > Sorry, but I can't seem to find that. Has it already been fixed in > today's download? --- amavisd-new-2.4.5-pre2/amavisd Tue Jan 23 17:13:25 2007 +++ amavisd-new-2.4.5/amavisd Sat Jan 27 23:30:22 2007 @@ -13612,2 +13610,3 @@ use IO::Wrap; +use Errno qw(ESRCH); use POSIX qw(WIFEXITED WIFSIGNALED WIFSTOPPED It only affects sites which use pipe on output, i.e. sendmail milter and courier setups. Mark ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?p...rge&CID=DEVDEV _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/...fo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/ |
![]() |
| Thread Tools | |
| Display Modes | |
|
|