Re: [Mailman-Users] Delete message in large mbox

2008-02-25 Thread Brad Knowles
On 2/25/08, Odieresis [Gmail] wrote: > I didn't do any changes yet, I was working on other projects. > Vim is a new utility for me, but there's a useful guide I can use to do > what I need for now. Your example makes me think I have to worry about > the future growth of the mailbox and how to

Re: [Mailman-Users] Introduction, and another archive question

2008-02-25 Thread Mark Sapiro
Jan Cohen wrote: > >Any idea of how close (or far away) the 3.0 release is? The best information is at . At present it says "There is currently no ETA for Mailman 3, but development is moving quickly." -- Mark Sapiro <[EMAIL PROTECTED]>The

Re: [Mailman-Users] Introduction, and another archive question

2008-02-25 Thread Jan Cohen
Thanks for that info, Mark. Any idea of how close (or far away) the 3.0 release is? Jan C. - Original Message From: Mark Sapiro <[EMAIL PROTECTED]> To: Jan Cohen <[EMAIL PROTECTED]>; mailman-users@python.org Sent: Monday, February 25, 2008 8:17:48 PM Subject: Re: [Mailman-Users] Introdu

Re: [Mailman-Users] Introduction, and another archive question

2008-02-25 Thread Mark Sapiro
Jan Cohen wrote: > >Here's how our current system works. Everything starts with >the Mailman listserv. All member messages addressed to [EMAIL PROTECTED] go >through Mailman. It mails them back out to the entire membership and at the >same time creates an HTML archive of the message. That archive i

[Mailman-Users] Introduction, and another archive question

2008-02-25 Thread Jan Cohen
Hi folks, I'm a "well-versed in perl/php but doesn't know squat about python" information architect/sr. tech writer who's volunteered his time to help the Interaction Design Association (IxDA) straighten out a few quirks with their Mailman-based mailing list. The question: is there any way (e.

Re: [Mailman-Users] Delete message in large mbox

2008-02-25 Thread Stephen J. Turnbull
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 acce

Re: [Mailman-Users] multiple vhosting for lists

2008-02-25 Thread Mark Sapiro
audit wrote: >Mark Sapiro wrote: >> audit wrote: >> >>> Can I just add the other domain.tld mailman: to the transport file and >>> run postmap /usr/local/etc/postfix/transport >>> >> >> >> It depends what your 'mailman' transport does. >> >> >The above entry is the only entry in my transp

Re: [Mailman-Users] Delete message in large mbox

2008-02-25 Thread Odieresis [Gmail]
Barry Finkel ha scritto: >> I ended up using head, tail, grep, and a few other Unix utilities >> to find the wanted mail and extract it into a new mbox file. >> It would have been easier to use vi or vim, but the file was too large. I didn't do any changes yet, I was working on other projects. Vi

Re: [Mailman-Users] Delete message in large mbox

2008-02-25 Thread Barry Finkel
> I tried to use vim, but it's a too long file to manage (I don't know how > to do, too). I have not had as chance to read this entire thread from the weekend, so maybe what I have to say has already been said. I once had to processs a 1+Gb mbox file where there had been a mail loop, which caus

Re: [Mailman-Users] multiple vhosting for lists

2008-02-25 Thread audit
Mark Sapiro wrote: > audit wrote: > > >> Right now I have a multiple lists setup for hosting mail lists off one >> of my hosted sites, I would like to add another domain to host mail >> lists from now also. Under my /usr/local/etc/postfix/transport I have >> >> domain.com mailman: >> >> Can I

Re: [Mailman-Users] multiple vhosting for lists

2008-02-25 Thread Mark Sapiro
audit wrote: >Right now I have a multiple lists setup for hosting mail lists off one >of my hosted sites, I would like to add another domain to host mail >lists from now also. Under my /usr/local/etc/postfix/transport I have > >domain.com mailman: > >Can I just add the other domain.tld mailman:

[Mailman-Users] multiple vhosting for lists

2008-02-25 Thread audit
Right now I have a multiple lists setup for hosting mail lists off one of my hosted sites, I would like to add another domain to host mail lists from now also. Under my /usr/local/etc/postfix/transport I have domain.com mailman: Can I just add the other domain.tld mailman: to the transport file

Re: [Mailman-Users] Mailman Archives page not updating

2008-02-25 Thread Mark Sapiro
Anthony Human wrote: > >I recently moved mailman from one server to another.I tarred up the old >archives and moved >them to the new server, and simply untarred them into: > >/usr/local/mailman/archives/public/[list-name] That's your first problem. The archives are always in the archives/privat

[Mailman-Users] Mailman Archives page not updating

2008-02-25 Thread Anthony Human
Hello I'm relatively new to mailman. I've searched the mailman lists and tried to find a solution to my issue but nothing. Has anyone encountered the below issue and could offer some help. I recently moved mailman from one server to another.I tarred up the old archives and moved them to the ne

Re: [Mailman-Users] Delete message in large mbox

2008-02-25 Thread Odieresis [Gmail]
Brad Knowles ha scritto: > Vim should be able to handle it. If vim can't handle it, you may be > left with no other viable option. Again, you need to talk to your > provider. I'm trying to edit the .mbox with Vim, I hope to do any mistakes. Thank you for your detailed answers. --