summaryrefslogtreecommitdiffstats
path: root/contrib/bug_email.pl
diff options
context:
space:
mode:
authorbbaetz%student.usyd.edu.au <>2002-08-17 23:19:57 +0200
committerbbaetz%student.usyd.edu.au <>2002-08-17 23:19:57 +0200
commit89462e962d6af7ee5e64f0c30ec4fefd8d74f9e8 (patch)
treeb0b8344f9b013ad1aa6bf1d47b40d0c4a5b08486 /contrib/bug_email.pl
parent0d951d3dd4ed821dcb71bd912052da6fb25594e1 (diff)
downloadbugzilla-89462e962d6af7ee5e64f0c30ec4fefd8d74f9e8.tar.gz
bugzilla-89462e962d6af7ee5e64f0c30ec4fefd8d74f9e8.tar.xz
bug 160631 - bug_email.pl is broken
r=joel x2
Diffstat (limited to 'contrib/bug_email.pl')
-rwxr-xr-xcontrib/bug_email.pl8
1 files changed, 1 insertions, 7 deletions
diff --git a/contrib/bug_email.pl b/contrib/bug_email.pl
index 7817a0f80..94338dbfb 100755
--- a/contrib/bug_email.pl
+++ b/contrib/bug_email.pl
@@ -37,7 +37,7 @@
#
# 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)
@@ -1246,13 +1246,7 @@ END
SendSQL($long_desc_query);
# 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);
- chdir($old_cwd);
} else {
$id = 0xFFFF; # TEST !
print "\n-------------------------------------------------------------------------\n";