Mark wrote:

> A third pre-release of amavisd-new-2.5.0 is available at:

>   http://www.ijs.si/software/amavisd/amavisd-new-2.5.0-pre3.tar.gz

> New since -pre2:

> - custom code hooks (see RELEASE_NOTES and amavisd-custom.conf);
> - SA 3.2 -ready (loads additional SA modules);
> - logs Perl warnings (at log level 3);
> - pen-pals takes into account References/In-Reply-To;
> - makes 2822.From and 2822.Sender parsed header fields
>   readily available to the code;
> - SNMP-like counters report cumulative mail sizes;
> - $always_bcc and %always_bcc_by_ccat;
> - proper parsing of message-id in Referenced, In-Reply-To and
>   in Message-Id header fields;

> Mark

I got:
Can't locate object method "new" via package "Amavis" at /usr/sbin/amavisd-new 
line 7128.
And it would not start while using Net::Server 0.87.

sub new {
  my($class) = shift;
  # make Amavis a subclass of Net::Server::whatever
  @ISA = defined($min_servers) ? 'Net::Server::PreFork'
                               : 'Net::Server::PreForkSimple';
  $class->SUPER::new(@_); # this is line 7218
}

I upgraded to Net::Server 0.94 and amavisd-new started without the
error. Not sure which version would now be the required minimum.

Gary V



-------------------------------------------------------------------------
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?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
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