summaryrefslogtreecommitdiff
path: root/src/mailman/handlers/cook_headers.py
diff options
context:
space:
mode:
authorMark Sapiro2016-12-16 15:16:53 -0800
committerMark Sapiro2016-12-16 15:16:53 -0800
commit8fc102429d724931c1d7a324271f9c33cdea5f45 (patch)
tree0b5e7de7879fe63e9de2a327c859a96658b2a711 /src/mailman/handlers/cook_headers.py
parent61cfea7f33b6c8bc339c7d703feeeafa48dd28e3 (diff)
downloadmailman-8fc102429d724931c1d7a324271f9c33cdea5f45.tar.gz
mailman-8fc102429d724931c1d7a324271f9c33cdea5f45.tar.zst
mailman-8fc102429d724931c1d7a324271f9c33cdea5f45.zip
Diffstat (limited to 'src/mailman/handlers/cook_headers.py')
-rw-r--r--src/mailman/handlers/cook_headers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/handlers/cook_headers.py b/src/mailman/handlers/cook_headers.py
index 672738bf9..413304ea2 100644
--- a/src/mailman/handlers/cook_headers.py
+++ b/src/mailman/handlers/cook_headers.py
@@ -114,7 +114,7 @@ def process(mlist, msg, msgdata):
d[lcaddr] = pair
new.append(pair)
# List admin wants an explicit Reply-To: added
- if mlist.reply_goes_to_list == ReplyToMunging.explicit_header:
+ if mlist.reply_goes_to_list is ReplyToMunging.explicit_header:
add(parseaddr(mlist.reply_to_address))
# If we're not first stripping existing Reply-To: then we need to add
# the original Reply-To:'s to the list we're building up. In both