[Mailman-Users] Re: Will Alias Names work for this?

2002-07-29 Thread Sarah K. Miller
Smartest way to fix this is to find the following setting in your mm_cfg.py and set it accordingly: # When true, Mailman will consider [EMAIL PROTECTED] to be the same address as # user@domain. If set to 0, Mailman will consider [EMAIL PROTECTED] to be the # same address as [EMAIL PROTECTED], b

[Mailman-Users] Fw: Will Alias Names work for this?

2002-07-29 Thread Sarah K. Miller
Smartest way to fix this is to find the following setting in your mm_cfg.py and set it accordingly: # When true, Mailman will consider [EMAIL PROTECTED] to be the same address as # user@domain. If set to 0, Mailman will consider [EMAIL PROTECTED] to be the # same address as [EMAIL PROTECTED], b

[Mailman-Users] List Reply Address

2002-06-10 Thread Sarah K. Miller
I'm using 2.1b2 and I've started getting complaints about the "reply" address in the digests. It appears that all digests come from their respective lists -request address with no "reply-to" address specified. That means if someone just clicks "reply", their message goes to the request address

Re: [Mailman-Users] Topic Filters in 2.1b1

2002-04-19 Thread Sarah K. Miller
- Original Message - From: "Barry A. Warsaw" <[EMAIL PROTECTED]> > > "S" == Spam <[EMAIL PROTECTED]> writes: > > S> I need help though. When subscribing new members to a list that > S> uses topic filters, I want the default to be that people > S> receive only those messa

Re: [Mailman-Users] Digest problems - 2.1b1

2002-04-17 Thread Sarah K. Miller
By bad. Forgot to run mailmanctl -restart . Works like a charm now - Original Message - From: "Sarah K. Miller" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 17, 2002 12:08 PM Subject: [Mailman-Users] Digest problems - 2.1b1 > I

[Mailman-Users] Digest problems - 2.1b1

2002-04-17 Thread Sarah K. Miller
I'm having trouble with my digests in 2.1b1. I'm trying to get the "extraneous" headers removed from the digest. I've edited /Mailman/Handlers/ToDigest.py to read as: KEEP = ['Date', 'From', 'To', 'Cc', 'Subject', 'Message-ID', 'Keywords', # I believe we should also keep these headers t

Re: [Mailman-Users] Pending Subscriptions

2002-02-28 Thread Sarah K. Miller
list, there is nothing there to tell me where to look. - Original Message - From: "Jon Carnes" <[EMAIL PROTECTED]> To: "Sarah K. Miller" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, February 27, 2002 7:08 PM Subject: Re: [Mailman-Users] Pen

[Mailman-Users] Pending Subscriptions

2002-02-27 Thread Sarah K. Miller
I used dumpdb on pending_subscriptions.db and found a whole list of subscriptions in there waiting to be processed. However, I don't know what lists they're for. Is there any way to find out? I tried looking at the individual requests.db for each list, but they are all empty. We have over 80 lists

[Mailman-Users] Optimizing configuration

2001-06-27 Thread Sarah K. Miller
Is there anything special we can do to optimize our Mailman/Python installation? We're running Solaris with 256M of RAM, but Python is regularly hogging 75%+ of system resources. To say this is slowing things down is an understatement. Are there any configuration changes we can make that will c

[Mailman-Users] Allowing posts with certain topics/blocking all others

2001-06-19 Thread Sarah K. Miller
I have a list that I'd like to enforce a set of headers on. In other words, each message subject must start with a certain word in order be posted. Has anybody found a way to do this? I know I can block messages with certain headers, but I want to block all messages and only allow those with th

Re: [Mailman-Users] subscription bulk removals?

