~sambuddhabasu1/mailman/fix_mailman_run_error

« back to all changes in this revision

Viewing changes to src/mailman/handlers/cook_headers.py

  • Committer: Barry Warsaw
  • Date: 2012-04-01 18:53:38 UTC
  • mfrom: (7139.1.4 bug-967409)
  • Revision ID: barry@list.org-20120401185338-5qujo0c3kc9a8wtr
 * The `news` runner and queue has been renamed to the more accurate `nntp`.
   The runner has also been ported to Mailman 3 (LP: #967409).  Beta testers
   can can safely remove `$var_dir/queue/news`.

 * Configuration schema variable changes:
   [nntp]username -> [nntp]user
   [nntp]port (added)

Show diffs side-by-side

added added

removed removed

Lines of Context:
190
190
    ws = '\t'
191
191
    if len(lines) > 1 and lines[1] and lines[1][0] in ' \t':
192
192
        ws = lines[1][0]
193
 
    msgdata['origsubj'] = subject
 
193
    msgdata['original_subject'] = subject
194
194
    # The subject may be multilingual but we take the first charset as major
195
195
    # one and try to decode.  If it is decodable, returned subject is in one
196
196
    # line and cset is properly set.  If fail, subject is mime-encoded and