Re: [Mailman-Users] attachments are not scrubbed

2005-10-23 Thread Saulius
Hello, > messages sent to non-digest subscribers. If this was the case in your > 2.1.4, you must have had a local patch to do it which was 'removed' > when you upgraded to 2.1.5. Hm, I don't remember exactly the version of mailman but it really worked 'out of box'. > if not GLOBAL_PIPELINE.coun

[Mailman-Users] get all lists' subscribe_policy

2005-10-23 Thread Xiaoyan Ma
I need a script that gets all lists' subscribe_policy/unsubscribe_policy and outputs to a file. Similar to lists_admins, but instead of getting administrator's email address, it gets subscribe_policy. I looked into MailList.py, config_list, list_lists and withlist ... but have not figured o

Re: [Mailman-Users] ascii error

2005-10-23 Thread Doc Schneider
Mark Sapiro wrote: > Doc Schneider wrote: > >>I looked through the error log and this has been happening to just one >>list I have and been going on since the 19 Oct. >> >>I also looked at the digest.mbox and there is only two in there. >> >>Peeking at the shunt files there is some unprocessed sp

Re: [Mailman-Users] ascii error

2005-10-23 Thread Mark Sapiro
Doc Schneider wrote: > >Here's the Traceback: > >Oct 23 22:55:22 2005 (20244) Uncaught runner exception: 'ascii' codec >can't decode byte 0xa0 in position 35: ordinal not in range(128) >Oct 23 22:55:22 2005 (20244) Traceback (most recent call last): > File "/var/mailman/Mailman/Queue/Runner.py",

Re: [Mailman-Users] Migrating lists from old system

