class documentation
class FileAlias(AliasBase): (source)
Constructor: FileAlias(filename, *args)
Implements interfaces: twisted.mail.interfaces.IAlias
An alias which translates an address to a file.
| Method | __init__ |
No summary |
| Method | __str__ |
Build a string representation of this FileAlias instance. |
| Method | create |
Create a message receiver which delivers a message to the file. |
| Instance Variable | filename |
See __init__. |
Inherited from AliasBase:
| Method | domain |
Return the domain associated with original address. |
| Method | resolve |
Map this alias to its ultimate destination. |
| Instance Variable | domains |
See __init__. |
| Instance Variable | original |
The original address being aliased. |
Create a message receiver which delivers a message to the file.
| Returns | |
FileWrapper | A message receiver which writes a message to the file. |