diff options
author | terry%netscape.com <> | 1999-04-18 11:44:03 +0200 |
---|---|---|
committer | terry%netscape.com <> | 1999-04-18 11:44:03 +0200 |
commit | a044ffe98211c1acd1001703bda869b73c93271e (patch) | |
tree | 6fa6d82f33f294d95e1e98049c941f5b3aa55499 /createattachment.cgi | |
parent | 310ce18f525d6f65ca6df35377d00f3d212c40ea (diff) | |
download | bugzilla-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-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 &"); + } |