summaryrefslogtreecommitdiff
path: root/src/mailman/pipeline/file_recipients.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/pipeline/file_recipients.py')
-rw-r--r--src/mailman/pipeline/file_recipients.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/pipeline/file_recipients.py b/src/mailman/pipeline/file_recipients.py
index bd163a283..f4cf7a4c6 100644
--- a/src/mailman/pipeline/file_recipients.py
+++ b/src/mailman/pipeline/file_recipients.py
@@ -61,5 +61,5 @@ class FileRecipients:
# recipients.
member = mlist.members.get_member(msg.sender)
if member is not None:
- addrs.discard(member.address.address)
+ addrs.discard(member.address.email)
msgdata['recipients'] = addrs