[Mailman-Users] Override recipient filters for specific sender

2022-11-16 Thread karlgsiewert
One of our list members sends announcements from their organization to the list on a regular basis. This is not a problem for us. However, because of the way they are structured, they get held for approval with either the "Message has implicit destination" or "Too many recipients to the message"

Re: [Mailman-Users] override list owner ability to approve messagesover the max_message_size?

2007-10-18 Thread Mark Sapiro
Christopher Adams wrote: >Is there a way to for a system override of the ability of list owners >to approve messages that are larger than what they have set in >max_message_size? This would require changing the code in Mailman/Handlers/Hold.py. If you want to do that, you'd find the code section

[Mailman-Users] override list owner ability to approve messages over the max_message_size?

2007-10-18 Thread Christopher Adams
Is there a way to for a system override of the ability of list owners to approve messages that are larger than what they have set in max_message_size? We have a limit at the MTA level, as we need to accomodate non-Mailman mail on the same server. List owners are sending large attachments, then jus

Re: [Mailman-Users] override

2002-05-01 Thread Richard Barrett
At 09:38 01/05/2002 -0500, Josh Hendricks wrote: >How do you override so that you can take an individual off of a mailing >list without them having to do it? >It is easy to subscribe but unsubscribing is a lot more difficult. Clicking on the subscr checkbox next to their e-mail address and then

[Mailman-Users] override

2002-05-01 Thread Josh Hendricks
How do you override so that you can take an individual off of a mailing list without them having to do it? It is easy to subscribe but unsubscribing is a lot more difficult.

[Mailman-Users] override or change IGNORECASE in bounce_matching_headers ?

2002-04-22 Thread Joern Nettingsmeier
hello ! is there any way to override the IGNORECASE flag in bounce_matching_headers ? i read about the (?i) statement, but it only says "set flags" in the docs, nothing about toggling or unsetting. i'm looking for a solution that will work with python 1.5 (yeah, i know, but it's not my box). thi

[Mailman-Users] Override From: header ?

2002-04-11 Thread Marcel Hicking
Hi folks How do I override the From: header of postings? For a announcemnet-only list I want the postings to apear to come from the list. Any hints? TIA, Marcel -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/

RE: [Mailman-Users] Override From header?

2002-04-11 Thread Marcel Hicking
Ah, yes, interetsing idea, I'll check this! Thx, Marcel --On Donnerstag, 11. April 2002 15:49 +0100 [EMAIL PROTECTED] wrote: > can't you do this with your mta? i have exim and in the smtp transport > section i just have a few remove-header lines. and a few add-header lines > too, for the peop

RE: [Mailman-Users] Override From header?

2002-04-11 Thread mark . l . johnson
can't you do this with your mta? i have exim and in the smtp transport section i just have a few remove-header lines. and a few add-header lines too, for the people how are too nosey for their own good! > One more question on this topic: > Any chance to remove other headers > like X-Mailer, Recei

Re: [Mailman-Users] Override From header?

2002-04-11 Thread Marcel Hicking
One more question on this topic: Any chance to remove other headers like X-Mailer, Received etc. as well? Maybe something like a "header kill filter" in a "before send to list" handler ? TIA, Marcel --On Donnerstag, 11. April 2002 14:19 +0200 JvdW <[EMAIL PROTECTED]> wrote: > Go to "Privacy Op

Re: [Mailman-Users] Override From header?

2002-04-11 Thread Marcel Hicking
Thx! It's on the spam filter page in 2.1b1. Not quite where I expected it ;-) Marcel --On Donnerstag, 11. April 2002 14:19 +0200 JvdW <[EMAIL PROTECTED]> wrote: > Go to "Privacy Options" Right at the bottom set the"Hide the sender of a > message" option to yes. > > l8r > JvdW > > On Thursday 11

Re: [Mailman-Users] Override From header?

2002-04-11 Thread JvdW
Go to "Privacy Options" Right at the bottom set the"Hide the sender of a message" option to yes. l8r JvdW On Thursday 11 April 2002 14:08, Marcel Hicking wrote: > Is it possible to override the From: header of postings? > For an announcement-only list I'd like to have the message > to apear to

[Mailman-Users] Override From header?

2002-04-11 Thread Marcel Hicking
Is it possible to override the From: header of postings? For an announcement-only list I'd like to have the message to apear to come from the list itself or from a default adress. Any hints? TIA, Marcel -- Mailman-Users mailing list [EMAIL PR