[Mailman-Developers] It happened again!
Dan Mick
Dan Mick <dmick@utopia.West.Sun.COM>
Wed, 16 Jan 2002 13:20:59 -0800 (PST)
> Dammit, last night I upgraded to latest CVS, and all my nomails got
> reset again!
>
> Argh.
...and it's this line, right, here, right Barry?
# 2.1alpha3 -> 2.1alpha4. The DisableDelivery flag is now moved into
# get/setDeilveryStatus(). This must be done after the addresses are
# canonicalized.
l.delivery_status = {} <<<<<<<<<<
for k, v in l.user_options.items():
if l.getMemberOption(k, mm_cfg.DisableDelivery):
# Convert this flag into a legacy disable
l.setDeliveryStatus(k, UNKNOWN)
l.setMemberOption(k, mm_cfg.DisableDelivery, 0)