[Mailman-Users] Global incoming gateway

2006-04-11 Thread Rob Jackson
I have a message board that I want to integrate with mailman. Messages will be sent from the message board to the list. I need a global accept for any list to accept messages coming from the message boards. This setting also needs to be either invisible or not removable from any list. Thanks

Re: [Mailman-Users] Global incoming gateway

2006-04-12 Thread Rob Jackson
:[EMAIL PROTECTED] Sent: Tuesday, April 11, 2006 4:32 PM To: Rob Jackson; mailman-users@python.org Subject: Re: [Mailman-Users] Global incoming gateway Rob Jackson wrote: >I have a message board that I want to integrate with mailman. Messages >will be sent from the message board to the li

Re: [Mailman-Users] Global incoming gateway

2006-04-12 Thread Rob Jackson
PM To: mailman-users@python.org Subject: Re: [Mailman-Users] Global incoming gateway On 4/11/06, Rob Jackson <[EMAIL PROTECTED]> wrote: > I have a message board that I want to integrate with mailman. > Messages will be sent from the message board to the list. I need a global accept

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

2006-05-03 Thread Rob Jackson
I need to figure out how to add a footer to an e-mail coming from a specific user. I just can't seem to figure this out. I have created a module to weed out the address, but now I need to munge the body of the message. -Rob -- Mailman-User

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

