[Mailman-Users] Subscription flood

Mark Sapiro mark at msapiro.net
Thu May 15 06:39:07 CEST 2014


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


More information about the Mailman-Users mailing list