Jim,

I get these errors

Oct 24 20:01:27.131 server1.art-domains.de
/usr/sbin/amavisd-new[10900]: (10900-01) (!!)TROUBLE in check_mail:
gen_mail_id FAILED: Undefined subroutine
&Amavis::Out::SQL::Log::mail_addr_idn_to_ascii called at (eval 113)
line 220.

what wrong do I make? Did I forget something?
perl module Net::LibIDN are installed

Thank you for the feedback!

A bug - a missing import when SQL is in use.
Here is a patch:

--- amavisd~    2014-10-22 18:53:50.452821469 +0200
+++ amavisd     2014-10-24 20:52:43.705420534 +0200
@@ -26475,5 +26475,6 @@
import Amavis::Util qw(ll do_log do_log_safe min max minmax add_entropy
                          untaint untaint_inplace format_time_interval
-                         truncate_utf_8 orcpt_encode idn_to_ascii
+                         truncate_utf_8 orcpt_encode
+                         idn_to_ascii mail_addr_idn_to_ascii
                          safe_encode safe_encode_utf8 safe_decode_mime
                          snmp_count ccat_split ccat_maj);



Mark

Reply via email to