From dbb39e5e1ed6d27bf18900d5ce8149b3e28d4de5 Mon Sep 17 00:00:00 2001 From: J08nY Date: Thu, 20 Jul 2017 19:33:22 +0200 Subject: plugin: Add mta package info. --- plugin.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugin.md b/plugin.md index a6eecac..5615ecc 100644 --- a/plugin.md +++ b/plugin.md @@ -43,6 +43,11 @@ - `PGPAddress` - Stores plugin specific metadata of an address. Stores the address key fingerprint and whether it was confirmed. The address public key is stored in a configurable key directory and looked up by the key fingerprint. Is created during the first subscription of a given address to a PGP enabled mailing list in the respective `SubscriptionWorkflow`. - `PGPSigHash` - Stores a pair, signature digest and key fingerprint from the signature. Used to stop replay attacks. Every successful posting to a PGP enabled mailing list is checked for signatures and their hashes are entered into this db. + - `mta` + - `PGPBulkDelivery` - A PGP enabled bulk delivery, throws user keyids to preserve anonymity. + - `PGPIndividualDelivery` - A PGP enabled individual delivery. + - `deliver` - The custom `outgoing` callable which chooses the appropriate PGP delivery classes for a PGP enabled mailing list. + - `rest` - Module that exposes plugin-specific REST api, which will be used by the `django-pgpmailman` app. With the `/plugins/pgp/` root. - `/lists/` - For setting per-list configuration options: bounce/discard non-signed, bounce/discard non-encrypted. - `/lists//key` - For getting the list-key. -- cgit v1.2.3-70-g09d2