diff options
| author | Barry Warsaw | 2009-02-09 22:19:18 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2009-02-09 22:19:18 -0500 |
| commit | 98c52ea14883f0261fd7a2f2fe8db42d96331ddb (patch) | |
| tree | a0c5817f4c226ed14b3fe510314e825980b6cb4e /src/mailman/commands/cmd_help.py | |
| parent | 84a81e4a90349f7116863d2f45cda1ee31b5b3b5 (diff) | |
| download | mailman-98c52ea14883f0261fd7a2f2fe8db42d96331ddb.tar.gz mailman-98c52ea14883f0261fd7a2f2fe8db42d96331ddb.tar.zst mailman-98c52ea14883f0261fd7a2f2fe8db42d96331ddb.zip | |
Diffstat (limited to 'src/mailman/commands/cmd_help.py')
| -rw-r--r-- | src/mailman/commands/cmd_help.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/commands/cmd_help.py b/src/mailman/commands/cmd_help.py index eeee33ca7..30c8dc4d6 100644 --- a/src/mailman/commands/cmd_help.py +++ b/src/mailman/commands/cmd_help.py @@ -42,7 +42,7 @@ def process(res, args): # Since this message is personalized, add some useful information if the # address requesting help is a member of the list. msg = res.msg - for sender in msg.get_senders(): + for sender in msg.senders: if mlist.isMember(sender): memberurl = mlist.GetOptionsURL(sender, absolute=1) urlhelp = _( |
