From: bbaetz%student.usyd.edu.au <> Date: Sat, 17 Aug 2002 21:26:32 +0000 (+0000) Subject: bug 160631 - bug_email.pl is broken X-Git-Tag: bugzilla-2.14.4~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f6ac49448459090b5230645b46f8e7d7e1c7ba9e;p=thirdparty%2Fbugzilla.git bug 160631 - bug_email.pl is broken r=joel x2 --- diff --git a/contrib/bug_email.pl b/contrib/bug_email.pl index 27b6098d0d..f13091cf8d 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.9.10.1 2002/07/25 01:47:50 justdave%syndicomm.com Exp $ +# $Id: bug_email.pl,v 1.9.10.2 2002/08/17 14:26:32 bbaetz%student.usyd.edu.au Exp $ ############################################################### # 02/12/2000 (SML) @@ -1236,13 +1236,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";