Odieresis [Gmail] writes:

 > Do you think there is an easier way to do these cleanings? A sort of 
 > webmail interface?

Maybe this could be done in the long run, but the problem is finding a
given message in the large mailbox.  This can't be done effectively
over the web.  If you have shell access, I would use Python to set up
the mbox file as a Python mailbox object, then loop over messages
saving each to a copy mbox until you find similar to the one (eg,
matching subject) you're looking for, let the user choose whether to
skip that, and continue until done.  (Sorry, I don't have code off the
top of my head.)

------------------------------------------------------
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

Reply via email to