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 interface for 
 it.

 Gadi.


 I've added FAQ 4.74
 http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq04.074.htp
 to answer this. If someone else can look it over for me and
 double-check that what I've put is accurate (and the best phrasing,
 etc.), I'd be appreciative.

Well, i think im using the Carl revised version of FAQ, and work 
perfectly. Thank you all!!

Gerardo

--
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=showamp;file=faq01.027.htp


[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 ALL the pending messages)

Thanks!!

Mailman 2.1.4
--
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=showamp;file=faq01.027.htp


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 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 interface for it.

Gadi.

 
 Thanks!!
 
 Mailman 2.1.4
 --
 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/ge%40linuxbox.org
 
 Security Policy: 
 http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp
 

--
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=showamp;file=faq01.027.htp


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 a similar issue with a mailing list with over 5K unmoderated
 messages I need to sift through, and can't load the web interface for it.

 Gadi.


I've added FAQ 4.74
http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq04.074.htp
to answer this. If someone else can look it over for me and
double-check that what I've put is accurate (and the best phrasing,
etc.), I'd be appreciative.

-- 
- Patrick Bogen
--
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=showamp;file=faq01.027.htp


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-listname-*
 is one line.
Fixed.

 I'm a more of fan of piping find output to xargs instead of using -exec.
 find heldmsg  -name '*' | xargs rm
 (it also looks like the base dir is missing in the example.)
That seems like it'd be more efficient. Changed. (Fixed.)


 I don't see how the last example would be any better than the first, you
 can still fill up the cmd line.

Good point.

-- 
- Patrick Bogen
--
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=showamp;file=faq01.027.htp