[Mailman-Users] No mail going out to list members (possible postfix smtp or alias problem?)

2003-12-12 Thread A.N.Varady
Problem: No mail is being currently bing sent from my lists to the list's members. New posts are being received by my MTA (Postfix), sent to Mailman, processed by Pipermail, and added to archives. The Mailman smtp log, however, does not indicate any of these posts being sent out. I am running:

[Mailman-Users] Re: Upgrade problems (2.0.13 -> 2.1); Incoming qrunner dies (BarryA. Warsaw)

2003-01-20 Thread A.N.Varady
> "ANV" == A N Varady <[EMAIL PROTECTED]> writes: ANV> ./configure --with-cgi-gid=99 --with-mail-gid=mailman ANV> --prefix=/home/mailman --with-python=/usr/local/bin/python2.2 ANV> TypeError: isinstance() arg 2 must be a class or type > "BAW" == Barry A Warsaw <[EMAIL PROTEC

[Mailman-Users] qrunner troubles after install: "Uncaught runner exception"

2003-01-15 Thread A.N.Varady
Hello, Just upgraded from 2.0.13 for all the new features and have run into a dead end. I installed mailman with the following configure: ./configure --with-cgi-gid=99 --with-mail-gid=mailman --prefix=/home/mailman --with-python=/usr/local/bin/python2.2 and my MTA is postfix. I followed the in

[Mailman-Users] qrunner troubles after install: "Uncaught runner exception"

2003-01-15 Thread A.N.Varady
Hello, Just upgraded from 2.0.13 for all the new features and have run into a dead end. I installed mailman with the following configure: ./configure --with-cgi-gid=99 --with-mail-gid=mailman --prefix=/home/mailman --with-python=/usr/local/bin/python2.2 and my MTA is postfix. I followed the inst

[Mailman-Users] my kludge for reverse sorting mailman's pipermail "sort by date" page

2001-01-31 Thread A.N.Varady
Hi, I'm just learning PERL and am using mailman with pipermail. I wanted to add a pipermail generated archive page to my website. So I wrote a little code to turn the html of the "date" sorted page upside down. And I used an SSI and some PHP to add the reverse sorted page to my website. I'm a tot