From mailman.cfg:
[runner.out] class: mailman.runners.outgoing.OutgoingRunner
From switchboard.py:
@staticmethod def initialize(): """Initialize the global switchboards for input/output.""" for conf in config.runner_configs: name = conf.name.split('.')[-1] ... config.switchboards[name] = Switchboard(name, path) It looks like the name of the runner should be config.switchboards['out'], not ['outgoing'] -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/872391 Title: KeyError: u'outgoing' in runner To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/872391/+subscriptions