2001-06-07 Thread Sarah K. Miller
bin/remove_members -a listname - Original Message - From: "Tim Tyler" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 07, 2001 11:45 AM Subject: [Mailman-Users] subscription bulk removals? > mailman experts, > Whats the quickest way to remove all users (unsubscribe e

[Mailman-Users] Removing single address from multiple lists

2001-06-05 Thread Sarah K. Miller
I know many people have asked for a way to remove a single address from multiple lists. Here's my solution (run as a script): #!/bin/ksh if [ -z $1 ];then print usage: mass_remove email_address exit fi email=$1 lists=`/home/mailman/bin/find_member $email |grep -v found` if [ ""$l

Re: [Mailman-Users] How to compile all addresses subbed to all lists on a system

2001-05-30 Thread Sarah K. Miller
- Original Message - From: "Bill Bradford" <[EMAIL PROTECTED]> > On Thu, May 24, 2001 at 03:05:31PM -0700, Sarah K. Miller wrote: > > Have any of you found an automated way to slurp all of the addresses off > > of all the lists on your system and then

[Mailman-Users] Questions about mailpasswds

2001-05-26 Thread Sarah K. Miller
I have a couple of questions about the mailpasswds. First is about the section; # constrain to specified lists, if any confined_to = sys.argv[1:] Does this mean I can specify which lists to send passwords for? If so, how do I include or exclude specific lists? My second questions i

Re: [Mailman-Users] How to compile all addresses subbed to all lists on a system

2001-05-24 Thread Sarah K. Miller
> > bin/list_users > /tmp/list1.txt > > bin/add_members /tmp/list1.txt > > It is list_members, not list_users. Also, I would recommend using the > -n and -d options with list_members to get digested and non-digested > members seperately, and then adding them seperately. For me, the digest/non

[Mailman-Users] How to compile all addresses subbed to all lists on a system

2001-05-24 Thread Sarah K. Miller
Have any of you found an automated way to slurp all of the addresses off of all the lists on your system and then subscribe them to another list on the system? I know that I could simply subscribe all of the lists to a master list, but that option has turned into a nightmare for us for a variet

Re: [Mailman-Users] Problem with Sender Info

2001-05-10 Thread Sarah K. Miller
> On Mon, May 07, 2001 at 09:20:52PM -0700, Sarah K. Miller wrote: > > I run a server with about 80 lists on it. Everything goes smoothly until > > the monthly reminder is sent out on the first of the month. Every > > outgoing message indicates the "Sen

[Mailman-Users] Problem with Sender Info

2001-05-07 Thread Sarah K. Miller
I run a server with about 80 lists on it. Everything goes smoothly until the monthly reminder is sent out on the first of the month. Every outgoing message indicates the "Sender" is the same list-owner, regardless of which list the subscriber was actually a member of. For example, I have a list

[Mailman-Users] Running config_list on mutliple lists

2001-03-16 Thread Sarah K. Miller
I want to use config_list to change a couple of parameters on all of my lists. I'm not too fond of the idea of having to type the command individually for each list. Is there any eaiser way to do it? -- Sarah -- Mailman-Users maillist - [

[Mailman-Users] Removing Member from Multiple Lists

2001-02-09 Thread Sarah K. Miller
I think I'm losing my mind. I could have sworn that there was a command which allowed me to remove a single address from multiple lists. Now I can't find it. Did I just imagine it or did it disappear in the latest version? -- Sarah -- Mailma

[Mailman-Users] Qrunner lock problems

2001-01-15 Thread Sarah K. Miller
My qrunner log is filling up with: Jan 15 19:12:04 2001 (183) Could not acquire qrunner lock What causes qrunner to not be able to get a lock? The only thing I can see in the logs at the particular time this one was generated was a successful post to one of the lists. Thanks for any help. --

[Mailman-Users] Locks Hanging

2001-01-10 Thread Sarah K. Miller
I'm having a reoccuring problem with locks hanging on some of the lists I administer. Does anyone know specifically what causes the locks/processes to hang so we can attempt to avoid doing whatever it is?? -- Sarah -- Mailman-Users maillist