diff options
| author | bwarsaw | 2002-11-19 01:06:07 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-11-19 01:06:07 +0000 |
| commit | b75ecf55c8aff5ac75df4d0b47b4e25de201ff35 (patch) | |
| tree | 8738788f3a491e9862a8e48f1c8302d6e582dc30 | |
| parent | 9ae760dc43922422cbb9963c9a1647a98461dbcf (diff) | |
| download | mailman-b75ecf55c8aff5ac75df4d0b47b4e25de201ff35.tar.gz mailman-b75ecf55c8aff5ac75df4d0b47b4e25de201ff35.tar.zst mailman-b75ecf55c8aff5ac75df4d0b47b4e25de201ff35.zip | |
| -rw-r--r-- | Mailman/Handlers/Hold.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Handlers/Hold.py b/Mailman/Handlers/Hold.py index 102e89510..b81c55306 100644 --- a/Mailman/Handlers/Hold.py +++ b/Mailman/Handlers/Hold.py @@ -203,7 +203,7 @@ def hold_for_approval(mlist, msg, msgdata, exc): # We need to send both the reason and the rejection notice through the # translator again, because of the games we play above reason = Utils.wrap(exc.reason_notice()) - msgdata['rejection-notice'] = Utils.wrap(exc.rejection_notice(mlist)) + msgdata['rejection_notice'] = Utils.wrap(exc.rejection_notice(mlist)) id = mlist.HoldMessage(msg, reason, msgdata) # Now we need to craft and send a message to the list admin so they can # deal with the held message. |
