summaryrefslogtreecommitdiff
path: root/src/mailman_pgp/rules/encryption.py
diff options
context:
space:
mode:
authorJ08nY2017-07-18 00:02:15 +0200
committerJ08nY2017-07-18 00:04:22 +0200
commit33e8fe52ea3dea2afe57af996df3d67dced344f4 (patch)
tree5e22fe02ffdf748dc3c33886675ba26e71d01f48 /src/mailman_pgp/rules/encryption.py
parentb44b55f4cc508c1576870f3ff4b03bf0dab5513e (diff)
downloadmailman-pgp-33e8fe52ea3dea2afe57af996df3d67dced344f4.tar.gz
mailman-pgp-33e8fe52ea3dea2afe57af996df3d67dced344f4.tar.zst
mailman-pgp-33e8fe52ea3dea2afe57af996df3d67dced344f4.zip
Diffstat (limited to 'src/mailman_pgp/rules/encryption.py')
-rw-r--r--src/mailman_pgp/rules/encryption.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman_pgp/rules/encryption.py b/src/mailman_pgp/rules/encryption.py
index 1a14b97..de3b51f 100644
--- a/src/mailman_pgp/rules/encryption.py
+++ b/src/mailman_pgp/rules/encryption.py
@@ -32,7 +32,7 @@ class Encryption:
description = _(
"A rule which jumps to the moderation chain, "
"when the incoming runner instructs it to.")
- record = True
+ record = False
def check(self, mlist, msg, msgdata):
"""See `IRule`."""