]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Oops; wasn't sending out mail when someone attached a file.
authorterry%netscape.com <>
Sun, 18 Apr 1999 09:44:03 +0000 (09:44 +0000)
committerterry%netscape.com <>
Sun, 18 Apr 1999 09:44:03 +0000 (09:44 +0000)
createattachment.cgi

index d87453eb76a1a98355158c970472f2629544f823..80dff3520b823ff3ef3c636a732b325964bf367c 100755 (executable)
@@ -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 &");
+
 
 }