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 --- post_bug.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'post_bug.cgi') diff --git a/post_bug.cgi b/post_bug.cgi index 2a2bcb5fa..c319e8024 100755 --- a/post_bug.cgi +++ b/post_bug.cgi @@ -205,7 +205,7 @@ my %ccids; my @cc; # Create the ccid hash for inserting into the db -# and the list for passing to processmail +# and the list for passing to Bugzilla::BugMail::Send # use a hash rather than a list to avoid adding users twice if (defined $::FORM{'cc'}) { foreach my $person (split(/[ ,]/, $::FORM{'cc'})) { -- cgit v1.2.3-24-g4f1b