[Mailman-Users] Mailman and forwarded emails

2006-05-11 Thread Adrian
Hi, I have a question about mailman. I am trying to have a situation where by I can send an email to [EMAIL PROTECTED] and have that then sent to my mailinglist. The [EMAIL PROTECTED] is just a mail forwarding rule at zonedit which forwards all mail to that address on to [EMAIL PROTECTED] which is

Re: [Mailman-Users] Rpms for RHEL/Centos 4?

2006-05-11 Thread Oliver Schulze L.
Mark Sapiro wrote: > At the time John developed the patch, Tokio was pretty much the only > person actively working on the 2.1.x branch. The necessary 'additional > testing' mentioned in the above referenced thread was not done for > lack of resources. This doesn't mean the patch is dead - it is st

Re: [Mailman-Users] Rpms for RHEL/Centos 4?

2006-05-11 Thread Mark Sapiro
Oliver Schulze L. wrote: > >I'm a litle late to the FHS discusion, do you know why the FHS patch >from RH was not accepted? >http://www.mail-archive.com/mailman-developers@python.org/msg08110.html At the time John developed the patch, Tokio was pretty much the only person actively working on the 2

Re: [Mailman-Users] Rpms for RHEL/Centos 4?

2006-05-11 Thread Oliver Schulze L.
Hi Mark, thanks for answering. I'm a litle late to the FHS discusion, do you know why the FHS patch from RH was not accepted? http://www.mail-archive.com/mailman-developers@python.org/msg08110.html Should I post the question to the -developers list? Thanks Oliver Mark Sapiro wrote: > Oliver Sch

Re: [Mailman-Users] remove lists part of the fully qualified domain name

2006-05-11 Thread Mark Sapiro
Floriola wrote: > >I am able to connect to my mailman admin page, by going to this link: > >http://domain.com/mailman/admin/mailman > >However, after I enter the password and update any values that I would like to >change in the admin >page, when I click "Submit Your Changes" button, I get an erro

Re: [Mailman-Users] Problem with the forward slash in digestannouncements

2006-05-11 Thread Mark Sapiro
Steve Campbell wrote: >Looks like in the last digest sent, and probably the original also, that a >Subject line of "Rpms for RHEL/Centos 4?" gets chopped to "Centos 4" in the >attachment names due to the forward slash. If I understand you correctly, you received a MIME format digest as a multi

[Mailman-Users] remove lists part of the fully qualified domain name

2006-05-11 Thread Floriola
Hello, I am able to connect to my mailman admin page, by going to this link: http://domain.com/mailman/admin/mailman However, after I enter the password and update any values that I would like to change in the admin page, when I click "Submit Your Changes" button, I get an error that the follo

Re: [Mailman-Users] Custom footer based on sender's email

