aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/rules/encryption.py
diff options
context:
space:
mode:
authorJ08nY2017-06-27 15:50:33 +0200
committerJ08nY2017-06-27 15:50:33 +0200
commita2f2b42cc5ba705463830d32a06ecd0b368d4c39 (patch)
treef546587c077589e74dfb3f42dd094b02a6dea568 /src/mailman_pgp/rules/encryption.py
parente2653d12da7c9fb15f9431419eff0ea1819ebb53 (diff)
downloadmailman-pgp-a2f2b42cc5ba705463830d32a06ecd0b368d4c39.tar.gz
mailman-pgp-a2f2b42cc5ba705463830d32a06ecd0b368d4c39.tar.zst
mailman-pgp-a2f2b42cc5ba705463830d32a06ecd0b368d4c39.zip
Diffstat (limited to 'src/mailman_pgp/rules/encryption.py')
-rw-r--r--src/mailman_pgp/rules/encryption.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman_pgp/rules/encryption.py b/src/mailman_pgp/rules/encryption.py
index cabd62c..8e4840d 100644
--- a/src/mailman_pgp/rules/encryption.py
+++ b/src/mailman_pgp/rules/encryption.py
@@ -30,8 +30,8 @@ class Encryption:
name = 'encryption'
description = _(
- """A rule which jumps to the moderation chain,
- when the incoming runner instructs it to.""")
+ "A rule which jumps to the moderation chain, "
+ "when the incoming runner instructs it to.")
record = True
def check(self, mlist, msg, msgdata):