diff options
| author | Barry Warsaw | 2011-05-08 05:35:18 +0200 |
|---|---|---|
| committer | Barry Warsaw | 2011-05-08 05:35:18 +0200 |
| commit | cf35116509b12bf067893231ffaca3733dbf6f4e (patch) | |
| tree | 49ba1cbb65df489ed26632e697ff1556c2b0f3ce /src/mailman/app/bounces.py | |
| parent | 9dc1a0fbc0315840ef745fe736700c0376bb6976 (diff) | |
| download | mailman-cf35116509b12bf067893231ffaca3733dbf6f4e.tar.gz mailman-cf35116509b12bf067893231ffaca3733dbf6f4e.tar.zst mailman-cf35116509b12bf067893231ffaca3733dbf6f4e.zip | |
Diffstat (limited to 'src/mailman/app/bounces.py')
| -rw-r--r-- | src/mailman/app/bounces.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mailman/app/bounces.py b/src/mailman/app/bounces.py index a95ee954b..62f24d39b 100644 --- a/src/mailman/app/bounces.py +++ b/src/mailman/app/bounces.py @@ -206,11 +206,11 @@ def send_probe(member, msg): """ mlist = getUtility(IListManager).get(member.mailing_list) text = make('probe.txt', mlist, member.preferred_language.code, - listname=mlist.fqdn_listname, - address= member.address.email, - optionsurl=member.options_url, - owneraddr=mlist.owner_address, - ) + listname=mlist.fqdn_listname, + address= member.address.email, + optionsurl=member.options_url, + owneraddr=mlist.owner_address, + ) pendable = _ProbePendable( member_id=member.member_id, message_id=msg['message-id'], |
