diff options
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.") |
