Alan Rubin wrote:
> if digest is None and password.lower() in ('digest', 'nodigest'):
> AttributeError: 'NoneType' object has no attribute 'lower'
In Python, this means mailman is trying to lowercase the password but
there is nothing to lowercase.