At 13:50 07.11.2006, you wrote: >MK, > > > after updating to amavisd-new version 2.4.3 i see the following in > > amavis.log: > > ... /usr/sbin/amavisd[28277]: (27642) (!!)run_command: child process > > [28277]: Insecure dependency in exec while running with -T switch at > > /usr/sbin/amavisd line 2385. > > ... /usr/sbin/amavisd[27642]: (27642) (!)tnef_ext: exit 1 at (eval > > 49) line 1088. > > > > the mail itself (which triggers this error) is delivered as supposed. > > > > what does this mean? > > > > the "insecure dependency..." seems to be a Perl resonse...i think... > > and what does "tnef_ext: exit 1 at (eval 49) line 1088." mean? > > line 1088 in amavisd has nothing to do with TNEF converting.... > >Line 1088 is relative to the module (the __DATA__ line) where >do_tnef_ext lives. > >I haven't seen if before, but could you please see if the following helps: > >--- amavisd.orig Sat Oct 14 21:56:22 2006 >+++ amavisd Tue Nov 7 13:44:48 2006 >@@ -17000,5 +17000,5 @@ > my($retval) = 1; my($proc_fh,$pid); > >- my($rem_quota) = max(10*1024, consumed_bytes(0,'do_tnef_ext')); >+ my($rem_quota) = max(10*1024, untaint(consumed_bytes(0,'do_tnef_ext'))); > my($remaining_time) = alarm(0); # check time left, stop the timer > my($dt) = max(10, int(2 * $remaining_time / 3));
thank you. i applied the patch - and it seems to work now. will keep an eye on it and let you know... btw: i'm using tnef-1.4.3 MK >Mark > >------------------------------------------------------------------------- >Using Tomcat but need to do more? Need to support web services, security? >Get stuff done quickly with pre-integrated technology to make your job easier >Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >_______________________________________________ >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/ ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ 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/
