Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
89462e96
Commit
89462e96
authored
Aug 17, 2002
by
bbaetz%student.usyd.edu.au
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug 160631 - bug_email.pl is broken
r=joel x2
parent
0d951d3d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
bug_email.pl
contrib/bug_email.pl
+1
-7
No files found.
contrib/bug_email.pl
View file @
89462e96
...
...
@@ -37,7 +37,7 @@
#
# You need to work with bug_email.pl the MIME::Parser installed.
#
# $Id: bug_email.pl,v 1.1
1 2002/08/12 05:43:05
bbaetz%student.usyd.edu.au Exp $
# $Id: bug_email.pl,v 1.1
2 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"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment