Re: [Mailman-Users] python errors executing scripts

2005-02-12 Thread Mark Panahi
Ok, at this point I think I'm just going to recreate all the lists. The archives aren't that important, and I can read the db files manually to get the member lists. I'll just mass subscribe them. Thanks. -Mark On Sat, 12 Feb 2005 18:52:59 -0800, Mark Sapiro <[EMAIL PROTECTED]> wrote: > Mark Pa

Re: [Mailman-Users] python errors executing scripts

2005-02-12 Thread Mark Sapiro
Mark Panahi wrote: >Well, now I get this: > >doc local/mailman# bin/dumpdb lists/birn/config.db >Traceback (most recent call last): > File "bin/dumpdb", line 156, in ? >msg = main() > File "bin/dumpdb", line 126, in main >d = DumperSwitchboard().read(filename) >NameError: global name 'Du

Re: [Mailman-Users] python errors executing scripts

2005-02-12 Thread Mark Panahi
Well, now I get this: doc local/mailman# bin/dumpdb lists/birn/config.db Traceback (most recent call last): File "bin/dumpdb", line 156, in ? msg = main() File "bin/dumpdb", line 126, in main d = DumperSwitchboard().read(filename) NameError: global name 'DumperSwitchboard' is not defin

Re: [Mailman-Users] python errors executing scripts

2005-02-12 Thread Mark Sapiro
Mark Panahi wrote: >Well I get this: > >doc local/mailman# bin/update -f >Upgrading from version 0x20105f0 to 0x20105f0 >getting rid of old source files >Updating mailing list: birn >Traceback (most recent call last): > File "bin/update", line 780, in ? >errors = main() > File "bin/update",

Re: [Mailman-Users] python errors executing scripts

2005-02-12 Thread Mark Panahi
Well I get this: doc local/mailman# bin/update -f Upgrading from version 0x20105f0 to 0x20105f0 getting rid of old source files Updating mailing list: birn Traceback (most recent call last): File "bin/update", line 780, in ? errors = main() File "bin/update", line 670, in main errors =

Re: [Mailman-Users] python errors executing scripts

2005-02-12 Thread Mark Panahi
Well, I tried 'check_db -a -v' and it complains that there are no config.pck and config.pck.last files for each list. The thing is, I had moved the lists and archive directories from an older installation (we had upgraded everything in our server). Seems like these pck files are something recent? A

Re: [Mailman-Users] python errors executing scripts

2005-02-12 Thread Mark Sapiro
Mark Panahi wrote: >Well, I tried 'check_db -a -v' and it complains that there are no >config.pck and config.pck.last files for each list. The thing is, I >had moved the lists and archive directories from an older installation >(we had upgraded everything in our server). Seems like these pck files

Re: [Mailman-Users] Discarding stripped messages and rejectingimplicitdeclaration posts.

2005-02-12 Thread Tokio Kikuchi
Hi, Mark Sapiro wrote: Lars Bungum wrote: On Sat, 2005-02-05 at 18:38, Mark Sapiro wrote: How about adding the content-types to the spam-option? I tried doing this now, like: Content-Type: application/octet-stream; name="details.exe" as the spamfilter regexp. Would that work? No, it won't work

Re: [Mailman-Users] Restrict Mass Subscription

2005-02-12 Thread enyc
> > The easiest way to demonstrate is turn on ECN yourself on a linux-2.4 > > or linux-2.6 host. > > Just "echo 1 > /proc/sys/net/ipv4/tcp_ecn" as root > > Then you will find list.org doesn't work, until you... > > "echo 0 > /proc/sys/net/ipv4/tcp_ecn" as root > I don't know what the

Re: [Mailman-Users] URL for admin page

2005-02-12 Thread Adam Rosi-Kessel
On Sat, Feb 12, 2005 at 12:56:44PM -0800, Mark Sapiro wrote: > DEFAULT_URL = http://hostname/ > and if it had been > DEFAULT_URL = http://hostname/mailman/ > things would have been OK. That's right, it was the former example. I guess this is just a standard bump-in-the-road upgrade problem--it wil

