diff options
| author | Barry Warsaw | 2009-10-19 07:56:20 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2009-10-19 07:56:20 -0400 |
| commit | 8b2b3712c3b9df2e7cc63e63799d830b12e12e00 (patch) | |
| tree | 85d1d06f728c383b21a8f8ab5f2c4db19240a2ac /src/mailman/interfaces/mta.py | |
| parent | 1bd649921b181c1f61083a04df0a9224d7164d0d (diff) | |
| download | mailman-8b2b3712c3b9df2e7cc63e63799d830b12e12e00.tar.gz mailman-8b2b3712c3b9df2e7cc63e63799d830b12e12e00.tar.zst mailman-8b2b3712c3b9df2e7cc63e63799d830b12e12e00.zip | |
Diffstat (limited to 'src/mailman/interfaces/mta.py')
| -rw-r--r-- | src/mailman/interfaces/mta.py | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/mailman/interfaces/mta.py b/src/mailman/interfaces/mta.py index 3dd1793e5..f8dcb64b3 100644 --- a/src/mailman/interfaces/mta.py +++ b/src/mailman/interfaces/mta.py @@ -53,7 +53,13 @@ class IMailTransportAgentDelivery(Interface): Ordinarily the mailing list is consulted for delivery specifics, however the message metadata dictionary can contain additional directions to control delivery. Specifics are left to the - implementation. + implementation, but there are a few common keys: + + * envelope_sender - the email address of the RFC 2821 envelope sender; + * decorated - a flag indicating whether the message has been decorated + with headers and footers yet; + * recipients - the set of all recipients who should receive this + message, as a set of email addresses; :param mlist: The mailing list being delivered to. :type mlist: `IMailingList` |
