comparison admin/notes/bugtracker @ 100967:2897f8b17f00

Mention archiving.
author Glenn Morris <rgm@gnu.org>
date Thu, 08 Jan 2009 04:09:43 +0000
parents 56005ec017c3
children c6160de1def7
comparison
equal deleted inserted replaced
100966:2de0661c24bd 100967:2897f8b17f00
195 ** To change the submitter address: 195 ** To change the submitter address:
196 submitter 123 none@example.com 196 submitter 123 none@example.com
197 197
198 Note that it does not seem to work to specify "Submitter:" in the 198 Note that it does not seem to work to specify "Submitter:" in the
199 pseudo-header when first reporting a bug. 199 pseudo-header when first reporting a bug.
200
201 ** How does archiving work?
202 You can still send mail to a bug after it is closed. After 28 days with
203 no activity, the bug is archived, at which point no more changes can
204 be made. If you try to send mail to the bug after that (or merge with
205 it), it will be rejected. To make any changes, you must unarchive it first:
206
207 unarchive 123
208
209 The bug will be re-archived after the next 28 day period of no activity.