From bdeae125a68d900dacc41d861f05dc7b0f4dfe2c Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Sat, 15 Jan 2005 15:40:25 +0000 Subject: Bug 275700 : FAQ update: "Disabling mail for testing" is incomplete Patch by travis@sedsystems.ca r=vladd --- docs/xml/faq.xml | 46 ++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 42 insertions(+), 4 deletions(-) (limited to 'docs/xml/faq.xml') diff --git a/docs/xml/faq.xml b/docs/xml/faq.xml index 3e96a813a..dd84bd91c 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 -- cgit v1.2.3-24-g4f1b