From: lpsolit%gmail.com <> Date: Wed, 5 Sep 2007 03:34:32 +0000 (+0000) Subject: Bug 383851: FAQ points to non-existing file for handling of bug creation through... X-Git-Tag: bugzilla-3.0.2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=240a0bda433da03b7b4b8f3e8b9eb4e1c645ce90;p=thirdparty%2Fbugzilla.git Bug 383851: FAQ points to non-existing file for handling of bug creation through email - Patch by samfw r=LpSolit --- diff --git a/contrib/README b/contrib/README index 1c1c3e0f2f..a22a925755 100644 --- a/contrib/README +++ b/contrib/README @@ -29,13 +29,6 @@ This directory includes: database into a Bugzilla database. Contributed by Tom Schutter - bug_email.pl -- A perl script that can receive email containing - bug reports (email-interface). Contributed by - Klaas Freitag - - 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 355c3071c9..8ce79c28bd 100644 --- a/docs/xml/faq.xml +++ b/docs/xml/faq.xml @@ -1025,15 +1025,18 @@ password=mypassword - + - 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? - 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 email_in.pl + script within the root directory of the Bugzilla installation. + More information on the script can be found in + docs/html/api/email_in.html.