diff options
Diffstat (limited to 'admin/notes/bugtracker')
| -rw-r--r-- | admin/notes/bugtracker | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/admin/notes/bugtracker b/admin/notes/bugtracker index dfca809dc46..0b1625fdb8a 100644 --- a/admin/notes/bugtracker +++ b/admin/notes/bugtracker | |||
| @@ -95,13 +95,16 @@ normal bug reporting.) | |||
| 95 | 95 | ||
| 96 | ** When reporting a new bug, to send a Cc to another address | 96 | ** When reporting a new bug, to send a Cc to another address |
| 97 | (e.g. bug-cc-mode@gnu.org), do NOT just use a Cc: header. | 97 | (e.g. bug-cc-mode@gnu.org), do NOT just use a Cc: header. |
| 98 | Instead, use "X-Debbugs-CC:". This ensures the Cc address will get a | 98 | Instead, use "X-Debbugs-CC:". This ensures the Cc address(es) will get a |
| 99 | mail with the bug report number in. If you do not do this, each reply | 99 | mail with the bug report number in. If you do not do this, each reply |
| 100 | in the subsequent discussion might end up creating a new bug. | 100 | in the subsequent discussion might end up creating a new bug. |
| 101 | This is annoying. (So annoying that a form of message-id tracking has | 101 | This is annoying. (So annoying that a form of message-id tracking has |
| 102 | been implemented to hopefully stop this happening, but it is still | 102 | been implemented to hopefully stop this happening, but it is still |
| 103 | better to use X-Debbugs-CC.) | 103 | better to use X-Debbugs-CC.) |
| 104 | 104 | ||
| 105 | If you want to send copies to more than one address, add them | ||
| 106 | comma-separated in only one X-Debbugs-CC line. | ||
| 107 | |||
| 105 | Like any X-Debbugs- header, this one can also be specified in the | 108 | Like any X-Debbugs- header, this one can also be specified in the |
| 106 | pseudo-header (see below), if your mail client does not let you add | 109 | pseudo-header (see below), if your mail client does not let you add |
| 107 | "X-" headers. | 110 | "X-" headers. |