twisted.mail.tap.AliasUpdater class documentationtwisted.mail.tap
          View Source
          (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: dict mapping bytes to IDomain provider) | 
| domain | The domain to update. (type: IAliasableDomain provider) |