Jim,

> you mean I can only write -5 or +500 or W or B?

Did you miss my reply?
  http://marc.theaimsgroup.com/?l=amavis-user&m=113457212600920&w=2

> Dec 14 07:28:37 server2 amavis[25393]: (25393-02) WARN
> save_info_final: sql execute: sts=, Insecure dependency in
> parameter 7 of DBI::st=HASH(0x94f9544)->execute method call while
> running with -T switch at (eval 39) line 127

Please apply this patch:

--- amavisd.orig        Wed Nov 30 14:03:27 2005
+++ amavisd     Mon Dec 19 14:10:10 2005
@@ -9827,5 +9827,5 @@
         $r->recip_whitelisted_sender ? 'Y' : 'N',
         !defined($spam_level) ? undef :
-          untaint($spam_level)+$r->recip_score_boost,
+          untaint($spam_level + $r->recip_score_boost),
         untaint($resp) );
     };

I'm not sure why the SQL taint complaint did not occur
when I was testing it. Possibly a different version of DBI
or DBD::mysql perl modules.

  Mark


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to