summaryrefslogtreecommitdiffstats
path: root/importxml.pl
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2003-02-10 15:26:37 +0100
committerjustdave%syndicomm.com <>2003-02-10 15:26:37 +0100
commit04c45c7227753483c999e5a751c7b8f12abc0183 (patch)
tree35d066ba8739238c52dff314c5d97c0b7017c9cc /importxml.pl
parentcdc6e3a1a5177e8bcdee48ac5521b91b5fc486d1 (diff)
downloadbugzilla-04c45c7227753483c999e5a751c7b8f12abc0183.tar.gz
bugzilla-04c45c7227753483c999e5a751c7b8f12abc0183.tar.xz
Bug 192513: importxml.pl and move.pl now use the new mail routines introduced in bug 124174 (they got broken when processmail was removed). Also fixes several comments referring to processmail (which no longer exists) in other files, and removes references to processmail from the .htaccess files and the executable file list in checksetup.pl.
r= jaypee, a= justdave
Diffstat (limited to 'importxml.pl')
-rwxr-xr-ximportxml.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/importxml.pl b/importxml.pl
index 6575e2f62..50139ba40 100755
--- a/importxml.pl
+++ b/importxml.pl
@@ -62,6 +62,7 @@ use lib ($::path);
use XML::Parser;
use Data::Dumper;
$Data::Dumper::Useqq = 1;
+use Bugzilla::BugMail;
require "CGI.pl";
require "globals.pl";
@@ -648,7 +649,7 @@ for (my $k=1 ; $k <= $bugqty ; $k++) {
$log .= "\n\n\n";
}
- system("./processmail", $id, $exporter);
+ Bugzilla::BugMail::Send($id, { 'changer' => $exporter });
}
my $subject = "$bugqty bug(s) successfully moved from $urlbase to "