~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: 2014-11-08 15:27:56 UTC
  • mfrom: (7255 3.0)
  • mto: This revision was merged to the branch mainline in revision 7260.
  • Revision ID: barry@list.org-20141108152756-p37fhmb0z2dtl7hx
Trunk merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
        # Set Reply-To: header to point back to this list.  Add this last
137
137
        # because some folks think that some MUAs make it easier to delete
138
138
        # addresses from the right than from the left.
139
 
        if mlist.reply_goes_to_list == ReplyToMunging.point_to_list:
 
139
        if mlist.reply_goes_to_list is ReplyToMunging.point_to_list:
140
140
            i18ndesc = uheader(mlist, mlist.description, 'Reply-To')
141
141
            add((str(i18ndesc), mlist.posting_address))
142
142
        del msg['reply-to']