Re: [Mailman-Developers] Re: Requirements for a new archiver

2003-10-28 Thread amk
On Tue, Oct 28, 2003 at 09:45:21AM -0500, Kevin McCann wrote: > And the SmartArchiver developer is planning to support MySQL, too. When > this happens you'd only need to have one of the two databases. Yeah, but installing MySQL isn't trivia

Re: [Mailman-Developers] Re: Requirements for a new archiver

2003-10-28 Thread amk
eful search, but does this raise the bar for installing Mailman too much? SMARTarchiver would require that you have PostgreSQL; is adding that dependency OK? Barry, what's your opinion? --amk ___ Mailman-Developers mailing list [EMAIL

Re: [Mailman-Developers] == No Subject ==

2003-10-28 Thread amk
em. Archived messages can be viewed via NNTP and a Web interface; again, you might only produce a proof-of-concept of these. --amk ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers

Re: [Mailman-Developers] Requirements for a new archiver

2003-10-27 Thread amk
your own new pages, in case I dust off the project. --amk ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers

Re: [Mailman-Developers] "@" in mail **text** gets replaced inarchives

2003-09-27 Thread amk
rchiver was Hypermail, and it hadn't been maintained in a while, so Pipermail could easily beat it just by being in a scripting language instead of C. --amk ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/

Re: [Mailman-Developers] "@" in mail **text** gets replaced in archives

2003-09-26 Thread amk
L layout for the archives from host/pipermail/ to host/archives/ or host/mm-archives/ . --amk ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers

[Mailman-Developers] Running Mailman via POP

2003-09-05 Thread amk
ewhere so it gets Googled. --amk # # Mailman via POP # import os, poplib, rfc822, cStringIO # Configuration information POP_HOST = 'pop.example.com' POP_USER = 'mailman' POP_PASSWORD = 'password' MESSAGE_ID_FILE = '/tmp/message-ids' # List of domains cont