On Mon, Feb 25, 2002 at 02:25:14PM -0800, Dan Mick wrote:
> 
> >   File "/var/local/mailman/Mailman/Queue/BounceRunner.py", line 112, in 
> __verpbounce
> >     if bmailbox <> mo.group('bounces'):
> > IndexError: no such group
> 
> Are you sure Defaults.py is up-to-date?  Specifically,
> VERP_FORMAT and VERP_REGEXP?

root@gandalf:/var/local/mailman/Mailman# grep VERP_ mm_cfg.py
VERP_FORMAT = '%(bounces)s+%(mailbox)s=%(host)s'
VERP_REGEXP = r'^[^+]+?\+(?P<mailbox>[^=]+)=(?P<host>[^@]+)@.*$'
VERP_PASSWORD_REMINDERS = 1
VERP_PERSONALIZED_DELIVERIES = 1
VERP_DELIVERY_INTERVAL = 1

I left the defaults

Marc
-- 
Microsoft is to operating systems & security ....
                                      .... what McDonalds is to gourmet cooking
  
Home page: http://marc.merlins.org/   |   Finger [EMAIL PROTECTED] for PGP key

_______________________________________________
Mailman-Developers mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-developers

Reply via email to