[Mailman-Users] can't access /admin or /admindb/ for one of mylists, other lists work fine

Brad Knowles brad at stop.mail-abuse.org
Sat Sep 30 03:42:57 CEST 2006


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, <brad at stop.mail-abuse.org>

"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/>.



More information about the Mailman-Users mailing list