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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
7799c678
Commit
7799c678
authored
Mar 15, 2000
by
seth%cs.brandeis.edu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated to better reflect reality in terms of recent changes to bug_email.pl.
parent
dbbe021b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
5 deletions
+15
-5
README.Mailif
contrib/README.Mailif
+15
-5
No files found.
contrib/README.Mailif
View file @
7799c678
The Bugzilla Mail interface
The Bugzilla Mail interface
===========================
===========================
(UPDATE 03/14/00 to better reflect reality by SML)
The Bugzilla Mail interface allows to submit bugs to Bugzilla by email.
The Bugzilla Mail interface allows to submit bugs to Bugzilla by email.
The Mail Interface Contribution consists of three files:
The Mail Interface Contribution consists of three files:
...
@@ -10,11 +13,6 @@ bugmail_help.html - a user help html site
...
@@ -10,11 +13,6 @@ bugmail_help.html - a user help html site
Installation:
Installation:
Copy the files
bugmail_help.html
bug_email.pl
to your bugzilla-directory, where all your bugzilla cgi-files reside.
Next is to add a user who receives the bugmails, e. g. bugmail. Create a
Next is to add a user who receives the bugmails, e. g. bugmail. Create a
mail account and a home directory for the user.
mail account and a home directory for the user.
...
@@ -28,6 +26,14 @@ BUGZILLA_HOME=/usr/local/httpd/htdocs/bugzilla
...
@@ -28,6 +26,14 @@ BUGZILLA_HOME=/usr/local/httpd/htdocs/bugzilla
This defines the Bugzilla directory as the variable BUGZILLA_HOME and passes
This defines the Bugzilla directory as the variable BUGZILLA_HOME and passes
all incoming mail to the script after cd'ing into the bugzilla home.
all incoming mail to the script after cd'ing into the bugzilla home.
In some cases, it is necessary to alter the headers of incoming email. The
additional line to procmail :
:0 fhw
| formail -I "From " -a "From "
fixes many problems.
Customation:
Customation:
There are some values inside the script which need to be customized for your
There are some values inside the script which need to be customized for your
...
@@ -66,3 +72,6 @@ There are two command line switches :
...
@@ -66,3 +72,6 @@ There are two command line switches :
02/2000 - Klaas Freitag, SuSE GmbH <freitag@suse.de>
02/2000 - Klaas Freitag, SuSE GmbH <freitag@suse.de>
03/2000 - Seth M. Landsman <seth@cs.brandeis.edu>
bug_email.pl now lives out of bugzilla/contrib
added line about formail
\ No newline at end of file
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