summaryrefslogtreecommitdiffstats
path: root/createattachment.cgi
diff options
context:
space:
mode:
authorterry%netscape.com <>1999-04-18 11:44:03 +0200
committerterry%netscape.com <>1999-04-18 11:44:03 +0200
commita044ffe98211c1acd1001703bda869b73c93271e (patch)
tree6fa6d82f33f294d95e1e98049c941f5b3aa55499 /createattachment.cgi
parent310ce18f525d6f65ca6df35377d00f3d212c40ea (diff)
downloadbugzilla-a044ffe98211c1acd1001703bda869b73c93271e.tar.gz
bugzilla-a044ffe98211c1acd1001703bda869b73c93271e.tar.xz
Oops; wasn't sending out mail when someone attached a file.
Diffstat (limited to 'createattachment.cgi')
-rwxr-xr-xcreateattachment.cgi2
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 &");
+
}