30 Sep
2006
30 Sep
'06
7:12 a.m.
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@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/>.