Re: [Mailman-Users] Disappearing message

2007-10-29 Thread Anne Ramey
Mark Sapiro wrote: > Anne Ramey wrote: > > >> >> >>> Way 2 is to modify scripts/post to log something. At the end of the >>> main() function following: >>> >>> inq = get_switchboard(mm_cfg.INQUEUE_DIR) >>> i

Re: [Mailman-Users] Disappearing message

2007-10-26 Thread Anne Ramey
> Way 2 is to modify scripts/post to log something. At the end of the > main() function following: > > inq = get_switchboard(mm_cfg.INQUEUE_DIR) > inq.enqueue(sys.stdin.read(), > listname=listname, > tolist=1, _plaintext=1) > > add > > print >> sys.stder

Re: [Mailman-Users] Disappearing message

2007-10-24 Thread Anne Ramey
Mark Sapiro wrote: > Anne Ramey wrote: > > >> Have a new and different one. One of my users that has two lists, let's >> call them list1 and list2. If he sends a message to list1 and cc's >> list2, list1 never receives the message. If he sends the sa

[Mailman-Users] Disappearing message

2007-10-22 Thread Anne Ramey
Have a new and different one. One of my users that has two lists, let's call them list1 and list2. If he sends a message to list1 and cc's list2, list1 never receives the message. If he sends the same message only to list1, it goes through fine. According to my exim logs, it is delivering b

Re: [Mailman-Users] invites for large user list fails

2007-09-13 Thread Anne Ramey
Mark Sapiro wrote: > Anne Ramey wrote: > >> I see neither RLimitCPU nor RLimitMem in my apache config. >> >> The error in my apache log is pretty much just what shows on the screen: >> >> [Wed Sep 12 16:17:54 2007] [error] Premature end of scri

Re: [Mailman-Users] invites for large user list fails

2007-09-13 Thread Anne Ramey
Mark Sapiro wrote: > Anne Ramey wrote: > > >> Is there a known problem with inviting relatively large groups of >> addresses at once, ex. 6K at a time? I usually just subscribe, so I >> haven't run into this before, but I have a list owner who gets an erro

[Mailman-Users] invites for large user list fails

2007-09-12 Thread Anne Ramey
Is there a known problem with inviting relatively large groups of addresses at once, ex. 6K at a time? I usually just subscribe, so I haven't run into this before, but I have a list owner who gets an error when trying to subscribe a list of 6000 addresses, but I've been breaking it up to small

Re: [Mailman-Users] archRunner hogging CPU

2007-06-26 Thread Anne Ramey
Mark Sapiro wrote: > Anne Ramey wrote: > > >> Continued digging lead me to FAQ 4.41how recent is this. >> > > > Not very. The FAQ article is about 3 years old, and the list archive > thread it refers to regards a Mailman 2.0.11 installation > >

Re: [Mailman-Users] archRunner hogging CPU

2007-06-25 Thread Anne Ramey
> > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Anne > Ramey > Sent: Monday, June 25, 2007 3:23 PM > To: mailman-users@python.org > Subject: [Mailman-Users] archRunner hogging CPU > > > It appears my archive runner

Re: [Mailman-Users] archRunner hogging CPU

2007-06-25 Thread Anne Ramey
be keeping up > fine with any messages being sent to mailman. > > Kind regards, > Brian Carpenter > -- > EMWD - Executive Officer > www.emwd.com > > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EM

[Mailman-Users] archRunner hogging CPU

2007-06-25 Thread Anne Ramey
It appears my archive runner is flipping out today. It is hogging the CPU and can't seem to keep up with the messages. I restarted mailman and it doesn't seem to have helped. It doesn't appear as if we are seeing any unusual traffic, so I can't think of what would cause this. It isn't compl

[Mailman-Users] SMS/text messaging

2007-04-27 Thread Anne Ramey
I have some users interested in setting up lists to send out text messages to phones/PDAs. We have figured out that the confirmation messages for subscription do not work on these devices. We figured out that the approve method of subscription works, but the email it sends to let the user kno

Re: [Mailman-Users] removing members with non-standard characters

2006-12-29 Thread Anne Ramey
Mark Sapiro wrote: > Anne Ramey wrote: > >> Mark Sapiro wrote: >> > > >>> Try this one >>> >>> bin/list_members -i listname | bin/remove_members -f - -n listname >>> >>> If that doesn't work, see <http://vee

