summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--contrib/README7
-rw-r--r--docs/xml/faq.xml11
2 files changed, 7 insertions, 11 deletions
diff --git a/contrib/README b/contrib/README
index 1c1c3e0f2..a22a92575 100644
--- a/contrib/README
+++ b/contrib/README
@@ -29,13 +29,6 @@ This directory includes:
database into a Bugzilla database. Contributed by
Tom Schutter <tom@platte.com>
- bug_email.pl -- A perl script that can receive email containing
- bug reports (email-interface). Contributed by
- Klaas Freitag <freitag@SuSE.de>
-
- README.Mailif -- Readme describing the mail interface.
- bugmail_help.html -- User help page for the mail interface.
-
yp_nomail.sh -- Script you can run via cron that regularly updates
the nomail file for terminated employees
diff --git a/docs/xml/faq.xml b/docs/xml/faq.xml
index 355c3071c..8ce79c28b 100644
--- a/docs/xml/faq.xml
+++ b/docs/xml/faq.xml
@@ -1025,15 +1025,18 @@ password=mypassword
</qandaentry>
<qandaentry>
- <question id="faq-email-mailif">
+ <question id="faq-email-in">
<para>
- How do I set up the email interface to submit/change bugs via email?
+ How do I set up the email interface to submit or change bugs via email?
</para>
</question>
<answer>
<para>
- You can find an updated README.mailif file in the contrib/ directory
- of your Bugzilla distribution that walks you through the setup.
+ Bugzilla 3.0 and later offers the ability submit or change
+ bugs via email, using the <filename>email_in.pl</filename>
+ script within the root directory of the Bugzilla installation.
+ More information on the script can be found in
+ <ulink url="api/email_in.html">docs/html/api/email_in.html</ulink>.
</para>
</answer>
</qandaentry>