2006-05-11 Thread Mark Sapiro
Mark Sapiro wrote: >Rob Jackson wrote: > >>+pl = msg.get_payload(decode=True) >>+re.sub('AZ', 'new text', pl) >>+msg.set_payload(pl) > >It looks OK to me. Actually, it's not OK. I overlooked the fact that Python strings are immutable and re.sub doesn't (can't) change them in place.

Re: [Mailman-Users] No E-mail from mailman/postfix

2006-05-11 Thread Mark Sapiro
Barry Finkel wrote: > >I approved the subscription request, and there still is no e-mail from >mailman to postfix and back to me. When I run > > bin/show_qfiles qfiles/retry* > >I see ten mail messages queued. There is no indication of why they >are queued, and there is no evidence from the

Re: [Mailman-Users] Cannot access admin list page for one of my lists

2006-05-11 Thread Fabiano Breves
Mark, Thanks for your attention. I'll try the dumpdb tool. Other information that I think is relevant is that if I put the wrong password the returns the error as usual. So it seems to be authenticating without any problems... I'll doublecheck my logs... tks... On 5/11/06, Mark Sapiro <[EMAIL P

Re: [Mailman-Users] odd little issues

2006-05-11 Thread Mark Sapiro
Carconni wrote: > >yet I occasionally receive requests for an approval for posts by non-members. >This is really bad since these are our customers. What else could be causing >this to happen? What can I do to ensure that emails sent from certain domains >(ie, that of my customers) are automat

[Mailman-Users] odd little issues

2006-05-11 Thread Carconni
Hi, We just migrated to mailman not to long ago and while I love it as the administrator my users are not pleased at this time. I've got some strange issues that I haven't been able to work out and I'm hoping someone here can help. I've done some googling and I've read quite a bit but for som

Re: [Mailman-Users] No E-mail from mailman/postfix

2006-05-11 Thread Barry Finkel
I wrote: >>> did step 13 in the installation instructions - Create your first >>>mailing list. The fourth bullet is >>> >>> o Check your email for a message from Mailman informing you that >>> your new mailing list was created. >>> >>>The web page after I had clicked on "Create List" ha

[Mailman-Users] Problem with the forward slash in digest announcements

2006-05-11 Thread Steve Campbell
Looks like in the last digest sent, and probably the original also, that a Subject line of "Rpms for RHEL/Centos 4?" gets chopped to "Centos 4" in the attachment names due to the forward slash. Is this a know problem? Steve Campbell [EMAIL PROTECTED] Charleston Newspapers

Re: [Mailman-Users] Custom footer based on sender's email

2006-05-11 Thread Mark Sapiro
Rob Jackson wrote: >Although it still doesn't >work. Here is what I have now. > > >--- /u1/mailman1/Mailman/Handlers/Decorate.py 2006-02-24 >17:31:06.0 -0700 >+++ Decorate.py 2006-05-11 12:14:22.0 -0600 >@@ -20,6 +20,7 @@ > from types import ListType > from email.MIMEText import

Re: [Mailman-Users] Rpms for RHEL/Centos 4?

2006-05-11 Thread Mark Sapiro
Oliver Schulze L. wrote: > >But there is one patch that I found important, and it is the >Filesystem Hierarchy Standard (FHS) patch. > >Does mailman 2.1.8 support FHS? No. All we have at present, including 2.1.8, are the config options --prefix=dir --exec-prefix=dir --with-var-prefix=dir -- Ma

Re: [Mailman-Users] remote controlling

2006-05-11 Thread Tarek Ziadé
Hello, I would like to remote control mailman to be able to display threads on a distant zope 3 website. I was wondering what would be the best way to do it: 1/ code a small python tcp server on the mailman server, that uses the Mailman python apis to expose it on XML-RPC 2/ somehow, use the ma

Re: [Mailman-Users] Rpms for RHEL/Centos 4?

2006-05-11 Thread Oliver Schulze L.
Hi Brad, I have been reading the patches from RedHat to mailman 2.1.5 Many of them are modification for RH and/or bug patches. But there is one patch that I found important, and it is the Filesystem Hierarchy Standard (FHS) patch. Does mailman 2.1.8 support FHS? Many thanks Oliver Brad Knowles

Re: [Mailman-Users] Custom footer based on sender's email

2006-05-11 Thread Mark Sapiro
Rob Jackson wrote: > >I used to be getting an error when I had it other >places, and then when I moved it to the end, the error went away, Because you were no longer executing the code. >well it is >back now that I am actualy hitting the code before it exits. Here is my >error. Thanks for hel

Re: [Mailman-Users] Custom footer based on sender's email

2006-05-11 Thread Rob Jackson
Ok, never mind on the problem with re, I don't know why I couldln't figure that out before, I just didn't look hard enough. Although it still doesn't work. Here is what I have now. --- /u1/mailman1/Mailman/Handlers/Decorate.py 2006-02-24 17:31:06.0 -0700 +++ Decorate.py 2006-05-11 12:

Re: [Mailman-Users] Custom footer based on sender's email

2006-05-11 Thread Rob Jackson
I was aware of the if not header and not footer: return And made sure that wasn't a problem. But it seems I was probably exiting out someplace else. I used to be getting an error when I had it other places, and then when I moved it to the end, the error went away, well it is back now th

Re: [Mailman-Users] How to configure simple unsubscribe results page?

2006-05-11 Thread Mark Sapiro
Jonathan Doig wrote: > >I want my users to be able to enter their email address and click >"Unsubscribe" on one of my pages - >http://test.nratlas.nsw.gov.au/mailman/listinfo/nratlas-news - and see a >simple message that an email has been sent to confirm their >unsubscription, rather than the confu

Re: [Mailman-Users] Cannot access admin list page for one of my lists

2006-05-11 Thread Mark Sapiro
Fabiano Breves wrote: > >I am facing a weird problem with Mailman. Until last week everything was >working fine, really smooth. But this week I simply can't access any web >page related to one of my lists, al the other lists work fine. I used de >check_db tool and it seems to be ok. check_db on

Re: [Mailman-Users] Custom footer based on sender's email

2006-05-11 Thread Mark Sapiro
Rob Jackson wrote: > >Here it is. > >+++ /u1/mailman/Mailman/Handlers/Decorate.py2006-05-10 >11:36:43.0 -0600 >@@ -188,6 +188,12 @@ > del msg['content-disposition'] > msg['Content-Type'] = 'multipart/mixed' > >+#Testing to replace footer >+pl = msg.get_payload(decode=Tru

Re: [Mailman-Users] Custom footer based on sender's email

2006-05-11 Thread Rob Jackson
Sorry about that. I could be going about this all wrong. Also, I am fairly new to python, I normally do perl, so learning how this softwar works has been just a little difficult. Here it is. +++ /u1/mailman/Mailman/Handlers/Decorate.py2006-05-10 11:36:43.0 -0600 @@ -188,6 +188,12 @@

Re: [Mailman-Users] mailman + Postfix - posts appear in archive but arenot delivered

2006-05-11 Thread Mark Sapiro
Michael McAndrew wrote: > >Yes, you are right - it was a remote problem. I was put off the scent >because all three mail servers I was sending to silently rejected the >email. I added an email with from a 4th different server and it succeeded. > >Even though the problem occured 'outside' of my se

Re: [Mailman-Users] mailman + Postfix - posts appear in archive but arenot delivered

2006-05-11 Thread Michael McAndrew
Yes, you are right - it was a remote problem. I was put off the scent because all three mail servers I was sending to silently rejected the email. I added an email with from a 4th different server and it succeeded. Even though the problem occured 'outside' of my server, I'm sure a solution can b

[Mailman-Users] Cannot access admin list page for one of my lists

2006-05-11 Thread Fabiano Breves
Hello everyone, I am facing a weird problem with Mailman. Until last week everything was working fine, really smooth. But this week I simply can't access any web page related to one of my lists, al the other lists work fine. I used de check_db tool and it seems to be ok. The apache log say: Pr

Re: [Mailman-Users] mailman + Postfix - posts appear in archive but arenot delivered

2006-05-11 Thread Mark Sapiro
Michael McAndrew wrote: > >But, when an email is posted >to a list, it is not received by recipients. It is placed in the Mailman >archive, though, and there are no obvious signs of trouble in the logs I've >looked in. > >Everything seems normal in mailman's SMTP log: >May 11 13:11:40 2006 (2237)

Re: [Mailman-Users] Scrubbing charset-unspecified text

2006-05-11 Thread Mark Sapiro
Roger Lynn wrote: >Sorry for breaking the thread, I seem to have accidentally deleted Mark's >original reply, and the web archive doesn't include the Message-ID. That's OK, but if you want to maintain the thread in these cases, you can find the Message-ID: in the "Downloadable version" monthly t

Re: [Mailman-Users] Scrubbing charset-unspecified text

2006-05-11 Thread Roger Lynn
Sorry for breaking the thread, I seem to have accidentally deleted Mark's original reply, and the web archive doesn't include the Message-ID. On 02/05/2006 17:47, Mark Sapiro wrote: > Here is a suggested change to the code you quoted. > > Replace > > if part.get('content-disposition'

[Mailman-Users] mailman + Postfix - posts appear in archive but are not delivered

2006-05-11 Thread Michael McAndrew
Hi there, Thanks to those that answered my previous post. I am very nearly at the stage of having a working mailman mailing list server! Mailman appears to be functioning normally. Checkperms yeilds no errors. My mail server is working, and I can send and receive administrative emails using my

Re: [Mailman-Users] multi-alternative

2006-05-11 Thread Lawrence Bowie
Mark Sapiro wrote: > Lawrence Bowie wrote: > >> I have a user telling me .. >> >> It looks like the pipermail installation is hosed in some interesting way. >> The emails that I send have both text/html and text/multipart sections. >> It scrubbed the text/html part, but didn't bother including the

[Mailman-Users] How to configure simple unsubscribe results page?

2006-05-11 Thread Jonathan Doig
Hi I'm configuring my first ever Mailman list... and would appreciate a hint from an old hand. I want my users to be able to enter their email address and click "Unsubscribe" on one of my pages - http://test.nratlas.nsw.gov.au/mailman/listinfo/nratlas-news - and see a simple message that an email