bug 160631 - bug_email.pl is broken

r=joel x2
parent 0d951d3d
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
# #
# You need to work with bug_email.pl the MIME::Parser installed. # You need to work with bug_email.pl the MIME::Parser installed.
# #
# $Id: bug_email.pl,v 1.11 2002/08/12 05:43:05 bbaetz%student.usyd.edu.au Exp $ # $Id: bug_email.pl,v 1.12 2002/08/17 14:19:57 bbaetz%student.usyd.edu.au Exp $
############################################################### ###############################################################
# 02/12/2000 (SML) # 02/12/2000 (SML)
...@@ -1246,13 +1246,7 @@ END ...@@ -1246,13 +1246,7 @@ END
SendSQL($long_desc_query); SendSQL($long_desc_query);
# Cool, the mail was successful # Cool, the mail was successful
# chdir back to the main directory which has the processmail script
# Oh, for a processmail module....
use Cwd;
my $old_cwd = getcwd();
chdir("..");
system("./processmail", $id, $SenderShort); system("./processmail", $id, $SenderShort);
chdir($old_cwd);
} else { } else {
$id = 0xFFFF; # TEST ! $id = 0xFFFF; # TEST !
print "\n-------------------------------------------------------------------------\n"; print "\n-------------------------------------------------------------------------\n";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment