[Bug 872391] Re: KeyError: u'outgoing' in runner

Stephen A. Goss steveth45 at gmail.com
Mon Oct 24 20:09:15 CEST 2011


>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


More information about the Mailman-coders mailing list