[Mailman-Users] Subscription flood

Bill Christensen billc_lists at greenbuilder.com
Thu May 15 07:20:50 CEST 2014


That did the trick.

Thanks again.


On Wed, May 14, 2014 at 11:39 PM, Mark Sapiro <mark at msapiro.net> wrote:

> On 05/14/2014 07:58 PM, Bill Christensen wrote:
> > Here you go:
> >
> > admin(38814): [----- Traceback ------]
> > admin(38814): Traceback (most recent call last):
> > admin(38814):   File "/opt/local/share/mailman/
> > scripts/driver", line 112, in run_main
> > admin(38814):     main()
> > admin(38814):   File "/opt/local/share/mailman/Mailman/Cgi/subscribe.py",
> > line 63, in main
> > admin(38814):     syslog('vette', 'subscribe: Forbidden list "%s": %s\n',
> > listname, e)
> > admin(38814): UnboundLocalError: local variable 'e' referenced before
> > assignment
> > admin(38814): [----- Python Information -----]
> >
>
>
> My apologies again. The line
>
>         syslog('vette', 'subscribe: Forbidden list "%s": %s\n', listname,
> e)
>
> should be
>
>         syslog('vette', 'subscribe: Forbidden list "%s"', listname)
>
> Again, I apologize for posting an untested "so simple, how can it be
> wrong" patch. sorry for the confusion.
>
> --
> Mark Sapiro <mark at msapiro.net>        The highway is for gamblers,
> San Francisco Bay Area, California    better use your sense - B. Dylan
> ------------------------------------------------------
> Mailman-Users mailing list Mailman-Users at python.org
> https://mail.python.org/mailman/listinfo/mailman-users
> Mailman FAQ: http://wiki.list.org/x/AgA3
> Security Policy: http://wiki.list.org/x/QIA9
> Searchable Archives:
> http://www.mail-archive.com/mailman-users%40python.org/
> Unsubscribe:
> https://mail.python.org/mailman/options/mailman-users/billc_lists%40greenbuilder.com
>


More information about the Mailman-Users mailing list