Jim,

Oct 24 21:20:51.358 server1.art-domains.de
/usr/sbin/amavisd-new[14153]: (14153-01) (!)WARN
save_info_preliminary: Undefined subroutine
&Amavis::Out::SQL::Log::idn_to_utf8 called at (eval 113) line 254.

Is that a problem? Or only a warning?

Same kind of a problem, seems I left out imports for both of
these subroutines. Please add the idn_to_utf8 to that same line.
Sorry for not testing the SQL after release candidates.

(applies on top of a previous patch):

--- amavisd~    2014-10-24 22:10:19.871100316 +0200
+++ amavisd     2014-10-24 22:14:48.458082119 +0200
@@ -26479,5 +26479,5 @@
                          untaint untaint_inplace format_time_interval
                          truncate_utf_8 orcpt_encode
-                         idn_to_ascii mail_addr_idn_to_ascii
+ idn_to_utf8 idn_to_ascii mail_addr_idn_to_ascii
                          safe_encode safe_encode_utf8 safe_decode_mime
                          snmp_count ccat_split ccat_maj);


or cumulative, against virgin 10.0:

--- amavisd-2.10.0~     2014-10-22 19:13:48.000000000 +0200
+++ amavisd-2.10.0      2014-10-24 22:23:47.376041960 +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_utf8 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