--On Thursday, March 06, 2008 4:02 PM -0600 David Champion 
<[EMAIL PROTECTED]> wrote:

> Here is an update to mm-handler which might address this adequately.  I
> no longer use mm-handler myself (despite having written it), so I can't
> test this short of installing a new Mailman instance.  Can someone on
> the list test it?
>
>   http://home.uchicago.edu/~dgc/sw/mailman/mm-handler/mm-handler-2.10
>
> Since it's contrib and not supported, maybe it would be reasonable to
> put the update into the 2.1.10 release -- provided someone can declare
> that it works. :)  Otherwise feel free to post it on the wiki.

I made some tweaks and discovered it won't work with a list with a dash in 
the name, due to the regex used to extract the action suffix. Can someone 
more nimble with regex let me know how to adjust it?

<http://matureasskickers.net/MISC/mm-handler.experimental>

I also changed the "printf STDERR" to syslog to my maillog.

Here's the before/after regex:

<       if ($addr =~ /(.*)-(.*)\+.*$/) {
---
>       if ($addr =~ /(.*)-([^-]+)\+.*$/) {



_______________________________________________
Mailman-Developers mailing list
Mailman-Developers@python.org
http://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp

Reply via email to