aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/chains/default.py
diff options
context:
space:
mode:
authorJ08nY2017-08-04 00:31:13 +0200
committerJ08nY2017-08-04 00:31:13 +0200
commit4e4f91d64e32ccd601cb86fbb2a30bf3db3acf24 (patch)
treef7314a0990159d0c0c7123620083d648fc828744 /src/mailman_pgp/chains/default.py
parentd615ae7d93356ba9dfda0348db6a011ad1d24bdc (diff)
downloadmailman-pgp-4e4f91d64e32ccd601cb86fbb2a30bf3db3acf24.tar.gz
mailman-pgp-4e4f91d64e32ccd601cb86fbb2a30bf3db3acf24.tar.zst
mailman-pgp-4e4f91d64e32ccd601cb86fbb2a30bf3db3acf24.zip
Only use the PGP delivery on messages that are a list posting.
Diffstat (limited to 'src/mailman_pgp/chains/default.py')
-rw-r--r--src/mailman_pgp/chains/default.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mailman_pgp/chains/default.py b/src/mailman_pgp/chains/default.py
index 314d8b8..7806a6e 100644
--- a/src/mailman_pgp/chains/default.py
+++ b/src/mailman_pgp/chains/default.py
@@ -35,6 +35,7 @@ class PGPChain:
_link_descriptions = (
('pgp-encryption', LinkAction.jump, 'moderation'),
('pgp-signature', LinkAction.jump, 'moderation'),
+ ('pgp-mark', LinkAction.defer, None),
('truth', LinkAction.jump, 'default-posting-chain')
)