At 6:38 PM -0700 9/29/06, Mark Sapiro wrote: > or with 33,000 messages > > bin/discard --quiet data/heldmsg-listname-*.pck > > to supress the 33,000 "Discarded held msg ..." reports.
With 33,000 messages, I imagine that command-line wildcard expansion won't work. You may have to do something like: find /usr/local/mailman/data/heldmsg-listname-\*.pck -print | xargs bin/discard --quiet All as one line, of course. -- Brad Knowles, <[EMAIL PROTECTED]> "Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety." -- Benjamin Franklin (1706-1790), reply of the Pennsylvania Assembly to the Governor, November 11, 1755 Founding Individual Sponsor of LOPSA. See <http://www.lopsa.org/>. ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org 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/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp