diff options
-rwxr-xr-x | createattachment.cgi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/createattachment.cgi b/createattachment.cgi index d87453eb7..80dff3520 100755 --- a/createattachment.cgi +++ b/createattachment.cgi @@ -98,6 +98,8 @@ What kind of file is this? AppendComment($id, $::COOKIE{"Bugzilla_login"}, "Created an attachment (id=$attachid)\n$desc\n"); print "Your attachment has been created."; + system("./processmail $id < /dev/null > /dev/null 2> /dev/null &"); + } |