From 04c45c7227753483c999e5a751c7b8f12abc0183 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Mon, 10 Feb 2003 14:26:37 +0000 Subject: 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 --- importxml.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'importxml.pl') 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 " -- cgit v1.2.3-24-g4f1b