Re: [Mailman-Users] removing members with non-standard characters

2006-12-15 Thread Anne Ramey
Mark Sapiro wrote: > Anne Ramey wrote: > >> Mark Sapiro wrote: >> >>> If the bad addresses don't appear in list_members (I don't know why >>> they wouldn't, but maybe they just appear with the control characters >>> that you don&#

Re: [Mailman-Users] removing members with non-standard characters

2006-12-12 Thread Anne Ramey
Mark Sapiro wrote: > Anne Ramey wrote: > >> I should have mentioned that will not work for this case. You'll notice >> that these are not all nice ascii characters. some are spaces, some >> deletes, some other hex values...I don't know what they all are

Re: [Mailman-Users] removing members with non-standard characters

2006-12-08 Thread Anne Ramey
Patrick Bogen wrote: > On 12/6/06, Anne Ramey <[EMAIL PROTECTED]> wrote: >> I'm not sure how one of my list admins managed to do this, but they have >> four members on their list that look like this in the membership list: >> b >> <http://lists.ncmail.n

[Mailman-Users] removing members with non-standard characters

2006-12-06 Thread Anne Ramey
I'm not sure how one of my list admins managed to do this, but they have four members on their list that look like this in the membership list: b

Re: [Mailman-Users] Can't login mailman list admin web

2006-12-06 Thread Anne Ramey
Mark Sapiro wrote: Stanley Chen wrote: > > > >Recently we have sent out several mails to this list, and it's still > >running. > What is still running? Is Mailman still sending to the MTA? > >However, we can't login to the admin webpage.

[Mailman-Users] Default options for list

2006-11-17 Thread Anne Ramey
I was setting my system defaults for a new installation of mailman and seem to have run across a stumbling block. I can set the generic_member_moderation to yes, but there doesn't seem to be a way in mm_cfg.py to set default member_moderation_action or default member_moderation_notice...or am

Re: [Mailman-Users] Too Many Lists?

2006-11-17 Thread Anne Ramey
Greetings, I've been happily converting text/aliases based lists to mailman (Tru64 Unix v5.1b, Sendmail 8.13.7, Apache Server version: Apache/2.0.54, Mailman version: 2.1.9) and everything has been working great. I have ~150 lists with ~16,000 addresses distributed amo

Re: [Mailman-Users] trying to change default_url_pattern

2006-10-26 Thread Anne Ramey
I thought that was just for the hostname. Worked like a charm! Thanks Anne Dragon wrote: > Anne Ramey sent the message below at 12:31 10/26/2006: >> I put this setting in my mm_cfg.py: >> DEFAULT_URL_PATTERN = 'http://%s/mailman_ldap/' >> >> and my http

[Mailman-Users] trying to change default_url_pattern

2006-10-26 Thread Anne Ramey
I put this setting in my mm_cfg.py: DEFAULT_URL_PATTERN = 'http://%s/mailman_ldap/' and my httpd.conf contains this: # This alias is for mailman mailing lists ScriptAlias /mailman_ldap/ "/usr/local/mailman_ldap/cgi-bin/" I can log into the list fine, but all of the links on that page are /mailma

[Mailman-Users] LDAP auth for admins

2006-10-26 Thread Anne Ramey
Has anyone done this already: change the login page to accept email address and password and then (1) check to be sure the email address is an owner of the list then (2) if so, authenticate them off an LDAP? This would really reduce our forgot password type support calls. -- Anne -

Re: [Mailman-Users] Member list...

2006-09-29 Thread Anne Ramey
sure it's possible, but &> redirects the output of a cron command to wherever you've specified. -- Anne Ramey -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users

Re: [Mailman-Users] can't call command line functions from php

2006-09-19 Thread Anne Ramey
Mark Sapiro wrote: > Anne Ramey wrote: > > >>>> I have my php script running as a user in the mailman group, but when I >>>> try to do: >>>>//add user to Admin email list >>>>$command = "/usr/local/mailman/bin/add_members -r

Re: [Mailman-Users] can't call command line functions from php

2006-09-19 Thread Anne Ramey
Mark Sapiro wrote: > Anne Ramey wrote: > > >>>> I have my php script running as a user in the mailman group, but when I >>>> try to do: >>>>//add user to Admin email list >>>>$command = "/usr/local/mailman/bin/add_members -r

