Jim,
> Mar 29 13:14:54 server2 amavis[15967]: (15967-01) (!) WARN
> save_info_final: sql execute: sts=, Insecure dependency in
> paramete r 3 of DBI::st=HASH(0x9549100)->execute method call
> while running with -T switch at (eval 39) line 138
Funny, why didn't it complain before or at my site?
What version of Perl is that?
Please see if this helps:
--- amavisd~ Wed Mar 29 12:52:03 2006
+++ amavisd Wed Mar 29 14:08:53 2006
@@ -13241,3 +13241,3 @@
# $msginfo->rx_time,
- substr($d,0,1), ' ',
+ untaint(substr($d,0,1)), ' ',
$r->recip_blacklisted_sender ? 'Y' : 'N',
> I have changed the type of tables in InnoDB. :)
Good.
> Note: These mail comes with a blocked attachment.
Maybe this explains it partially. Still, if the
$d was tainted, it should have been failing before as well.
Well, whatever.
Thanks for testing!
Mark
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&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/