Hi again,
Morgan Fletcher wrote:
Tokio Kikuchi <[EMAIL PROTECTED]> writes:
% cd <prefix> % find data -ctime +7 -name heldmsg\*.pck | xargs bin/discard
Thanks, this worked... to a point. Then I got:
Discarded held msg #9196 for list fj55 Discarded held msg #9197 for list fj55 Discarded held msg #9198 for list fj55 Discarded held msg #9199 for list fj55 Traceback (most recent call last): File "bin/discard", line 120, in ? main() File "bin/discard", line 110, in main mlist.HandleRequest(id, mm_cfg.DISCARD, '', False, False, '') File "/usr/local/mailman/Mailman/ListAdmin.py", line 156, in HandleRequest rtype, data = self.__db[id] KeyError: 8752
One heldmsg*.pck remains that is +7 days old. A problem?
I believe this message can safely removed by: % find data -ctime +7 -name heldmsg\*.pck | xargs rm You can't handle it anyway.
-- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/
------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
