This is a discussion on Re: [AMaViS-user] Is this a bug? AUTH policy with AM.PDP within the Amavis User forums, part of the Anti-Spam and Anti-Virus Related Forums category; Could you please try the following patch: --- amavisd~ Wed Dec 12 12:28:26 2007 +++ amavisd Thu Jan 10 14:...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Could you please try the following patch:
--- amavisd~ Wed Dec 12 12:28:26 2007 +++ amavisd Thu Jan 10 14:51:53 2008 @@ -13164,5 +13164,5 @@ for my $bank_name (@$bank_names_ref) { # additional banks from the request if (defined $policy_bank{$bank_name}) - { Amavis::load_policy_bank($bank_name); $policy_changed = 1 } + { Amavis::load_policy_bank(untaint($bank_name)); $policy_changed = 1 } } my($sender) = $msginfo->sender; Mark ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216...et/marketplace _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/...fo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/ |