diff options
| author | Barry Warsaw | 2012-03-31 04:51:42 -0600 |
|---|---|---|
| committer | Barry Warsaw | 2012-03-31 04:51:42 -0600 |
| commit | f11b1601c61c97a3fc2dd400fbc2913235efa83d (patch) | |
| tree | 5b3ef89bbc99cf17b7dabbc48026c1f585eead29 /src/mailman/handlers/cook_headers.py | |
| parent | 7f0c57ca63d13058934e3eb8423ea52075e984ae (diff) | |
| download | mailman-f11b1601c61c97a3fc2dd400fbc2913235efa83d.tar.gz mailman-f11b1601c61c97a3fc2dd400fbc2913235efa83d.tar.zst mailman-f11b1601c61c97a3fc2dd400fbc2913235efa83d.zip | |
Diffstat (limited to 'src/mailman/handlers/cook_headers.py')
| -rw-r--r-- | src/mailman/handlers/cook_headers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/handlers/cook_headers.py b/src/mailman/handlers/cook_headers.py index 2d117429c..5d1e416a6 100644 --- a/src/mailman/handlers/cook_headers.py +++ b/src/mailman/handlers/cook_headers.py @@ -190,7 +190,7 @@ def prefix_subject(mlist, msg, msgdata): ws = '\t' if len(lines) > 1 and lines[1] and lines[1][0] in ' \t': ws = lines[1][0] - msgdata['origsubj'] = subject + msgdata['original_subject'] = subject # The subject may be multilingual but we take the first charset as major # one and try to decode. If it is decodable, returned subject is in one # line and cset is properly set. If fail, subject is mime-encoded and |
