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
:[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
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
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
-
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
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
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.
>
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
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
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
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
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-
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
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
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
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
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
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
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
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
: 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.
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
: 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
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
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
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
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
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
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-
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
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
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
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
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.
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
35 matches
Mail list logo