diff options
| -rw-r--r-- | plugin.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,7 +30,7 @@ - `initialize()` - A callable to be setup in a Mailman hook, to setup everything necessary for pgpmailman to run. Such as adding the `listname-key`@ subaddress, creating keyrings if not found, subscribing to events if necessary. - - `tearDown()` - A callable to be setup in a Mailman exit hook. + - `tear_down()` - A callable to be setup in a Mailman exit hook. * `django-pgpmailman` - A Django app that extends Postorius and HyperKitty, also with an associated example_project that combines Postorius, HyperKitty while extending their templates and views seamlessly. - `api` @@ -59,4 +59,4 @@ As any of Mailman's Django apps, will be packaged with an example_project with d ## Documentation -In order for site admins and users to use encrypted mailing lists responsibly, quite some amount of documentation is required, since misusing encrypted lists will make them uneffective.
\ No newline at end of file +In order for site admins and users to use encrypted mailing lists responsibly, quite some amount of documentation is required, since misusing encrypted lists will make them uneffective. |
