summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-12-09 19:54:37 +0100
committerjocuri%softhome.net <>2004-12-09 19:54:37 +0100
commitd49d35b8106001839c6c238c37cf95c92e232464 (patch)
tree555494aa0b19e63c369ffa4bc816c9ef58add02e /defparams.pl
parentbb306d91ebaee062c4ea974fce8fa2dd7bdac1a6 (diff)
downloadbugzilla-d49d35b8106001839c6c238c37cf95c92e232464.tar.gz
bugzilla-d49d35b8106001839c6c238c37cf95c92e232464.tar.xz
Patch for bug 273483: update param(sendmailnow) information; patch by Shane H. W. Travis <travis@sedsystems.ca>, r=justdave, a=justdave.
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl12
1 files changed, 7 insertions, 5 deletions
diff --git a/defparams.pl b/defparams.pl
index adfaa85c9..4fdf52a60 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -619,11 +619,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
},