From: travis%sedsystems.ca <> Date: Sat, 15 Jan 2005 15:39:40 +0000 (+0000) Subject: Bug 275700 : FAQ update: "Disabling mail for testing" is incomplete X-Git-Tag: bugzilla-2.18.1~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ae2220b9b99918073f3309edd676fb2aadbdd34;p=thirdparty%2Fbugzilla.git Bug 275700 : FAQ update: "Disabling mail for testing" is incomplete Patch by travis@sedsystems.ca r=vladd --- diff --git a/docs/xml/faq.xml b/docs/xml/faq.xml index 3e96a813a9..dd84bd91cf 100644 --- a/docs/xml/faq.xml +++ b/docs/xml/faq.xml @@ -811,9 +811,46 @@ C:\mysql\bin\replace "#!/usr/bin/perl" "#!C:\perl\bin\perl" -- *.cgi *.pl - New to 2.18: Go into BugMail.pm - and set the '$enableSendMail' value to '0'. + To disable email, set the + $enableSendMail parameter to '0' + in either BugMail.pm (2.18 and later) or + processmail (up to 2.16.x). + + + Up to 2.16.x, changing + $enableSendMail + will only affect bugmail; email related to password changes, + email address changes, bug imports, flag changes, etc. will + still be sent out. As of the final release of 2.18, however, + the above step will disable all mail + sent from Bugzilla for any purpose. + + + + To have bugmail (and only bugmail) redirected to you instead of + its intended recipients, leave + $enableSendMail alone; + instead, edit the newchangedmail parameter + as follows: + + + + + Replace To: with X-Real-To: + + + + + Replace Cc: with X-Real-CC: + + + + + Add a To: %lt;your_email_address> + + + @@ -1323,7 +1360,8 @@ C:\mysql\bin\replace "#!/usr/bin/perl" "#!C:\perl\bin\perl" -- *.cgi *.pl The rationale is that if you pick one of the bugs that's not VERIFIED and try to CLOSE it, the bug change will fail miserably (thus killing any changes in the list after it - while doing the bulk change) so it doesn'teven give you the choice. + while doing the bulk change) so it doesn't even give you the + choice. @@ -1382,7 +1420,7 @@ C:\mysql\bin\replace "#!/usr/bin/perl" "#!C:\perl\bin\perl" -- *.cgi *.pl enhancement for Bugzilla. - You can view bugs marked for &bz-nextver; release + You can view bugs marked for &bz-nextver; release here. This list includes bugs for the &bz-nextver; release that have already been fixed and checked into CVS. Please consult the