class documentation

class DummySmartHostSMTPRelayingManager: (source)

View In Hierarchy

A fake smart host to use for testing.

Method __init__ Initialize the minimum necessary members of a smart host.
Instance Variable managed A mapping of a string identifying a managed relayer to filenames of messages the managed relayer is responsible for.
Instance Variable queue See __init__.
def __init__(self, queue): (source)

Initialize the minimum necessary members of a smart host.

Parameters
queue:DummyQueueA queue that can be used for testing purposes.
managed: dict of bytes -> list of list of bytes = (source)

A mapping of a string identifying a managed relayer to filenames of messages the managed relayer is responsible for.