[Mailman-Developers] plus addresses fail in find_members
Marty Galyean
marty at penguinarts.com
Mon Mar 17 17:02:40 EST 2003
Try putting a \\ before the +.
Like this:
chuqui\\+ at plaidworks.com
Looks like the plus may be getting interpreted as a regex op without
the double escape.
Marty
On Mon, 2003-03-17 at 16:40, Chuq Von Rospach wrote:
>
> Looks like mailman doesn't handle plussed addresses right:
>
> plaidworks.com 156# echo "chuqui+test at plaidworks.com" | add_members -r
> - testlist
> Subscribed: chuqui+test at plaidworks.com
>
>
> plaidworks.com 157# find_member chuqui
> chuqui+test at plaidworks.com found in:
> testlist
>
> plaidworks.com 158# find_member chuqui+test
>
> seems like there's no way to find a plussed address from the command
> line without doing a dump, locating it, then doing a find_member on
> some subset.
>
>
>
>
>
>
>
>
> --
> Chuq Von Rospach, Architech
> chuqui at plaidworks.com -- http://www.plaidworks.com/chuqui/blog/
>
>
> _______________________________________________
> Mailman-Developers mailing list
> Mailman-Developers at python.org
> http://mail.python.org/mailman/listinfo/mailman-developers
More information about the Mailman-Developers
mailing list