Re: [Mailman-Users] URL for admin page

2005-02-12 Thread Mark Sapiro
Adam Rosi-Kessel wrote: > >Ah, okay, that explains everything. If I comment out DEFAULT_URL, >everything works perfectly. I didn't realize that bin/newlist and web >create relied on different information for creating new lists. > >I wonder if there is some way to notify admins that this option ha

Re: [Mailman-Users] URL for admin page

2005-02-12 Thread Adam Rosi-Kessel
On Sat, Feb 12, 2005 at 11:27:32AM -0800, Mark Sapiro wrote: > I think this happens with bin/newlist, but not with web create. So, do > you have a setting in mm_cfg.py for DEFAULT_URL (or perhaps one other > than None in Defaults.py)? If so, remove it. Ah, okay, that explains everything. If I com

Re: [Mailman-Users] URL for admin page

2005-02-12 Thread Mark Sapiro
Adam Rosi-Kessel wrote: > >Interestingly, I found by running with_list fix_url on the list (and not >specifying any URL) the admin URL was reset to the correct address. > >But I'm concerned that other new lists will have the wrong default admin >URL. Running with_list fix_url on the list without s

Re: [Mailman-Users] Discarding stripped messages and rejectingimplicitdeclaration posts.

2005-02-12 Thread Mark Sapiro
Lars Bungum wrote: >On Sat, 2005-02-05 at 18:38, Mark Sapiro wrote: >> >1. On the first messages with disallowed attachments are stripped of >> >these, but not held for moderator approval. I would like to see them >> >held for such, how do I accomplish this? >> There is no option to hold messa

Re: [Mailman-Users] python errors executing scripts

2005-02-12 Thread Mark Sapiro
Mark Panahi wrote: >Hello, I'm getting errors like the following when executing some of >the scripts in the bin directory. Any ideas? > >mailman/bin# ./list_lists >Traceback (most recent call last): > File "./list_lists", line 122, in ? >main() > File "./list_lists", line 102, in main >l

RE: [Mailman-Users] Some Posts not getting through - Troubleshoot ing tips?

