]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 383851: FAQ points to non-existing file for handling of bug creation through...
authorlpsolit%gmail.com <>
Wed, 5 Sep 2007 03:34:32 +0000 (03:34 +0000)
committerlpsolit%gmail.com <>
Wed, 5 Sep 2007 03:34:32 +0000 (03:34 +0000)
contrib/README
docs/xml/faq.xml

index 1c1c3e0f2f56b3401dd223c569939a605a9cf4d4..a22a9257559bbb67a13033afe0e85938fac8fd0d 100644 (file)
@@ -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 
 
index 355c3071c91f4426b20044a6fd979fb38d2932e6..8ce79c28bd0ea6cf56a2f955d86a3058d46cd029 100644 (file)
@@ -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>