diff options
author | bbaetz%student.usyd.edu.au <> | 2002-08-10 10:53:39 +0200 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-08-10 10:53:39 +0200 |
commit | 1d9c4444a8e8d2f89827dbcfaf32656f20929bdc (patch) | |
tree | 8161bbba0e8b3f51d2d2b7adaa9fc86264c81df1 /processmail | |
parent | df3a1116e5c3a3bf03b4d42f29add153c9f8bf31 (diff) | |
download | bugzilla-1d9c4444a8e8d2f89827dbcfaf32656f20929bdc.tar.gz bugzilla-1d9c4444a8e8d2f89827dbcfaf32656f20929bdc.tar.xz |
Bug 161402 - Disable DBI taint mode in processmail
r=joel x2
Diffstat (limited to 'processmail')
-rwxr-xr-x | processmail | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/processmail b/processmail index 9ffdc1653..20833a4f4 100755 --- a/processmail +++ b/processmail @@ -37,7 +37,6 @@ use RelationSet; # Shut up misguided -w warnings about "used only once". sub processmail_sillyness { my $zz; - $zz = $::db; $zz = $::unconfirmedstate; } @@ -761,9 +760,6 @@ sub NewProcessOnePerson ($$$$$$$$$$$$) { # Code starts here ConnectToDatabase(); -# Set Taint mode for the SQL -$::db->{Taint} = 1; -# ^^^ Taint mode is still a work in progress... GetVersionTable(); if (open(FID, "<data/nomail")) { |