summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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