Commit a044ffe9 authored by terry%netscape.com's avatar terry%netscape.com

Oops; wasn't sending out mail when someone attached a file.

parent 310ce18f
...@@ -98,6 +98,8 @@ What kind of file is this? ...@@ -98,6 +98,8 @@ What kind of file is this?
AppendComment($id, $::COOKIE{"Bugzilla_login"}, AppendComment($id, $::COOKIE{"Bugzilla_login"},
"Created an attachment (id=$attachid)\n$desc\n"); "Created an attachment (id=$attachid)\n$desc\n");
print "Your attachment has been created."; print "Your attachment has been created.";
system("./processmail $id < /dev/null > /dev/null 2> /dev/null &");
} }
......
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