2005-10-23 Thread Doc Schneider
Mark Sapiro wrote: > Dwight Tovey wrote: > >>Mark Sapiro said: >> >>>The preferred method is to move the lists/listname/* files over, rather >>>than moving the list configuration and membership as you did. >>> >> >>Not a problem. I'm still running on the old system, so I can blow >>everything awa

Re: [Mailman-Users] Migrating lists from old system

2005-10-23 Thread Mark Sapiro
Dwight Tovey wrote: > >Mark Sapiro said: >> >> The preferred method is to move the lists/listname/* files over, rather >> than moving the list configuration and membership as you did. >> > >Not a problem. I'm still running on the old system, so I can blow >everything away on the new system and sta

Re: [Mailman-Users] ascii error

2005-10-23 Thread Doc Schneider
Mark Sapiro wrote: > Doc Schneider wrote: > > >>I'm getting this error in logs/error >> >>Oct 23 22:55:22 2005 (20244) Uncaught runner exception: 'ascii' codec >>can't decode byte 0xa0 in position 35: ordinal not in range(128) >> >>And qfiles/shunt is catching a lot of messages in it. > > > >

Re: [Mailman-Users] ascii error

2005-10-23 Thread Doc Schneider
Mark Sapiro wrote: > Doc Schneider wrote: > > >>I'm getting this error in logs/error >> >>Oct 23 22:55:22 2005 (20244) Uncaught runner exception: 'ascii' codec >>can't decode byte 0xa0 in position 35: ordinal not in range(128) >> >>And qfiles/shunt is catching a lot of messages in it. > > > >

Re: [Mailman-Users] ascii error

2005-10-23 Thread Mark Sapiro
Doc Schneider wrote: >I'm getting this error in logs/error > >Oct 23 22:55:22 2005 (20244) Uncaught runner exception: 'ascii' codec >can't decode byte 0xa0 in position 35: ordinal not in range(128) > >And qfiles/shunt is catching a lot of messages in it. There is a message with a non-ascii char

Re: [Mailman-Users] Migrating lists from old system

2005-10-23 Thread Dwight Tovey
Mark Sapiro said: > Dwight Tovey wrote: >> >>I have some lists running on a system with Mailman 2.0.13. I have >>installed Mailman 2.1.6 on a new system and I would like to move the >>existing lists to the new system. This will be a replacement system, so >>the domain names will remain the same.

[Mailman-Users] ascii error

2005-10-23 Thread Doc Schneider
I'm getting this error in logs/error Oct 23 22:55:22 2005 (20244) Uncaught runner exception: 'ascii' codec can't decode byte 0xa0 in position 35: ordinal not in range(128) And qfiles/shunt is catching a lot of messages in it. Any ideas? MM 2.1.6 Python 2.4.1 Sendmail 8.13.4 -Doc -

Re: [Mailman-Users] Migrating lists from old system

2005-10-23 Thread Mark Sapiro
Dwight Tovey wrote: > >I have some lists running on a system with Mailman 2.0.13. I have >installed Mailman 2.1.6 on a new system and I would like to move the >existing lists to the new system. This will be a replacement system, so >the domain names will remain the same. > >I used config_list on

Re: [Mailman-Users] some lists cannot receive emails after acrash(Incorrect padding)

2005-10-23 Thread Mark Sapiro
jay alvarez wrote: > >I need your help badly, after following your advice, >all of the old emails addressed to that particular >mailing list have been recent again... the amount is >enourmous that I have to stop the mailman and the >qmail processes in order to stop the unwanted >resending of emails

Re: [Mailman-Users] some lists cannot receive emails after acrash(Incorrect padding)

2005-10-23 Thread jay alvarez
Hi Mark, > I think the offending list/lists has/have a corrupt > digest.mbox file > that was being written when the system crashed. > Either that or a bad > message has gotten into the file. > > Look at lists//digest.mbox. The last > message is probably > truncated. If you move it aside and then

[Mailman-Users] Migrating lists from old system

2005-10-23 Thread Dwight Tovey
Hello all I have some lists running on a system with Mailman 2.0.13. I have installed Mailman 2.1.6 on a new system and I would like to move the existing lists to the new system. This will be a replacement system, so the domain names will remain the same. I used config_list on the old system to

Re: [Mailman-Users] to verp or not to verp....

2005-10-23 Thread Mark Sapiro
Doc Schneider wrote: >Doc Schneider wrote: >>>In order to get VERP-like bounce reporting on digests, you need >>> >>>VERP_DELIVERY_INTERVAL = 1 >>> >>>and as long as you're doing that, you might as well add >>> >>>VERP_PASSWORD_REMINDERS = Yes >>> >>>so essentially everything gets VERPed. >>> >>

Re: [Mailman-Users] to verp or not to verp....

2005-10-23 Thread Doc Schneider
Doc Schneider wrote: >>In order to get VERP-like bounce reporting on digests, you need >> >>VERP_DELIVERY_INTERVAL = 1 >> >>and as long as you're doing that, you might as well add >> >>VERP_PASSWORD_REMINDERS = Yes >> >>so essentially everything gets VERPed. >> > > > Are these the only two I need

Re: [Mailman-Users] to verp or not to verp....

2005-10-23 Thread Doc Schneider
> > In order to get VERP-like bounce reporting on digests, you need > > VERP_DELIVERY_INTERVAL = 1 > > and as long as you're doing that, you might as well add > > VERP_PASSWORD_REMINDERS = Yes > > so essentially everything gets VERPed. > Are these the only two I need to enable? I did that

[Mailman-Users] ISO-8859-1/Latin1 vs UTF-8

2005-10-23 Thread Bernd Petrovitsch
Apparently all of the German translation of Mailman is in ISO-8859-1 (or ISO-8859-15) - at least in the standard Debian mailman package. Is there a special reason for not moving to UTF-8 in general? Bernd -- Firmix Software GmbH http://www.firmix.at/ mobil: +43 664 4416

Re: [Mailman-Users] History

2005-10-23 Thread Mark Sapiro
Sidney Ferreira - Reikan wrote: >Does mailman allow to access history of the list? If you mean can Mailman provide an archive of posts to the list, then yes it can. >Can I have different "skins"? There are patches to support CSS style sheets. See http://sourceforge.net/tracker/index

Re: [Mailman-Users] Disable Subscriptions/Unsubscriptions

2005-10-23 Thread Bernd Petrovitsch
On Sun, 2005-10-23 at 21:23 +0200, Hannah Schroeter wrote: > On Sun, Oct 23, 2005 at 09:11:00PM +0200, Bernd Petrovitsch wrote: > >Hi all! > > >Is there a possibility to disable the member subscription/unsubscription > >through the web interface? > >The list-members are added and removed with a sc

Re: [Mailman-Users] Is mailman really this clever?

2005-10-23 Thread Bernd Petrovitsch
On Sun, 2005-10-23 at 17:41 -0400, Steve Burling wrote: > Does mailman, as it's sending out list mail, check to see whether someone > it's about to send a copy to is also mentioned in the cc: field, and then > not send it to avoid duplicates? I run a small mailman installation on a > home serve

[Mailman-Users] Is mailman really this clever?

2005-10-23 Thread Steve Burling
Does mailman, as it's sending out list mail, check to see whether someone it's about to send a copy to is also mentioned in the cc: field, and then not send it to avoid duplicates? I run a small mailman installation on a home server, and just received only one copy of a message that was sent b

Re: [Mailman-Users] to verp or not to verp....

2005-10-23 Thread Mark Sapiro
Doc Schneider wrote: >I need some suggestions/help with how to setup VERP wih MM 2.1.5 and >Sendmail 8.13.4 > >I've read all the FAQs and they do help except they fail to give an >example sendmail aliases entry if one is using VERP. I may have missed >it and if so a pointer would be helpful.

[Mailman-Users] History

2005-10-23 Thread Sidney Ferreira - Reikan
Does mailman allow to access history of the list? Can I have different "skins"? -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm

Re: [Mailman-Users] TypeError: cannot concatenate 'str' and'NoneType'objects

2005-10-23 Thread Mark Sapiro
Mark Sapiro wrote: > >If you misspelled >bounce_info, e.g. > >m.bounce-info = {} > >Python wouldn't complain. It would just create a new attribute with the >misspelled name. Ooops - momentary brain cramp. Python would complain about that particular misspelling because '-' is an operator. -- Mar

[Mailman-Users] to verp or not to verp....

2005-10-23 Thread Doc Schneider
I need some suggestions/help with how to setup VERP wih MM 2.1.5 and Sendmail 8.13.4 I've read all the FAQs and they do help except they fail to give an example sendmail aliases entry if one is using VERP. I may have missed it and if so a pointer would be helpful. The reason I want to use this

Re: [Mailman-Users] TypeError: cannot concatenate 'str' and 'NoneType'objects

2005-10-23 Thread Bernd Petrovitsch
On Sun, 2005-10-23 at 13:16 -0700, Mark Sapiro wrote: > Bernd Petrovitsch wrote: > >I found > >http://mail.python.org/pipermail/mailman-developers/2005-July/018161.html > >and did what is described there and it doesn't help anything. > >Any other idea? > > Are you sure you didn't make a mistake o

Re: [Mailman-Users] Disable Subscriptions/Unsubscriptions

2005-10-23 Thread Mark Sapiro
Bernd Petrovitsch wrote: > >Is there a possibility to disable the member subscription/unsubscription >through the web interface? >The list-members are added and removed with a script which is fed from a >DB so there is no point in self-subscription. You can edit the listinfo.html template either

Re: [Mailman-Users] TypeError: cannot concatenate 'str' and 'NoneType'objects

2005-10-23 Thread Mark Sapiro
Bernd Petrovitsch wrote: > >I found >http://mail.python.org/pipermail/mailman-developers/2005-July/018161.html >and did what is described there and it doesn't help anything. >Any other idea? Are you sure you didn't make a mistake or overlook something? Are you sure you did the offending list? If

Re: [Mailman-Users] Disable Subscriptions/Unsubscriptions

2005-10-23 Thread Hannah Schroeter
Hello! On Sun, Oct 23, 2005 at 09:11:00PM +0200, Bernd Petrovitsch wrote: >Hi all! >Is there a possibility to disable the member subscription/unsubscription >through the web interface? >The list-members are added and removed with a script which is fed from a >DB so there is no point in self-subsc

[Mailman-Users] Disable Subscriptions/Unsubscriptions

2005-10-23 Thread Bernd Petrovitsch
Hi all! Is there a possibility to disable the member subscription/unsubscription through the web interface? The list-members are added and removed with a script which is fed from a DB so there is no point in self-subscription. Bernd -- Firmix Software GmbH http://www.fi

[Mailman-Users] TypeError: cannot concatenate 'str' and 'NoneType' objects

2005-10-23 Thread Bernd Petrovitsch
Hi! I get the following on mailman-2.1.5 on Debian-Sarge: > Traceback (most recent call last): > File "/usr/lib/mailman/cron/disabled", line 222, in ? > main() > File "/usr/lib/mailman/cron/disabled", line 205, in main > mlist.sendNextNotification(member) > File "/var/lib/mailman/Mai

Re: [Mailman-Users] Setting-up cascading, filtering list designs

2005-10-23 Thread Mark Sapiro
David wrote: > >MY FIRST QUESTION: Could anyone suggest the answer, or give me any tips >to get me further down the road? I think Tokio's suggestion is the way to go on this. As Brad suggests, you can do it with procmail ahead of Mailman, but that is much less transparent than header_filter_rule

Re: [Mailman-Users] Setting-up cascading, filtering list designs

2005-10-23 Thread Tokio Kikuchi
Hi, > [postnuke-cvsnotices] PostNuke/system/Modules/pnlang/eng admin.php > > pnlanguages-cvsenglish is subscribed to postnuke-cvsnotices. > pnlanguages-cvsenglish has to examine the subject line of each message > received and find all subject lines that contain: > > - "pnlang/eng" or "lang/eng

Re: [Mailman-Users] Setting-up cascading, filtering list designs

2005-10-23 Thread Brad Knowles
At 1:42 PM +0800 2005-10-23, David wrote: > I cannot persuade the postnuke-cvsnotices owner to set-up any topics in > his list, otherwise I could just subscribe pnlanguages-cvsenglish to the > appropriate topic(s). I have to devise my own solution. Perhaps I need > an intermediate "pipeline" l

Re: [Mailman-Users] Installing question

2005-10-23 Thread David
Gregory, are you using Windows or Linux? Under Windows, WinZip does the job fine. Under Linux, using Gnome (for instance), just double-click on the file:. David Gregory Griffiths wrote: >I've been told that the download files to install >Mailman are compressed (hense the .tgz ending to file >n