[Mailman-Users] Preline fatal failure - broken pipe

Russell Mann tech at khouse.org
Wed Dec 15 20:32:34 CET 2004


> I would think the Qmail.py in the bug tracker would be better 
> than qmail-to-mailman.py, but I'd think qmail-to-mailman.py 
> could be adapted to include VERP as well.  We moved on from 
> qmail a few years ago, but I'd suggest trying:  (meaning, I 
> have no way to test this :-)  (and assuming the default 
> VERP_FORMAT, and that you have no lists with '-bounces' in 
> their names)
> 
> --- qmail-to-mailman-2.1.5.py   2003-02-08 16:13:51.000000000 +0900
> +++ qmail-to-mailman.py 2004-12-15 13:36:09.013829456 +0900
> @@ -76,7 +76,7 @@
> 
>       type = "post"
>       types = (("-admin$", "bounces"),
> -             ("-bounces$", "bounces"),
> +             ("-bounces(\+[^=]+=.+)?$", "bounces"),
>                ("-join$", "join"),
>                ("-leave$", "leave"),
>                ("-owner$", "owner"),
> 
> You may also want to update your qmail-to-mailman.py to 
> include the -subscribe and -unsubscribe suffixes.

I'll try the path of least resistance first.  How do I include -subscribe
and -unsubscribe suffixes?

Thanks,

Russell





More information about the Mailman-Users mailing list