Re: [Mailman-Users] New installation issues? Need help!

2006-05-10 Thread Mark Sapiro
Vishal Mahajan wrote: > >We are running OX5 on RHEL4. The mail flow was fine, SMTP was working >fine. We installed mailman-2.1.5-33 through the RPM created for RHEL4. >The installed postfix is 2.1.5-4.2. >We followed the instructions as >http://www.gnu.org/software/mailman/site.html Did you set u

Re: [Mailman-Users] Remove sender from list?

2006-05-10 Thread Alan
Thanks guys for having enough patience with me. It helped me a lot. Alan Mark Sapiro wrote: > alan wrote: > >> First, what is MUA? (Sorry, but I'm quite new in using mailing lists.) >> > > > Brad has answered this one. > > > >> Second, the reason I'm bothering you all with this is to

Re: [Mailman-Users] List marked private, still accessible from web?

2006-05-10 Thread Mark Sapiro
Richard Barrett wrote: > >On 10 May 2006, at 23:29, Michael Urashka wrote: > >> >> But these pages give a 'Forbidden' error: >> >> http://www.somesite.com/pipermail/ >> http://www.somesite.com/pipermail/somelist/ >> http://www.somesite.com/pipermail/somelist/2005-October/ >> >> Looking in Apache's

Re: [Mailman-Users] multi-alternative

2006-05-10 Thread Mark Sapiro
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 text/plain >part. > >But yet .

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

2006-05-10 Thread Mark Sapiro
Patrick Bogen wrote: >On 5/9/06, Barry Finkel <[EMAIL PROTECTED]> wrote: >> May 08 13:43:07 2006 (16295) mailman: held subscription request >>from . >> >> Where do I look to see what the problem might be? Thanks. > >Check your web interface, logging in with the moderator/admin >p

Re: [Mailman-Users] qrunner restarts every 15 minutes

2006-05-10 Thread Mark Sapiro
Joern Allmers wrote: >> >> In the error log theres nothing every 15 minutes, only errors that occured >> while I did the setup. The qrunner log shows only >> May 03 09:30:01 2006 (24268) Master qrunner detected subprocess exit >> (pid: 14115, sig: 9, sts: None, class: VirginRunner, slice: 1/1) >> [

Re: [Mailman-Users] administrator vs. moderator notification

2006-05-10 Thread Mark Sapiro
Werner LEMBERG wrote: > >Unfortunately, in version 2.1.5 (and in newer versions too, I believe) >this is not configurable separately :-( It's only possible to switch >on and off notification for both moderators and administrators at the >same time. That is correct. >I would like to have two lev

Re: [Mailman-Users] mailman (+vexim +exim) -- absolute urls, stored WITH THE LIST

2006-05-10 Thread Brad Knowles
At 4:36 PM -0500 2006-05-10, will trillich wrote: > i'm feeling much better now. :) probably drove Richard to drink. Since this issue is fresh in your mind, it would probably be a good idea to capture your experience in the FAQ Wizard on this subject. -- Brad Knowles, <[EMAIL PROTECT

Re: [Mailman-Users] Not all subscribers receiving list mail.

2006-05-10 Thread Mark Sapiro
Bryan Daniel wrote: > >We attempted three different times to send to one of these lists and >the result was the message going to the same people from the list each >time. If this were caused by a disconnection problem with the MTA, I >would expect perhaps a different subset of subscribers would n

Re: [Mailman-Users] Batch address changes?

2006-05-10 Thread Mark Sapiro
Niemi Hannu wrote: > >Is there any way to update all the regex domain parts to another without >manua interaction per address? You could make use of the command line tools bin/list_lists bin/list_members bin/clone_member in a shell or other script to do this. If you are at all familiar with Py

Re: [Mailman-Users] Topic filter actually used anymore?

2006-05-10 Thread Jesse Keating
On Wed, 2006-05-10 at 20:12 -0700, Mark Sapiro wrote: > > BTW, we haven't heard from John Dennis on this list in some time. Are > you his replacement at Red Hat? Nope, he's still around. I'm the release engineer for Fedora, and have my hands in some other Fedora stuff, including package announc

Re: [Mailman-Users] Topic filter actually used anymore?

2006-05-10 Thread Mark Sapiro
Jesse Keating wrote: > >Thanks, I eventually found that. I need to do some debugging to find >out why our particular mailman instance doesn't seem to be hitting >Trigger, or Trigger isn't catching simple regex stuff. In the (seemingly) distant past, I played with Topics a bit and could never mak

Re: [Mailman-Users] Topic filter actually used anymore?

2006-05-10 Thread Jesse Keating
On Wed, 2006-05-10 at 19:55 -0700, Mark Sapiro wrote: > Tagger is in GLOBAL_PIPELINE, thus the process() function in > Mailman/Handlers/Tagger.py is called by IncommingRunner as one step of > the pipeline process. The same is true of all the other handlers > listed in GLOBAL_PIPELINE (or the pipeli

Re: [Mailman-Users] Topic filter actually used anymore?

2006-05-10 Thread Mark Sapiro
Jesse Keating wrote: > >I'm having some trouble using topic filters, and digging through the >source code I'm finding that topics are tested for with >Tagger.process(). However, grepping the entire tarball explode of 2.1.8 >only turns up Tagger.process() calls in the tests/ directory, unit tests >

Re: [Mailman-Users] List marked private, still accessible from web?

2006-05-10 Thread Richard Barrett
On 10 May 2006, at 23:29, Michael Urashka wrote: >>> Additionally, going >>> to the Mailman-run web site for one of the mailing lists (the page >>> people can subscribe from or view the archives, etc), when one >>> clicks >>> one the Archives, one isn't prompted >>> for authentication and just

Re: [Mailman-Users] List marked private, still accessible from web?

2006-05-10 Thread Michael Urashka
> >Additionally, going > >to the Mailman-run web site for one of the mailing lists (the page > >people can subscribe from or view the archives, etc), when one clicks > >one the Archives, one isn't prompted > >for authentication and just gets the /mailman/private/list archive pages > >(listed by mon

Re: [Mailman-Users] mailman (+vexim +exim) -- absolute urls, stored WITH THE LIST

2006-05-10 Thread will trillich
On 5/10/06, Michael Best <[EMAIL PROTECTED]> wrote: > I'm using vexim + exim and I'm using > > DEFAULT_URL_PATTERN = 'https://%s/mailman/' > > in my mm_cfg.py and I'm not haivng any problems. finally got it figured out, thanks to the unrelenting patience of R.B. -- i had been thinking that DEFAULT

Re: [Mailman-Users] mailman (+vexim +exim) -- absolute links are per LIST, not per SERVER -- SOLVED

2006-05-10 Thread will trillich
On 5/10/06, Richard Barrett <[EMAIL PROTECTED]> wrote: > You can examine a list's attributes by running the bin/withlist > script from the command line as follows: > > [mailman!/mailman/solaris-run/mailman]:bin/withlist -i rbtesth > Loading list rbtesth (unlocked) > The variable `m' is the rbtesth

[Mailman-Users] New installation issues? Need help!

2006-05-10 Thread Vishal Mahajan
Hello List Users, We are running OX5 on RHEL4. The mail flow was fine, SMTP was working fine. We installed mailman-2.1.5-33 through the RPM created for RHEL4. The installed postfix is 2.1.5-4.2. We followed the instructions as http://www.gnu.org/software/mailman/site.html The installation went fi

Re: [Mailman-Users] Question About Location of cgi-bin Scripts

2006-05-10 Thread Barry Finkel
Patrick Bogen wrote: I wrote: >>> I am not sure what I did incorrectly when I configured mailman. And Patrick Bogen replied: >>Check your 'DEFAULT_URL_PATTERN' in your mm_cfg.py. >>It should look like: >> >>'http://%s/cgi-bin/mailman' >> >>Your's is probably missing the /cgi-bin. Mark Sapiro

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

2006-05-10 Thread Mark Sapiro
Rob Jackson wrote: >This is the diff on the Decorate.py > >191,196d190 >< #Testing to replace footer >< pl = msg.get_payload(decode=True) >< re.sub('AZ', 'new text', pl) >< msg.set_payload(pl) >< >< Please either give me a unified context diff (diff -u) or at least tell me what

Re: [Mailman-Users] Remove sender from list?

2006-05-10 Thread Mark Sapiro
alan wrote: > >First, what is MUA? (Sorry, but I'm quite new in using mailing lists.) Brad has answered this one. >Second, the reason I'm bothering you all with this is to avoid sending big >attachments back to the user and save him the trouble of seing mail again, >as you said. But I have no t

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

2006-05-10 Thread Rob Jackson
This is the diff on the Decorate.py I have also tried putting it other placed throught the script without success. There will be an if statement that will grap the senders e-mail address so this only happens to mail coming from my global gateway. 191,196d190 < #Testing to replace footer <

[Mailman-Users] annoying errors: too many files open

2006-05-10 Thread Christian H. Kuhn
Hi all, After installing mailman 2.1.8 and running it, i get in $prefix/logs/error on reboot: May 10 16:06:47 2006 qrunner(13792): Traceback (most recent call last): May 10 16:06:47 2006 qrunner(13792): File "/usr/local/mailman/bin/qrunner", line 278, in ? May 10 16:06:47 2006 qrunner(13792):

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

2006-05-10 Thread Mark Sapiro
Rob Jackson wrote: >Ok, I have been trying to use this in several places without success. I >have added to the Decorate.py and even tried to add it to my custom module >used for a global incoming gateway. I replaced the re.sub line with: > >re.sub('AZ', 'new text', pl) > >In the message that I s

Re: [Mailman-Users] How is the list is setup for digests?

2006-05-10 Thread Steve Campbell
Mr. Sapiro, Thanks again. - Original Message - From: "Mark Sapiro" <[EMAIL PROTECTED]> To: "Steve Campbell" <[EMAIL PROTECTED]>; Sent: Wednesday, May 10, 2006 12:15 PM Subject: Re: [Mailman-Users] How is the list is setup for digests? > Steve Campbell wrote: > >>I really like how this

Re: [Mailman-Users] Mailman isn't sending mail.

2006-05-10 Thread Mark Sapiro
Jason Z wrote: > >All of the qrunner processes were active with the exception of the >OutgoingRunner. I tried starting that by hand and it didn't seem very handy >(error messages below). It keeps mentioning the Sendmail.py delivery module >shouldn't be used (currently I'm configured for the SMTPD

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

2006-05-10 Thread Rob Jackson
Ok, I have been trying to use this in several places without success. I have added to the Decorate.py and even tried to add it to my custom module used for a global incoming gateway. I replaced the re.sub line with: re.sub('AZ', 'new text', pl) In the message that I send, I only put AZ in the b

Re: [Mailman-Users] How is the list is setup for digests?

2006-05-10 Thread Mark Sapiro
Steve Campbell wrote: >I really like how this list sends digests, in particular, how the individual >emails are 'attached' as separate emails. Could someone provide the details >of how this is done? There are a couple of other good answers in this thread, but they don't address the "how" which

Re: [Mailman-Users] Question About Location of cgi-bin Scripts

2006-05-10 Thread Mark Sapiro
Patrick Bogen wrote: >On 5/5/06, Barry Finkel <[EMAIL PROTECTED]> wrote: >> I am not sure what I did incorrectly when I configured mailman. > >Check your 'DEFAULT_URL_PATTERN' in your mm_cfg.py. >It should look like: > >'http://%s/cgi-bin/mailman' > >Your's is probably missing the /cgi-bin. Patr

Re: [Mailman-Users] mailman (+vexim +exim) -- web interface uses absolute urls... to elsewhere

2006-05-10 Thread will trillich
my original missive should've been more thorough. i can see that now. :) On 5/9/06, Richard Barrett <[EMAIL PROTECTED]> wrote: > On 9 May 2006, at 04:16, will trillich wrote: > > On 5/8/06, Patrick Bogen <[EMAIL PROTECTED]> wrote: > >> Check your setting in DEFAULT_URL_PATTERN. See FAQ 4.29: > >>

Re: [Mailman-Users] stat deferred and connection reset

2006-05-10 Thread Vikram Goyal
Thanks guys. The problem was with someserver.net which limited the number of emails to 1000 per day. On getting that changed, the mailing list works great. Thanks for all the help and pointers. Regards, Vikram - Original Message - From: "Stephen J. Turnbull" <[EMAIL PROTECTED]> To: "Vi

Re: [Mailman-Users] how to tell if messages are being received?

2006-05-10 Thread Sally K. Scheer
That's what I was afraid of. I just don't want to be annoying to people and hoped there might be a way to tell if it was time to remove a name from the list (other than bounce counting). Sally Scheer - Original Message - From: "Dragon" <[EMAIL PROTECTED]> To: "Sally K. Scheer" <[EMAIL PROT

Re: [Mailman-Users] Charset problem. cmd_confirm assumes ascii code.

2006-05-10 Thread Osmo Kujala
Hi, Sorry to bother you on and on with this >I wrote Thu, 27 Apr 2006 15:56:47 +0200 (EET) >> We have problem with confirm mail when mail body contains >> characters out of ascii code (range(128)). ... etc. >I hope someone is at least a little bit interested... >It's really a problem here that