Re: [Mailman-Users] Alternative to Mailman

2006-09-13 Thread Kucera, Rich
> > > use MySQL > > What for? > > Share some of the information with other applications, eg: name, email, > password. Well if you're talking strategic SQL access, either of these (*if only* they supported ODBC calling mechanisms) you could bolt it onto mailman and have at it: http://gadfly.source

Re: [Mailman-Users] Alternative to Mailman

2006-09-13 Thread Kucera, Rich
Hello, Looking at similar problems in the future...interesting to think about. > We're looking at PHPlist, PHPList is all web-based, isn't it? Some clients may want to respond over email. > DadaMail and other packages. We need to be > able to send up to 100,000 at a shot, announce only, use

[Mailman-Users] How To Leverage Subversion To Customize Mailman

2006-07-10 Thread Kucera, Rich
How To Leverage Subversion To Customize Mailman The key to this is bringing only the customized files in the production distribution under subversion control. Not the entire distribution as the Subversion community seems to recommend (this is not possible, it doesn't work in my experience (mail

Re: [Mailman-Users] There currently are no publicly-advertisedMailmanmailing lists

2006-03-17 Thread Kucera, Rich
> when I do a make clean, make ,... > how I can introduce some debugging statements Didn't know we had to make...can't you just edit *.py in place, and it'll automatically compile to .pyc and use you changes? That's what I do. Fix_url would've been my first guess, but I guess you did that.

[Mailman-Users] Mailman Web UI Look and Feel Customization, including SSIs

2006-03-16 Thread Kucera, Rich
A worst-case web ui integration with mailman, involving dynamic SSIs, implemented on v2.1.7. 1) HTML files in mailman/templates/en were placed in a directory on the www server to be slugged with the ssi template. Outermost HTML, Head and body tags removed. 1.1) the archtoc.html, ar

Re: [Mailman-Users] Mailman List Migration to Another Server

2006-03-13 Thread Kucera, Rich
Have you tried (from mailman install dir): For i in `ls lists` Do bin/withlist -l -r fix_url $i --urlhost=newhost.do.main done HTH, -Rich -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-us

[Mailman-Users] newb q about look and feel: redefine loginpage(mlist, doc, user, lang) doable?

2006-03-07 Thread Kucera, Rich
Hello, In options.py, I'd like to be able to redefine loginpage(mlist, doc, user, lang) and load it non-intrusively as a patch later. How do I do this? I would like it to behave like options_page(mlist, doc, user, cpuser, userlang, message='') This is so I can customize the look and f