diff options
| author | Barry Warsaw | 2016-11-25 11:28:36 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2016-11-25 11:36:35 -0500 |
| commit | 7142a0ea33e800744036219998f36c2adf2f84e0 (patch) | |
| tree | 7cef21b314bcec03edc26ed7c5ccf9d472a05105 /src/mailman/chains/hold.py | |
| parent | cecb66d21dbe523ae516e1c30038084190f284b1 (diff) | |
| download | mailman-7142a0ea33e800744036219998f36c2adf2f84e0.tar.gz mailman-7142a0ea33e800744036219998f36c2adf2f84e0.tar.zst mailman-7142a0ea33e800744036219998f36c2adf2f84e0.zip | |
Diffstat (limited to 'src/mailman/chains/hold.py')
| -rw-r--r-- | src/mailman/chains/hold.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/chains/hold.py b/src/mailman/chains/hold.py index 075191704..42fed66a6 100644 --- a/src/mailman/chains/hold.py +++ b/src/mailman/chains/hold.py @@ -142,7 +142,7 @@ class HoldChain(TerminalChainBase): rule_misses = msgdata.get('rule_misses') if rule_misses: msg['X-Mailman-Rule-Misses'] = SEMISPACE.join(rule_misses) - reasons = msgdata.get('moderation_reasons', ['N/A']) + reasons = msgdata.get('moderation_reasons', ['n/a']) # Hold the message by adding it to the list's request database. request_id = hold_message(mlist, msg, msgdata, SEMISPACE.join(reasons)) # Calculate a confirmation token to send to the author of the |