Re: [Mailman-Users] can't call command line functions from php

2006-09-19 Thread Anne Ramey
Mark Sapiro wrote: > Anne Ramey wrote: > > >>>> I have my php script running as a user in the mailman group, but when I >>>> try to do: >>>>//add user to Admin email list >>>>$command = "/usr/local/mailman/bin/add_members -r

Re: [Mailman-Users] can't call command line functions from php

2006-09-18 Thread Anne Ramey
Dragon wrote: > Anne Ramey wrote: >> I have my php script running as a user in the mailman group, but when I >> try to do: >>//add user to Admin email list >>$command = "/usr/local/mailman/bin/add_members -r ".$Filename." >> admins";

[Mailman-Users] can't call command line functions from php

2006-09-18 Thread Anne Ramey
I have my php script running as a user in the mailman group, but when I try to do: //add user to Admin email list $command = "/usr/local/mailman/bin/add_members -r ".$Filename." admins"; system($command, $status); I get a status of 1 returned to me and it doesn't add the users. I've tr

[Mailman-Users] new list--sort of

2006-09-06 Thread Anne Ramey
OK, here is an interesting one. I recently moved all the lists and my perl admin interface (for other things, not mailman list admin) to a new server. Both independantly seem to be running fine, but they seem to refuse to interface. If I try and do a newlist from my program, I get the mail,

Re: [Mailman-Users] Hit a Bug during server move

2006-08-25 Thread Anne Ramey
Mark Sapiro wrote: > Anne Ramey wrote: > > >> OK, my cgi-bin was missing the suid. Now all I need to figure out is my >> post failures. >> > > > Is $prefix/mail/mailman also missing SETGID? > > If that's not it, does your MTA use a

[Mailman-Users] Hit a Bug during server move

2006-08-24 Thread Anne Ramey
explicitly inhibited, but the webmaster can find this information in the Mailman error logs. But there is no information in the Mailman logs or the apache logs about this error and my posts to the lists fail. Any pointers would be much appreciated. --

Re: [Mailman-Users] Hit a Bug during server move

2006-08-24 Thread Anne Ramey
OK, my cgi-bin was missing the suid. Now all I need to figure out is my post failures. -- Anne Ramey -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http

[Mailman-Users] Welcome messages

2006-07-24 Thread Anne Ramey
under general options, not the other way around. Is it supposed to work like this or do I have a problem? I'm using mailman 2.1.8 on RHEL 4 -- Anne Ramey -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.o

Re: [Mailman-Users] stange domain/url question

2006-07-20 Thread Anne Ramey
Mark Sapiro wrote: > Anne Ramey wrote: > >> Mark Sapiro wrote: >> >> >>>>> Please address all questions to [EMAIL PROTECTED] >>>>> >>>> >>>> >>> This makes no sense. It shoul

Re: [Mailman-Users] stange domain/url question

2006-07-19 Thread Anne Ramey
Mark Sapiro wrote: >> > >> >Please address all questions to [EMAIL PROTECTED] >> > This makes no sense. It shouldn't be -admin because that's a Mailman > 2.0.x artifact, but the 'mailman' site list didn't appear until 2.1. > > Assuming this is a typo and is really [EMAIL PROTECTED], I > proc

[Mailman-Users] stange domain/url question

2006-07-19 Thread Anne Ramey
Not too long ago, we switched out domain from wwwadm.mydomain.com to lists.mydomain.com. I used fix-url on all the lists, and when we create all lists now, we create then as ./newlist [EMAIL PROTECTED] But when the email is sent to the administrator for these new lists it has wwwadm.mydomain.c

Re: [Mailman-Users] HTML converted to attachment

