Mic,
> Does anyone know how to deal with this error i got?
> Sendmail + amavisd-milter setup on a Gentoo dist. All in current versions.
> Jul 22 10:10:25 mailgw /usr/sbin/amavisd[11053]: (11053) policy_server
> FAILED: Undefined subroutine &Amavis::In::AMCL::lookup_ip_acl called
> at (eval 49) line 319, <GEN3> line 12.
Looks like a missing import. Please try the following
change soon after 'package Amavis::In::AMCL':
--- amavisd~ Wed Jun 29 12:26:11 2005
+++ amavisd Mon Jul 25 20:34:24 2005
@@ -10696,3 +10696,3 @@
am_id new_am_id untaint rmdir_recursively add_entropy);
- import Amavis::Lookup qw(lookup);
+ import Amavis::Lookup qw(lookup lookup_ip_acl);
import Amavis::Timing qw(section_time);
Mark
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
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/