Hi, I upgraded my mail server today with an emerge sync followed by emerge -u world, which resulted in (among other things) an upgrade to Perl and the Perl libs from 5.8.0 to 5.8.2. This resulted in breaking my amavis virus scanner, which produced the following error messages in /var/log/mail.log:
Feb 4 01:37:10 mailserver amavisd[16951]: starting. amavis 0.3.12 Wed Feb 4 01:36:22 EST 2004 Feb 4 01:37:10 mailserver amavisd[16959]: mail forwarding failed, retry: Insecure dependency in exec while running with -T switch at /usr/sbin/amavis line 573, <GEN0> line 23. (message-id=<[EMAIL PROTECTED]>)Feb 4 01:37:10 mailserver amavisd[16959]: do_exit:476 - ending execution with 75 Feb 4 01:37:10 mailserver amavisd[16951]: do_exit:586 - ending execution with 75 It worked again after I manually edited /usr/sbin/amavis and removed the -T (taint) flag. Has something changed between Perl 5.8.0 and 5.8.2 for this to happen, and is there a way to fix things to re-enable the taint setting again? TIA, Krishnan -- [EMAIL PROTECTED] mailing list