summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBarry Warsaw2015-06-19 21:59:29 +0000
committerBarry Warsaw2015-06-19 21:59:29 +0000
commitfd29c455148ddfdabdbbf1bd8cd7b4d3927b3ddf (patch)
tree04e76d4b5664c1bf635c4472597e5a2604971501 /src
parente9921ece080fccac249bebfeee1348b450202975 (diff)
parenta5723a217401d0e5a24758683120923d6c62e878 (diff)
downloadmailman-fd29c455148ddfdabdbbf1bd8cd7b4d3927b3ddf.tar.gz
mailman-fd29c455148ddfdabdbbf1bd8cd7b4d3927b3ddf.tar.zst
mailman-fd29c455148ddfdabdbbf1bd8cd7b4d3927b3ddf.zip
Diffstat (limited to 'src')
-rw-r--r--src/mailman/handlers/member_recipients.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mailman/handlers/member_recipients.py b/src/mailman/handlers/member_recipients.py
index 60a64bb8d..22be30d7d 100644
--- a/src/mailman/handlers/member_recipients.py
+++ b/src/mailman/handlers/member_recipients.py
@@ -91,7 +91,8 @@ for delivery. The original message as received by Mailman is attached.
if not include_sender and member.address.email in recipients:
recipients.remove(member.address.email)
# Handle topic classifications
- do_topic_filters(mlist, msg, msgdata, recipients)
+ # XXX: Disabled for now until we fix it properly
+ #do_topic_filters(mlist, msg, msgdata, recipients)
# Bookkeeping
msgdata['recipients'] = recipients