diff options
| author | J08nY | 2017-08-07 19:39:11 +0200 |
|---|---|---|
| committer | J08nY | 2017-08-07 19:39:11 +0200 |
| commit | 52e9ef3b65b68e306f38d9d88d38334ce876b5e2 (patch) | |
| tree | 2a483741ee5f6f300c0959e0a6da54439157f82e /src/mailman_pgp/utils | |
| parent | f00624e069f56f452ba588429bb7e42070e7ee70 (diff) | |
| download | mailman-pgp-52e9ef3b65b68e306f38d9d88d38334ce876b5e2.tar.gz mailman-pgp-52e9ef3b65b68e306f38d9d88d38334ce876b5e2.tar.zst mailman-pgp-52e9ef3b65b68e306f38d9d88d38334ce876b5e2.zip | |
Diffstat (limited to 'src/mailman_pgp/utils')
| -rw-r--r-- | src/mailman_pgp/utils/moderation.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman_pgp/utils/moderation.py b/src/mailman_pgp/utils/moderation.py index 850f885..50cc95f 100644 --- a/src/mailman_pgp/utils/moderation.py +++ b/src/mailman_pgp/utils/moderation.py @@ -30,6 +30,6 @@ def record_action(msg, msgdata, action, sender, reason): :param reason: :return: """ - msgdata['moderation_action'] = action.name + msgdata['pgp_action'] = action.name msgdata['moderation_sender'] = sender msgdata.setdefault('moderation_reasons', []).append(reason) |
