comparison admin/notes/bugtracker @ 108748:85d6810f63ed

* admin/notes/bugtracker: More about recovering from moderation mistakes.
author Glenn Morris <rgm@gnu.org>
date Sat, 22 May 2010 10:39:35 -0700
parents 0ddcd935235c
children f82a793ed06b
comparison
equal deleted inserted replaced
108747:59a0f034c5cf 108748:85d6810f63ed
551 551
552 All discarded messages are stored in /var/lib/mailman/spam. 552 All discarded messages are stored in /var/lib/mailman/spam.
553 If a non-spam message accidentally gets discarded, just do: 553 If a non-spam message accidentally gets discarded, just do:
554 554
555 cat /var/lib/mailman/spam/not-really-spam.msg | /usr/lib/debbugs/receive 555 cat /var/lib/mailman/spam/not-really-spam.msg | /usr/lib/debbugs/receive
556 chown Debian-debbugs:Debian-debbugs /var/lib/debbugs/spool/incoming/*
556 ... check it works ... 557 ... check it works ...
557 mv /var/lib/mailman/spam/not-really-spam.msg /var/lib/mailman/not-spam/ 558 mv /var/lib/mailman/spam/not-really-spam.msg /var/lib/mailman/not-spam/
559
560 Also check that the sender was not added to the auto-discard/reject list
561 in the debbugs-submit Mailman interface.
558 562
559 ** Administrivia 563 ** Administrivia
560 564
561 The debbugs-submit list should have the administrivia option off, 565 The debbugs-submit list should have the administrivia option off,
562 else it can by mistake filter out requests to subscribe to bugs. 566 else it can by mistake filter out requests to subscribe to bugs.