2006-05-04 Thread Rob Jackson
- From: Mark Sapiro [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 03, 2006 6:18 PM To: Rob Jackson; mailman-users@python.org Subject: Re: [Mailman-Users] Custom footer based on sender's email Rob Jackson wrote: >I need to figure out how to add a footer to an e-mail coming from a specif

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

2006-05-04 Thread Rob Jackson
Was hoping to use some regular expression and just remove some lines. The lines I need to remove will always be the same. -Rob -Original Message- From: Patrick Bogen [mailto:[EMAIL PROTECTED] Sent: Thursday, May 04, 2006 1:12 PM To: Rob Jackson Cc: mailman-users@python.org Subject

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

2006-05-05 Thread Rob Jackson
PROTECTED] Sent: Thursday, May 04, 2006 2:08 PM To: Rob Jackson Cc: mailman-users@python.org Subject: Re: [Mailman-Users] Custom footer based on sender's email In a flurry of recycled electrons, Rob Jackson wrote: > Was hoping to use some regular expression and just remove some lines. >

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

2006-05-10 Thread Rob Jackson
o the process. -Rob -Original Message- From: Mark Sapiro [mailto:[EMAIL PROTECTED] Sent: Friday, May 05, 2006 10:20 AM To: Rob Jackson; mailman-users@python.org Subject: Re: [Mailman-Users] Custom footer based on sender's email >That is the thing, it will be the same everytime. It

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

2006-05-10 Thread Rob Jackson
ter < pl = msg.get_payload(decode=True) < re.sub('AZ', 'new text', pl) < msg.set_payload(pl) < < -Original Message- From: Mark Sapiro [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 10, 2006 11:27 AM To: Rob Jackson; mailman-users@python.org Subj

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

2006-05-11 Thread Rob Jackson
ate, what, extradict={}): -Original Message- From: Mark Sapiro [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 10, 2006 12:42 PM To: Rob Jackson; mailman-users@python.org Subject: RE: [Mailman-Users] Custom footer based on sender's email Rob Jackson wrote: >This is the diff on the De

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

2006-05-11 Thread Rob Jackson
king at other examples throught the program and have been unable to determine how I need to do this. Thanks -Rob -Original Message- From: Mark Sapiro [mailto:[EMAIL PROTECTED] Sent: Thursday, May 11, 2006 11:46 AM To: Rob Jackson; mailman-users@python.org Subject: RE: [Mailman-Users] Custom

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

2006-05-11 Thread Rob Jackson
HIS IS A GATEWAY MESSAGE" + +pl = msg.get_payload(decode=True) +re.sub('AZ', 'new text', pl) +msg.set_payload(pl) + if not header and not footer: return # Be MIME smart here. We only attach the header and footer by -----Original Message-

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

2006-05-15 Thread Rob Jackson
er, it will come through clean, and not garbled. I am stumped! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Sapiro Sent: Thursday, May 11, 2006 3:53 PM To: mailman-users@python.org Subject: Re: [Mailman-Users] Custom footer based on sender's email Mar

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

2006-05-15 Thread Rob Jackson
I found a fix the the problem. Charset is set to UTF-8, and I changed it to us-ascii, and it works great now. -Rob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Jackson Sent: Monday, May 15, 2006 12:26 PM To: 'Mark Sapiro'; mai

[Mailman-Users] -owner -admin

2006-06-26 Thread Rob Jackson
I am trying to change the umbrella member suffix to -admin. I want -admin to do the same thing as -owner. So I changed it, but there is a problem When I send any messges to -admin, they don't go through. I get "Uncaught bounce notification" But I can still send messages to -owner. Why doesn

[Mailman-Users] Subscribe to both list and digest

2006-06-26 Thread Rob Jackson
I need to be able to let users subscribe to both the active list and the digests. From what I can see, this can't be done. Anybody have an idea how I can accomplish this? -- Mailman-Users mailing list Mailman-Users@python.org http://mail.pyt

[Mailman-Users] Digest subscription without password

2006-06-26 Thread Rob Jackson
It seems somewhat strange that you can subscribe yourself to a list without a password, but in order to subscribe to a digest you are required to supply a password. What would be the best way around this? -- Mailman-Users mailing list Mailma

Re: [Mailman-Users] Digest subscription without password

2006-06-26 Thread Rob Jackson
ddress, and no quotes!) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Jackson Sent: Monday, June 26, 2006 1:53 PM To: mailman-users@python.org Subject: [Mailman-Users] Digest subscription without password It seems somewhat strange that you can s

Re: [Mailman-Users] Subscribe to both list and digest

2006-06-26 Thread Rob Jackson
Jackson; mailman-users@python.org Subject: Re: [Mailman-Users] Subscribe to both list and digest Rob Jackson wrote: >I need to be able to let users subscribe to both the active list and >the digests. From what I can see, this can't be done. Anybody have an >idea how I can accomplis

Re: [Mailman-Users] Subscribe to both list and digest

2006-06-26 Thread Rob Jackson
They will just lose that function for now, glad to hear it is on the todo list. Thanks -Rob -Original Message- From: Mark Sapiro [mailto:[EMAIL PROTECTED] Sent: Monday, June 26, 2006 4:01 PM To: Rob Jackson; mailman-users@python.org Subject: RE: [Mailman-Users] Subscribe to both list

Re: [Mailman-Users] -owner -admin

2006-06-26 Thread Rob Jackson
: Mark Sapiro [mailto:[EMAIL PROTECTED] Sent: Monday, June 26, 2006 4:19 PM To: Rob Jackson; mailman-users@python.org Subject: Re: [Mailman-Users] -owner -admin Rob Jackson wrote: >I am trying to change the umbrella member suffix to -admin. I want >-admin to do the same thing as -owner.

[Mailman-Users] Radio button options for message size

2006-06-29 Thread Rob Jackson
I don't want to give the admin the choice to put in any number they want, instead I want options, like 10k, 20k, 40k, 80k, and so forth. Right now, the way mailman is set up, each radio button will represent a placement. So right now, 10k will be 0, 20k will be 1, 40k will be 2, 80k will be 3 and

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

2006-06-29 Thread Rob Jackson
: Rob Jackson [mailto:[EMAIL PROTECTED] Sent: Monday, May 15, 2006 2:49 PM To: 'Rob Jackson'; 'Mark Sapiro'; mailman-users@python.org Subject: RE: [Mailman-Users] Custom footer based on sender's email I found a fix the the problem. Charset is set to UTF-8, and I chang

[Mailman-Users] Double unsubscribe messages

2006-07-13 Thread Rob Jackson
If you put the word unsubscribe in both the subject and the body, I am getting 2 unsubscribe messages. Each message has a uniq link to unsubscribe, but the both get sent out from the same unsubscribe message. If you only put it in the subject, you get a single unsubscribe message. Where would

Re: [Mailman-Users] Double unsubscribe messages

2006-07-13 Thread Rob Jackson
this is how the process is supposed to work. I just needed to make sure it wasn't something I did to break it. -Rob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Jackson Sent: Thursday, July 13, 2006 11:00 AM To: mailman-users@python.org Su

[Mailman-Users] Move addresses from To: to Cc:

2006-08-02 Thread Rob Jackson
I want to be able to make all addresses that are put into the To: field when a message is sent to the list into the Cc: field, so that when someone replies to this particular message, all the other addresses do not get replied to. I want to make it so they need to use Reply to All in order to do t

[Mailman-Users] Sendmail can't keep up with qfiles/out director

2006-08-24 Thread Rob Jackson
Our mail server is getting overloaded and the out directory will hit over 7,000 in just one day, and we can't clear them out fast enough. We are using Sendmail as our MTA. How can we speed things up? -Rob -- Mailman-Users mailing list Ma

[Mailman-Users] Announce ONLY list

2006-09-18 Thread Rob Jackson
I need to create an announce only list, where people can subscribe, but they cannot post. I also have other lists that I will need to create continually that will not be this way. Is there a bit I can set for this list only so the subscribers cannot post. Thanks -Rob

Re: [Mailman-Users] Announce ONLY list

2006-09-18 Thread Rob Jackson
Thank you much, and others. I wasn't aware that you could discard the moderated posts immediately...but I mainly do the backend stuff. Thanks -Rob -Original Message- From: Mark Sapiro [mailto:[EMAIL PROTECTED] Sent: Monday, September 18, 2006 3:09 PM To: Rob Jackson; mailman-

[Mailman-Users] I need to get "Sender:" address

2006-09-29 Thread Rob Jackson
I have messages coming from a Gatewayed Message board to mailman. There is an extra field To: field and a Sender: field and I need to get the Sender e-mail address. I have tried modifying the SENDER_HEADERS to ('sender','from',None,'reply-to'), so sender is before from, but it still grabs the "F

Re: [Mailman-Users] I need to get "Sender:" address

2006-09-29 Thread Rob Jackson
Great, thanks, that worked. I read about the USE_ENVELOPE_SENDER, but it did not seem that it applied, a little confused there. Thanks -Rob -Original Message- From: Mark Sapiro [mailto:[EMAIL PROTECTED] Sent: Friday, September 29, 2006 12:42 PM To: Rob Jackson; mailman-users

[Mailman-Users] Newgroup gatway and specific user rights

2006-10-24 Thread Rob Jackson
I have several newgroup gateways set up, but I need to tweak it a little. I have a two sets of users. One set is LIST ONLY, and the other set is LIST and NEWSGROUP. Is there a way I can set this up in mailman? -Rob -- Mailman-Users mailing

[Mailman-Users] Rate limit by domain/mx

2006-11-17 Thread Rob Jackson
I know this isn't really a mailman issue, but I was just curious, those that need rate limiting, what are you using? I really need this set up, we have one list in paticular that has almost 1500 AOL subscribers, which is an announce only list, but the owner sends out about 6 announcements at the

[Mailman-Users] VERP and AOL feedback

2006-12-04 Thread Rob Jackson
I have read a couple threads on this, but none have really been able to help me. I need to get the AOL feedback to work, but I need more header information. VERP works great if it wasn't for one problem. We have a HUGE customer base, and this changes header information that the customer sees.

[Mailman-Users] Expiration on moderated requests

2007-01-26 Thread Rob Jackson
I am looking into a way to expire any moderated requests that are older than 2 weeks. Has this been discussed before? -Rob -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman