diff options
Diffstat (limited to 'src/mailman/commands/join.py')
| -rw-r--r-- | src/mailman/commands/join.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/commands/join.py b/src/mailman/commands/join.py index c14f3142b..81a018cff 100644 --- a/src/mailman/commands/join.py +++ b/src/mailman/commands/join.py @@ -61,7 +61,7 @@ example: real_name, address = parseaddr(msg['from']) # Address could be None or the empty string. if not address: - address = msg.get_sender() + address = msg.sender if not address: print >> results, _( '$self.name: No valid address found to subscribe') |
