From: terry%netscape.com <> Date: Sun, 18 Apr 1999 09:44:03 +0000 (+0000) Subject: Oops; wasn't sending out mail when someone attached a file. X-Git-Tag: bugzilla-2.4~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a044ffe98211c1acd1001703bda869b73c93271e;p=thirdparty%2Fbugzilla.git Oops; wasn't sending out mail when someone attached a file. --- diff --git a/createattachment.cgi b/createattachment.cgi index d87453eb76..80dff3520b 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 &"); + }