summaryrefslogtreecommitdiffstats
path: root/importxml.pl
diff options
context:
space:
mode:
authorendico%mozilla.org <>2000-06-24 09:13:55 +0200
committerendico%mozilla.org <>2000-06-24 09:13:55 +0200
commit3d12a612dce615ae5cdac77dccd86f1b88304b95 (patch)
tree7cc5a9243ecf3d8e2b9159a40a38cbec1b0bf45b /importxml.pl
parent9cf6a1dbf7facaf9feae549f21ce2b2c2193f17f (diff)
downloadbugzilla-3d12a612dce615ae5cdac77dccd86f1b88304b95.tar.gz
bugzilla-3d12a612dce615ae5cdac77dccd86f1b88304b95.tar.xz
add comment explaining how to set up mail alias
Diffstat (limited to 'importxml.pl')
-rwxr-xr-ximportxml.pl15
1 files changed, 15 insertions, 0 deletions
diff --git a/importxml.pl b/importxml.pl
index 7d7d6eb6b..a05b69c82 100755
--- a/importxml.pl
+++ b/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