diff options
| author | J08nY | 2017-07-18 00:02:15 +0200 |
|---|---|---|
| committer | J08nY | 2017-07-18 00:04:22 +0200 |
| commit | 33e8fe52ea3dea2afe57af996df3d67dced344f4 (patch) | |
| tree | 5e22fe02ffdf748dc3c33886675ba26e71d01f48 /src/mailman_pgp/rules/encryption.py | |
| parent | b44b55f4cc508c1576870f3ff4b03bf0dab5513e (diff) | |
| download | mailman-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.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 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`.""" |
