[Mailman-Users] "No subject" messages in archives

Barry Warsaw barry at python.org
Fri May 25 20:57:15 CEST 2007


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On May 25, 2007, at 1:17 PM, Ivan Van Laningham wrote:

> I locked the list with withlist.  I then edited the .mbox file with  
> vim
> and deleted 2662737 lines, all the messages that had malformed 'From '
> lines (no dates at the end of the lines).  On my somewhat slow machine
> (2.2GHZ Celeron), with only a gig of memory, this took about 10  
> minutes.
>   I was willing to wait. ;-)
>
> After saving modified .mbox, I exited withlist without saving.  I then
> catted the corrected old archive .mbox file to the end of the modified
> .mbox.  Then I ran arch.  That, too, took a while, maybe half-an-hour
> for about 49,000 messages.  Again, I was willing to wait. ;-)

The only thing I would add is that the default lock lifetime is 15  
seconds, so it's possible some other process would have broken the  
lock during that time.  That you didn't get an exception when you  
exited (and thus unlocked) the list is a good sign that didn't  
happen. ;)

Given the MailList object, there's no easy way to extend the lock's  
lifetime.  You can hack the LockFile.py file, or do something like:

 >>> m._MailList__lock.refresh(60 * minute)

> I'm actually willing to live with these, unless they're damaging the
> archives somehow.  Any guesses as to how difficult it would be to fix
> these by say, simply editing the .mbox and re-running arch --wipe?

Unsure.  What does bin/cleanarch -n say?

- -Barry

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (Darwin)

iQCVAwUBRlcxi3EjvBPtnXfVAQI5gAP+OEGtJPHTg6zQ7xxATzuiz2me8uqbQtQ2
4k/QdfSj0LCqaGseziew49jCBGbi0KVRFF6DM7FylDS+QPt0ptvgrbemThJZVpCS
+adM/JqDzzM5R4XDCG5Qf14xqJxa0sXfnwX3QvTWoHSDXpN6JbbTazRqr4+jGsjl
zMUVFbeMNVI=
=MjM3
-----END PGP SIGNATURE-----


More information about the Mailman-Users mailing list