2005-02-12 Thread Bruce Best (CRO)
> -Original Message- > From: Kai Schaetzl [mailto:[EMAIL PROTECTED] > Bruce Best (CRO) wrote on Fri, 11 Feb 2005 09:45:17 -0500: > > > I sent a message to the list, then sent the message to the > > list and cc'd to the troublsome email address. The cc goes > > through without a hitch, the

Re: [Mailman-Users] Restrict Mass Subscription

2005-02-12 Thread Kai Schaetzl
wrote on Fri, 11 Feb 2005 20:08:34 -0800 (PST): > The easiest way to demonstrate is turn on ECN yourself on a linux-2.4 > or linux-2.6 host. > Just "echo 1 > /proc/sys/net/ipv4/tcp_ecn" as root > Then you will find list.org doesn't work, until you... > "echo 0 > /proc/sys/net/ipv4/tcp_e

Re: [Mailman-Users] Some Posts not getting through - Troubleshoot ing tips?

2005-02-12 Thread Billy Sobczyk
I don't think you receive the post to the address that it is sent from, so if the sender is the same email address as the one that isn't getting the email, try sending the email from a different address and see if that changes the results. Kai Schaetzl wrote: Bruce Best (CRO) wrote on Fri, 11 F

Re: [Mailman-Users] URL for admin page

2005-02-12 Thread Adam Rosi-Kessel
On Fri, Feb 11, 2005 at 04:43:49PM -0800, Mark Sapiro wrote: > >Whenever I created a new list before, the URL for the admin page was > >automatically set to http://myhost/mailman/admin. Now it is creating > >new lists with admin URL http://myhost/admin, which doesn't work. > Just what URL are you

Re: [Mailman-Users] Run a script when new lists are created

2005-02-12 Thread martin f krafft
also sprach Mark Sapiro <[EMAIL PROTECTED]> [2005.02.12.0156 +0100]: > In mm_cfg.py, you set MTA = 'SomeName'. Then you create a python > script Mailman/MTA/SomeName.py with a create() and a remove() > function and these are called respectively whenever a list is > created or removed. See the exist

Re: [Mailman-Users] python errors executing scripts

2005-02-12 Thread Mark Panahi
mailman 2.1.5, python 2.3.4 Thanks. On Sat, 12 Feb 2005 12:47:40 +0100, Brad Knowles <[EMAIL PROTECTED]> wrote: > At 3:33 AM -0800 2005-02-12, Mark Panahi wrote: > > > Hello, I'm getting errors like the following when executing some of > > the scripts in the bin directory. Any ideas? > >

Re: [Mailman-Users] Mailman with os x server won't create first list

2005-02-12 Thread Harry Mueller
On Sat, February 12, 2005 4:08 am, Michael Curtis said: > I have now installed 3 os x servers and everytime Mailman has failed > on the first install. When I make the first list I tick the box to turn > on the service. I enter and password and admin email address. I then > save the changes a

Re: [Mailman-Users] python errors executing scripts

2005-02-12 Thread Brad Knowles
At 3:33 AM -0800 2005-02-12, Mark Panahi wrote: Hello, I'm getting errors like the following when executing some of the scripts in the bin directory. Any ideas? Hmm. What version of Python do you have installed? What version of Mailman are you running? -- Brad Knowles, <[EMAIL PROTECTED]> "T

[Mailman-Users] python errors executing scripts

2005-02-12 Thread Mark Panahi
Hello, I'm getting errors like the following when executing some of the scripts in the bin directory. Any ideas? mailman/bin# ./list_lists Traceback (most recent call last): File "./list_lists", line 122, in ? main() File "./list_lists", line 102, in main longest = max(len(mlist.real_n

Re: [Mailman-Users] Mailman with os x server won't create first list

2005-02-12 Thread Brad Knowles
At 9:08 AM + 2005-02-12, Michael Curtis wrote: I have now installed 3 os x servers and everytime Mailman has failed on the first install. When I make the first list I tick the box to turn on the service. I enter and password and admin email address. I then save the changes and the li

Re: [Mailman-Users] Restrict Mass Subscription

2005-02-12 Thread enyc
> I want to grant my users the ability to administer their own lists via > the web interface on my Mailman 2.1.5 installation. However, I would > like to require that invitations be sent out if they use the mass > subscription feature. Although I understand that with open source > anything is poss

Re: [Mailman-Users] Archives disk space: are .txt files needed?

2005-02-12 Thread Mark Sapiro
Mike Alberghini wrote: > >The archive directories contain each months mail in three formats: > >1. a plaintext file: 2004-November.txt >2. a gzipped file:2004-November.txt.gz >3. a directory: 2004-November - contains individual HTML messages. > >The web archive uses the files in the d

Re: [Mailman-Users] URL for admin page

2005-02-12 Thread Mark Sapiro
Adam Rosi-Kessel wrote: > >Whenever I created a new list before, the URL for the admin page was >automatically set to http://myhost/mailman/admin. Now it is creating >new lists with admin URL http://myhost/admin, which doesn't work. Just what URL are you talking about? Yhe only one that should lo

Re: [Mailman-Users] Restrict Mass Subscription

2005-02-12 Thread enyc
> > I would like them to be informed that the "www.list.org" web-server > >appears to be behind a broken firewall or router that discards packets > >from people using TCP_ECN extension I.e. linux 2.4 or 2.6 > >kernel's default configuration. Some *BSD variants include ECN > >

Re: [Mailman-Users] sending mail in attachment on "help"listname-request

2005-02-12 Thread Mark Sapiro
Sythos wrote: >there is a way to send a file (a zipped miniguide) whene a subscribed >ml's user ask "help" (or something else" at [EMAIL PROTECTED] I don't think so without a significant hack, but you could put your miniguide on a web page and easily modify the help template 'help.txt' (see http:

[Mailman-Users] Mailman with os x server won't create first list

2005-02-12 Thread Michael Curtis
Hi, I have now installed 3 os x servers and everytime Mailman has failed on the first install. When I make the first list I tick the box to turn on the service. I enter and password and admin email address. I then save the changes and the list disappears. I have checked permissions, the Apple

Re: [Mailman-Users] Restrict Mass Subscription

2005-02-12 Thread enyc
> > p.s. ?does anybody know where I can get hold of the "www.list.org" > >server administrator? > For what purpose? I would like them to be informed that the "www.list.org" web-server appears to be behind a broken firewall or router that discards packets from people using TCP_ECN ex

Re: [Mailman-Users] error importing archive

2005-02-12 Thread Mark Sapiro
Michael P. Soulier wrote: >On 09/02/05 Mark Sapiro did say: > >> The 313th article in the mbox file (starting with 0) has invalid base64 >> encoding. > >Well, I couldn't find anything wrong with the article in question. Based on the original error > File "//usr/lib/python2.2/base64.py", line 44

Re: [Mailman-Users] How to send html emails

2005-02-12 Thread Mark Sapiro
Ezra Taylor wrote: > How do I send html emails? See http://mail.python.org/pipermail/mailman-users/2005-January/041763.html (or turn off content filtering) -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use you

Re: [Mailman-Users] Problem with archives

2005-02-12 Thread Mark Sapiro
[EMAIL PROTECTED] wrote: >When I go to the aliases files, pipermail is set to: /pipermail/: >/var/lib/mailman/archives/public And is it enabled to follow symlinks? -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense

Re: [Mailman-Users] Changing my DEFAULT_HOST_NAME

2005-02-12 Thread Mark Sapiro
david gordon wrote: >There are two questions here really: How do I ensure that the default >email address is my-domain.co.uk and not my-domain.my-old-host.co.uk? >(Note that mail from the list does come from my-domain.co.uk but I >believe that's a change I made in the web admin panel.) See http:/

Re: [Mailman-Users] Restrict Mass Subscription

2005-02-12 Thread Brad Knowles
At 5:32 PM -0800 2005-02-11, [EMAIL PROTECTED] wrote: I would like them to be informed that the "www.list.org" web-server appears to be behind a broken firewall or router that discards packets from people using TCP_ECN extension I.e. linux 2.4 or 2.6 kernel's default configuration.

Re: [Mailman-Users] Mailman archives

2005-02-12 Thread Mark Sapiro
Chris Rammos wrote: > >First of all i would like to give you a sample of what i want to do ... >In my mailman archives i have a post like ... > > > FW: [SECURITY] [DSA 669-1] New php3 packages fix several vulnerabilities > >*First_Name Last_Name * username_at_domain.com >/Tue Feb 8 10:31:32 EET 20

Re: [Mailman-Users] customising the HTML options a list managersees.......

2005-02-12 Thread Mark Sapiro
Jeffrey Borkent wrote: > >The Australian Govt has in its infinite wisdom enabled the ANTI-SPAM >compliabce act, which is both a good and a bad thing. To be compliant we >wish to make some options to list managers invisible but still be set yo >a defalut. > >Is this an easy thing to do or will this

Re: [Mailman-Users] Restrict Mass Subscription

2005-02-12 Thread Brad Knowles
At 4:41 PM -0800 2005-02-11, [EMAIL PROTECTED] wrote: p.s. ?does anybody know where I can get hold of the "www.list.org" server administrator? For what purpose? -- Brad Knowles, <[EMAIL PROTECTED]> "Those who would give up essential Liberty, to purchase a little temporary Safety, deserve ne

Re: [Mailman-Users] welcome message

2005-02-12 Thread Mark Sapiro
larry lunt wrote: > >One of my lists is moderated. Only a few people can post. When someone new >is subscribed they receive an automatic welcome message. Within the text of >that message is the list posting address. >Since most are not allowed to post I'd like to remove this address from the >we

Re: [Mailman-Users] Run a script when new lists are created

2005-02-12 Thread Mark Sapiro
Meike Reichle wrote: > >I am in the process of moving all out mailing lists to mailman. So far, >everything went rather smoothly, but there's on last problem I am trying >to solve: When I create a new mailing list, I have to add the new >addresses to our mailservers' whitelists. I wrote a script