[Mailman-Users] Error when sending from an unsubscribed address

2007-07-10 Thread Simon Helson
I'm trying to send email to a mailman list from an address that isn't subscribed to the list, The expected behaviour (or the configured at least) would be for this message to be held for moderation, however it's not, and I'm getting the following error. Versions: Python 2.5.1, Mailman is 2.1.9.

Re: [Mailman-Users] Mailman roadmap

2007-07-10 Thread Brad Knowles
On 7/9/07, Michael Kabot wrote: I'd like to add a +1 for multiple domain support as well. Barry's answered this one. All desires aside, the only real solutions we've found for this problem require some pretty massive architectural changes, at which point we're right back where we started

Re: [Mailman-Users] Error when sending from an unsubscribed address

2007-07-10 Thread Brad Knowles
On 7/10/07, Simon Helson wrote: I'm trying to send email to a mailman list from an address that isn't subscribed to the list, The expected behaviour (or the configured at least) would be for this message to be held for moderation, however it's not, and I'm getting the following error.

Re: [Mailman-Users] Error when sending from an unsubscribed address

2007-07-10 Thread Todd Zullinger
Brad Knowles wrote: On 7/10/07, Simon Helson wrote: I'm trying to send email to a mailman list from an address that isn't subscribed to the list, The expected behaviour (or the configured at least) would be for this message to be held for moderation, however it's not, and I'm getting

Re: [Mailman-Users] Mailman roadmap

2007-07-10 Thread Michael Kabot
Brad, Thanks. I didn't expect it to move from its current 3.0 slot, just adding a +1 for its importance. I have multiple domains working by doing some preprocessing before Mailman. I tried the various patches and none worked well. My method makes sure I can use the most current Mailman

[Mailman-Users] a bug found in 2.1.9

2007-07-10 Thread Scott Berry
Hello there list, I am a new person using mailman and it looks like a bug is prevalent in 2.1.9. Here is what I got off the web page: Bug in Mailman version 2.1.9 Bug in Mailman version 2.1.9 We're sorry, we hit a bug! Please inform the webmaster for this site of this problem. Printing

Re: [Mailman-Users] a bug found in 2.1.9

2007-07-10 Thread Ralf Hildebrandt
* Scott Berry [EMAIL PROTECTED]: Hello there list, I am a new person using mailman and it looks like a bug is prevalent in 2.1.9. Here is what I got off the web page: Bug in Mailman version 2.1.9 Bug in Mailman version 2.1.9 We're sorry, we hit a bug! Please inform the

Re: [Mailman-Users] a bug found in 2.1.9

2007-07-10 Thread Mark Sapiro
Scott Berry wrote: Please inform the webmaster for this site of this problem. Printing of traceback and other system information has been explicitly inhibited, but the webmaster can find this information in the Mailman error logs. I am using Fedora and could not find any erros. Try

[Mailman-Users] Remove Text

2007-07-10 Thread Jason L
I need to remove text from emails sent to the lists. Is there a way to do this with Mailman. I'm trying to remove text like this. But I have others I am trying to remove. THIS IS A WARNING THAT SEVERE THUNDERSTORMS WITH TORNADOES ARE IMMINENT OR OCCURRING IN THESE REGIONS. MONITOR WEATHER

Re: [Mailman-Users] Error when sending from an unsubscribed address

2007-07-10 Thread Mark Sapiro
Simon Helson wrote: I'm trying to send email to a mailman list from an address that isn't subscribed to the list, The expected behaviour (or the configured at least) would be for this message to be held for moderation, however it's not, and I'm getting the following error. Versions: Python 2.5.1,

Re: [Mailman-Users] Error when sending from an unsubscribed address

2007-07-10 Thread Mark Sapiro
Simon Helson wrote: hold_for_approval(mlist, msg, msgdata, ImplicitDestination) Note that in this specific case, we are attempting to hold the message for implicit destination. Unless the pipeline has been rearranged, a post from a non-member should have been held in the Moderate handler

Re: [Mailman-Users] Remove Text

2007-07-10 Thread Mark Sapiro
Jason L wrote: I need to remove text from emails sent to the lists. Is there a way to do this with Mailman. Only by creating/modifying code. I'm trying to remove text like this. But I have others I am trying to remove. THIS IS A WARNING THAT SEVERE THUNDERSTORMS WITH TORNADOES ARE

Re: [Mailman-Users] Mailman roadmap

2007-07-10 Thread Stephen J. Turnbull
Michael Kabot writes: I would love to help, but afraid my Python experience is non existent. If you have coded in any language, well, Python is very readable. Try reading the Mailman code, starting with the email module. If you like, then help with the code. If it leaves you cold,