Commit d49d35b8 authored by jocuri%softhome.net's avatar jocuri%softhome.net

Patch for bug 273483: update param(sendmailnow) information; patch by Shane H.…

Patch for bug 273483: update param(sendmailnow) information; patch by Shane H. W. Travis <travis@sedsystems.ca>, r=justdave, a=justdave.
parent bb306d91
...@@ -619,11 +619,13 @@ sub find_languages { ...@@ -619,11 +619,13 @@ sub find_languages {
{ {
name => 'sendmailnow', name => 'sendmailnow',
desc => 'If this is on, Bugzilla will tell sendmail to send any e-mail ' . desc => 'Sites using anything older than version 8.12 of \'sendmail\' ' .
'immediately. If you have a large number of users with a large ' . 'can achieve a significant performance increase in the ' .
'amount of e-mail traffic, enabling this option may dramatically ' . 'UI -- at the cost of delaying the sending of mail -- by ' .
'slow down Bugzilla. Best used for smaller installations of ' . 'disabling this parameter. Sites using \'sendmail\' 8.12 or ' .
'Bugzilla.', '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', type => 'b',
default => 1 default => 1
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment