diff options
| author | J08nY | 2017-06-27 15:50:33 +0200 |
|---|---|---|
| committer | J08nY | 2017-06-27 15:50:33 +0200 |
| commit | a2f2b42cc5ba705463830d32a06ecd0b368d4c39 (patch) | |
| tree | f546587c077589e74dfb3f42dd094b02a6dea568 /src/mailman_pgp/rules/encryption.py | |
| parent | e2653d12da7c9fb15f9431419eff0ea1819ebb53 (diff) | |
| download | mailman-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.py | 4 |
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): |
