Re: [Mailman-Users] deleting "pending for approval" from command line

2006-11-13 Thread Gerardo Herzig
> Can i delete those pending >> > messages from command line? Can i delete or blank a simple file? >> (its ok >> > if i delete ALL the pending messages) >> >> I have a similar issue with a mailing list with over 5K unmoderated >> messages I need to sift through, and can't load the web interf

Re: [Mailman-Users] deleting "pending for approval" from command line

2006-11-10 Thread Patrick Bogen
On 11/10/06, Carl Zwanzig <[EMAIL PROTECTED]> wrote: > a coupla notes- > The formatting comes out a bit wonky, ie > $ cd ~mailman/data $ rm heldmsg--* > is one line. Fixed. > I'm a more of fan of piping find output to xargs instead of using -exec. > find heldmsg -name '*' | xargs

Re: [Mailman-Users] deleting "pending for approval" from command line

2006-11-10 Thread Patrick Bogen
On 11/10/06, Gadi Evron <[EMAIL PROTECTED]> wrote: > On Fri, 10 Nov 2006, Gerardo Herzig wrote: > > resources issue, not shure). The thing is: Can i delete those pending > > messages from command line? Can i delete or blank a simple file? (its ok > > if i delete ALL the pending messages) > > I have

Re: [Mailman-Users] deleting "pending for approval" from command line

2006-11-10 Thread Gadi Evron
On Fri, 10 Nov 2006, Gerardo Herzig wrote: > Hi all. I have a user who does not check "pending for approvals" so > long, and now the mailman web interface trows an error (an timeout or > resources issue, not shure). The thing is: Can i delete those pending > messages from command line? Can i del

[Mailman-Users] deleting "pending for approval" from command line

2006-11-10 Thread Gerardo Herzig
Hi all. I have a user who does not check "pending for approvals" so long, and now the mailman web interface trows an error (an timeout or resources issue, not shure). The thing is: Can i delete those pending messages from command line? Can i delete or blank a simple file? (its ok if i delete AL