twisted.mail.tap.AliasUpdater class documentationtwisted.mail.tap
(View In Hierarchy)
A callable object which updates the aliases for a domain from an aliases(5) file.
| Instance Variable | domains | See __init__. | 
| Instance Variable | domain | See __init__. | 
| Method | __init__ | |
| Method | __call__ | Update the aliases for a domain from an aliases(5) file. | 
| Parameters | domains | A mapping of domain name to domain object (type: dictmappingbytestoIDomainprovider) | 
| domain | The domain to update. (type: IAliasableDomainprovider) | 
Update the aliases for a domain from an aliases(5) file.
| Parameters | new | The name of an aliases(5) file. (type: bytes) |