summaryrefslogtreecommitdiffstats
path: root/post_bug.cgi
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 /post_bug.cgi
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 'post_bug.cgi')
-rwxr-xr-xpost_bug.cgi2
1 files changed, 1 insertions, 1 deletions
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'})) {