From: jocuri%softhome.net <> Date: Thu, 9 Dec 2004 18:55:21 +0000 (+0000) Subject: Patch for bug 273483: update param(sendmailnow) information; patch by Shane H. W... X-Git-Tag: bugzilla-2.16.8~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68b9c2cd78092b7fef3a1273aaaf09d027371838;p=thirdparty%2Fbugzilla.git Patch for bug 273483: update param(sendmailnow) information; patch by Shane H. W. Travis , r=justdave, a=justdave. --- diff --git a/defparams.pl b/defparams.pl index e30ec54943..6ccde137ed 100644 --- a/defparams.pl +++ b/defparams.pl @@ -228,7 +228,7 @@ DefParam("shutdownhtml", ""); DefParam("sendmailnow", - "If this is on, Bugzilla will tell sendmail to send any e-mail immediately. If you have a large number of users with a large amount of e-mail traffic, enabling this option may dramatically slow down Bugzilla. Best used for smaller installations of Bugzilla.", + "Sites using anything older than version 8.12 of \'sendmail\' can achieve a significant performance increase in the UI -- at the cost of delaying the sending of mail -- by disabling this parameter. Sites using 'sendmail' 8.12 or higher should leave this on, as they will see no benefit from turning it off. Sites using an MTA other than 'sendmail' *must* leave it on, or no bug mail will be sent.", "b", 1);