]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
add comment explaining how to set up mail alias
authorendico%mozilla.org <>
Sat, 24 Jun 2000 07:13:55 +0000 (07:13 +0000)
committerendico%mozilla.org <>
Sat, 24 Jun 2000 07:13:55 +0000 (07:13 +0000)
importxml.pl

index 7d7d6eb6bc11ca0707b80857e21fece36399e6f0..a05b69c82b8fa70a349410d2f0fcc7a3f04a3861 100755 (executable)
 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