diff options
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")) { |