diff options
| author | J08nY | 2017-07-17 22:02:08 +0200 |
|---|---|---|
| committer | J08nY | 2017-07-17 22:02:08 +0200 |
| commit | b44b55f4cc508c1576870f3ff4b03bf0dab5513e (patch) | |
| tree | b74813a3376c7d054b6fd76201b2ee667622dc27 /src/mailman_pgp/rules/encryption.py | |
| parent | 631fc4425cd5cd7220747defdc3f7658d94d8a36 (diff) | |
| download | mailman-pgp-b44b55f4cc508c1576870f3ff4b03bf0dab5513e.tar.gz mailman-pgp-b44b55f4cc508c1576870f3ff4b03bf0dab5513e.tar.zst mailman-pgp-b44b55f4cc508c1576870f3ff4b03bf0dab5513e.zip | |
Diffstat (limited to 'src/mailman_pgp/rules/encryption.py')
| -rw-r--r-- | src/mailman_pgp/rules/encryption.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman_pgp/rules/encryption.py b/src/mailman_pgp/rules/encryption.py index 8e4840d..1a14b97 100644 --- a/src/mailman_pgp/rules/encryption.py +++ b/src/mailman_pgp/rules/encryption.py @@ -28,7 +28,7 @@ from zope.interface import implementer class Encryption: """The encryption moderation rule.""" - name = 'encryption' + name = 'pgp-encryption' description = _( "A rule which jumps to the moderation chain, " "when the incoming runner instructs it to.") |