2006-07-07 Thread Anne Ramey
They appear usually, as inline, because of how most mail clients are set up, but mailman treats it like the attachment it is. Outlook does this, or at least it used to (I haven't tried lately). I've used Thunderbird successfully. There are also tools out there that create html mails cor

[Mailman-Users] pruning archives

2006-06-01 Thread Anne Ramey
Is this still the easiest way to prune archives? Seems rather labor intensive... http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.003.htp <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.003.htp>

[Mailman-Users] changing hostname

2006-05-23 Thread Anne Ramey
I changed my hostname from the time I first installed mailman. For the most part, the transition went smoothly, but we still have a few traces I'd like to get rid of. The host name this list prefers for email has taken care of most of it, just not the web interface: To see the list of lists, t

Re: [Mailman-Users] mailman + exim, no mail to owners

2006-05-18 Thread Anne Ramey
Let me try again, hopefully I'll be more clear this time: I've just switched over from sendmail to exim because of how well it (supposedly) works with mailman, but now none of my owner posts are going through...thus owners are not getting their notifications of pending posts, etc. Let me menti

Re: [Mailman-Users] mailman + exim, no mail to owners

2006-05-18 Thread Anne Ramey
Anne Ramey wrote: > I've just switched over from sendmail to exim because of how well it > (supposedly) works with mailman, but now none of my owner posts are > going through...thus owners are not getting their notifications of > pending posts, etc. > > It's happe

[Mailman-Users] mailman + exim, no mail to owners

2006-05-18 Thread Anne Ramey
e message to mailman, but there seems to be some error in processing the data. They just keep sitting in the retry queue. I'm not sure what to try next, please advise. -- Anne Ramey NCMail 850-2762 __ NOTICE: E-mail correspondence to and from this address may be subject to the North Ca

[Mailman-Users] adding list on virtual domain

2005-10-18 Thread Anne Ramey
I want to change a list I added to the main domain on the list server to the equivalent of having added the list as [EMAIL PROTECTED] I would have thought this was the preferred domain variable in the general options, but it's still taking me to http://maindomain.com/mailman/admin/listname/mem

[Mailman-Users] bandwidth monitoring per list

2005-09-21 Thread Anne Ramey
Is there a tool I could use, or a way inside mailman itself, to monitor the bandwidth used by a particular list? Either to institute a quota or (preferably) end up with a stats type graph or set of #s? Thanks -- Anne -- Mailman-Users mailin

[Mailman-Users] strange bounce message

2005-09-16 Thread Anne Ramey
A couple of people have sent replies to one of my lists today and several of the messages bounced like this: === > THIS IS A WARNING MESSAGE ONLY > YOU DO NOT NEED TO RESEND YOUR MESSAGE >

Re: [Mailman-Users] confirm for one list errors, other list works

2005-08-19 Thread Anne Ramey
Jim Tittsler wrote: > On 2005-08-19 00:01, Anne Ramey wrote: > >> I added a new list to my mailman yesterday (cplist), and copied the >> config over from another list (mbalist). Subscribe comfirmations to >> cplist fail if you reply to the mail with "Invalid confi

[Mailman-Users] confirm for one list errors, other list works

2005-08-18 Thread Anne Ramey
I added a new list to my mailman yesterday (cplist), and copied the config over from another list (mbalist). Subscribe comfirmations to cplist fail if you reply to the mail with "Invalid confirmation string:", but the link inside the mail works fine. The reply to the subscribe confirmation fo

Re: [Mailman-Users] post not logged as 'posted' but appears in archives

2005-01-21 Thread Anne Ramey
uot; --ie never finishes sending...??? (3) does anyone know why incming lookups for aliases might affect outgoing mail? Anne Anne Ramey wrote: I finally found some errors, in the syslog. postfix/smtpd[10144]: warning: connect to mysql server localhost: Too many connections This was trying to

Re: [Mailman-Users] post not logged as 'posted' but appears in archives

2005-01-20 Thread Anne Ramey
interfere with the sending of the list? How can I tell what's been sent and what hasn't ? Anne Ramey Anne Ramey wrote: I have a couple of messages posted to a list (moderated list, sent weekly) that appear in the lists archives, but not in the post log for mailman. The weeks before that t

[Mailman-Users] post not logged as 'posted' but appears in archives

2005-01-20 Thread Anne Ramey
to anyone else? -- Anne Ramey -- 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.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

[Mailman-Users] everyone getting unsubscribes when doing command line

2004-12-09 Thread Anne Ramey
When I subscribe or unsubscribe from the command line, both the owner and the users get notified, even though the config of the list says not too. And everything works fine if I do it through the web interface. Why would this happen? Anne --

[Mailman-Users] user's replies are detected as bounces

2004-11-29 Thread Anne Ramey
like it is set up exactly like all the others. Any ideas why this might be happening? -- Anne Ramey -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin

[Mailman-Users] one users mails being caught as bounces

2004-11-29 Thread Anne Ramey
like it is set up exactly like all the others. Any ideas why this might be happening? -- Anne Ramey -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin

[Mailman-Users] Personalization comes through as attachment

2004-07-20 Thread Anne Ramey
When I set up personalization with mailman, I get it normally in most mail clients. But in Outlook, it's coming through as an attachment. Is there any way to fix this? Do I need to upgrade my mailman? Using Mailman version: 2.1.2 Anne -- Mai

Re: [Mailman-Users] postfix+mailman, part 2

2004-04-19 Thread Anne Ramey
It looks like your file permissions are good, but what user is actually running mailman? Anne On Apr 16, 2004, at 7:55 AM, David Relson wrote: On Fri, 16 Apr 2004 07:01:09 +0530 (IST) Yogesh Subhash Talekar wrote: okie .. i think you should: Add the line /var/lib/mailman/data/aliases to alias_ma

Re: [Mailman-Users] 550: user unknown

2004-04-13 Thread Anne Ramey
Did you set up your aliases for the list in postfix's alias file? It looks from below like you set this up for mailman--not accessible by postfix. Anne On Apr 11, 2004, at 6:09 AM, esteve serra clavera wrote: hi again, for those who have asked more details on my user unknown error and for the o

Re: [Mailman-Users] Email with URLS

2004-04-07 Thread Anne Ramey
You could use the personalization options. Full Personalization under non-digest options and put your link in the header or footer, personalized. Anne On Apr 6, 2004, at 1:06 PM, Ashley M. Kirchner wrote: We'd like to setup a mailing list that we can use to email our clients from time to ti

Re: [Mailman-Users] No e-mail is sent to the list..

2004-04-01 Thread Anne Ramey
Do you have emergency list moderation turned on? Are the messages being held for approval (and sent to the administrator to let then know what's there)? Do the members have no-mail option checked? Anne On Apr 1, 2004, at 3:36 AM, PiCo wrote: I'm still tring to configure mailman on my server. T

Re: [Mailman-Users] Instant Bounce Notification

2004-03-23 Thread Anne Ramey
I think if you set the bounce score threshold to .5 it will disable/remove on even 1 soft bounce. Anne On Mar 19, 2004, at 11:56 AM, Mike Phillips wrote: How can I set MM to notify me if even a SINGLE email bounces? -- Mailman-Users mailing lis

[Mailman-Users] bounce message with non-members

2004-03-18 Thread Anne Ramey
What does this message mean in the bounce log? bounce message with non-members of ... I have a separate list for a customer with aol addresses because of their very strict rules, but it appears that the bounces for that list are going to another lists and I'm getting these non-member messages.

[Mailman-Users] bounce processing not sending mail to owner

2004-03-18 Thread Anne Ramey
Even though I have set my system to notify the list owner upon disable and unsubscription, my owner isn't getting any mails, despite many: to=<[EMAIL PROTECTED]>, relay=local, delay=0, status=sent ("|/usr/local/mailman/mail/mailman bounces list") messages The maximum member bounce score before t

[Mailman-Users] Changing MM variables

2004-03-14 Thread Anne Ramey
It appears that my predecessor in this position set up a list with a different MM-Posting-Addr from what it should be. Is there any way for me to change this? Anne Ramey -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org

[Mailman-Users] Changing MM variables

2004-03-12 Thread Anne Ramey
It appears that my predecessor in this position set up a list with a different MM-Posting-Addr from what it should be. Is there any way for me to change this? Anne Ramey -- Mailman-Users mailing list [EMAIL PROTECTED] http

Re: [Mailman-Users] Getting unsubscribes notifications despite settings

2004-03-03 Thread Anne Ramey
nswer for both of us. Or I could do a screen print and send the pdf's to you - either way. From: Anne Ramey <[EMAIL PROTECTED]> Copies to: To: [EMAIL PROTECTED] Date sent: Sun, 29 Feb 2004 19:19:33 -0500 Subject: [Mailman-Users] Gett

[Mailman-Users] Getting unsubscribes notifications despite settings

2004-02-29 Thread Anne Ramey
_notify_owner_on_removal = 0 I'm at a loss as to what might be wrong. Please help. We haven't tried out another list because we want to be sure everything is working correctly first. Thanks, Anne Ramey -- Mailman-Users mailing list [