]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 273483: update param(sendmailnow) information; patch by Shane H. W...
authorjocuri%softhome.net <>
Thu, 9 Dec 2004 18:55:05 +0000 (18:55 +0000)
committerjocuri%softhome.net <>
Thu, 9 Dec 2004 18:55:05 +0000 (18:55 +0000)
defparams.pl

index 68b235b8179440a044fe74d5d16a650263192136..323b91edbb73aba54816af62a544990a3d3db72a 100644 (file)
@@ -503,11 +503,13 @@ sub find_languages {
 
   {
    name => 'sendmailnow',
-   desc => '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.',
+   desc => '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.',
    type => 'b',
    default => 1
   },