bug 163024 - bugzilla_email_append calls processmail incorrectly

r=joel, preed
parent 92e9c5a4
......@@ -116,7 +116,7 @@ my $Body = "Subject: " . $Subject . "\n" . $Comment;
my $long_desc_query = "INSERT INTO longdescs SET bug_id=$found_id, who=$userid, bug_when=NOW(), thetext=" . SqlQuote($Body) . ";";
SendSQL($long_desc_query);
system("cd .. ; ./processmail $found_id '$SenderShort'");
system("./processmail", $found_id, $SenderShort);
sub DealWithError {
my ($reason) = @_;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment