Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
bdeae125
Commit
bdeae125
authored
Jan 15, 2005
by
travis%sedsystems.ca
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 275700 : FAQ update: "Disabling mail for testing" is incomplete
Patch by travis@sedsystems.ca r=vladd
parent
8c0f6c3c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
4 deletions
+42
-4
faq.xml
docs/xml/faq.xml
+42
-4
No files found.
docs/xml/faq.xml
View file @
bdeae125
...
...
@@ -811,9 +811,46 @@ C:\mysql\bin\replace "#!/usr/bin/perl" "#!C:\perl\bin\perl" -- *.cgi *.pl
</question>
<answer>
<para>
New to 2.18: Go into
<filename>
BugMail.pm
</filename>
and set the '$enableSendMail' value to '0'.
To disable email, set the
<programlisting>
$enableSendMail
</programlisting>
parameter to '0'
in either
<filename>
BugMail.pm
</filename>
(2.18 and later) or
<filename>
processmail
</filename>
(up to 2.16.x).
</para>
<note>
<para>
Up to 2.16.x, changing
<programlisting>
$enableSendMail
</programlisting>
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
<emphasis>
all
</emphasis>
mail
sent from Bugzilla for any purpose.
</para>
</note>
<para>
To have bugmail (and only bugmail) redirected to you instead of
its intended recipients, leave
<programlisting>
$enableSendMail
</programlisting>
alone;
instead, edit the
<quote>
newchangedmail
</quote>
parameter
as follows:
</para>
<itemizedlist>
<listitem>
<para>
Replace
<quote>
To:
</quote>
with
<quote>
X-Real-To:
</quote>
</para>
</listitem>
<listitem>
<para>
Replace
<quote>
Cc:
</quote>
with
<quote>
X-Real-CC:
</quote>
</para>
</listitem>
<listitem>
<para>
Add a
<quote>
To: %lt;your_email_address
>
</quote>
</para>
</listitem>
</itemizedlist>
</answer>
</qandaentry>
...
...
@@ -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.
</para>
</answer>
</qandaentry>
...
...
@@ -1382,7 +1420,7 @@ C:\mysql\bin\replace "#!/usr/bin/perl" "#!C:\perl\bin\perl" -- *.cgi *.pl
enhancement for Bugzilla.
</para>
<para>
You can view bugs marked for
&
amp;
bz-nextver; release
You can view bugs marked for
&bz-nextver;
release
<ulink
url=
"http://bugzilla.mozilla.org/buglist.cgi?product=Bugzilla&target_milestone=Bugzilla+&bz-nextver;"
>
here
</ulink>
.
This list includes bugs for the
&bz-nextver;
release that have already
been fixed and checked into CVS. Please consult the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment