From 5eba126f6b3ec8d0c0e682eaf63fca8da2adfdbf Mon Sep 17 00:00:00 2001 From: "endico%mozilla.org" Date: Sat, 24 Jun 2000 00:13:55 +0000 Subject: [PATCH] add comment explaining how to set up mail alias --- webtools/bugzilla/importxml.pl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/webtools/bugzilla/importxml.pl b/webtools/bugzilla/importxml.pl index 7d7d6eb6bc11..a05b69c82b8f 100755 --- a/webtools/bugzilla/importxml.pl +++ b/webtools/bugzilla/importxml.pl @@ -28,6 +28,21 @@ use diagnostics; use strict; +##################################################################### +# +# This script is used import bugs from another installation of bugzilla. +# Moving a bug on another system will send mail to an alias provided by +# the administrator of the target installation (you). Set up an alias +# similar to the one given below so this mail will be automatically +# run by this script and imported into your database. Run 'newaliases' +# after adding this alias to your aliases file. Make sure your sendmail +# installation is configured to allow mail aliases to execute code. +# +# bugzilla-import: "|/usr/bin/perl /opt/bugzilla/importxml.pl" +# +##################################################################### + + # figure out which path this script lives in. Set the current path to # this and add it to @INC so this will work when run as part of mail # alias by the mailer daemon