> FYI, this patch still needed by amavisd-new-2.3.3,1 on FreeBSD.

> > -use Errno qw(ENOENT EACCES EAGAIN);
> > +use Errno qw(ENOENT EACCES EAGAIN ENODEV);

> > -    defined $ln || $!==0 || $!==EAGAIN
> > +    defined $ln || $!==0 || $!==EAGAIN || $!==ENODEV

Must be specific to your version of FreeBSD or Perl.

The platform where amavisd-new is being developend is
running FreeBSD 5.4 and Perl 5.8.x (5.8.7 currently),
so I would be the first to notice such problems.

  Mark


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to