diff options
| author | Barry Warsaw | 2012-03-15 15:48:41 -0700 |
|---|---|---|
| committer | Barry Warsaw | 2012-03-15 15:48:41 -0700 |
| commit | ac0f1c3916e797f3a2261e9a2631e496fb90a8f1 (patch) | |
| tree | 441a8e2b32de59f466a837f072120c36c92f60d4 /src/mailman/mta/personalized.py | |
| parent | 0589c867988dc70cbe83a53bc9d1e2bbf3108b82 (diff) | |
| download | mailman-ac0f1c3916e797f3a2261e9a2631e496fb90a8f1.tar.gz mailman-ac0f1c3916e797f3a2261e9a2631e496fb90a8f1.tar.zst mailman-ac0f1c3916e797f3a2261e9a2631e496fb90a8f1.zip | |
Diffstat (limited to 'src/mailman/mta/personalized.py')
| -rw-r--r-- | src/mailman/mta/personalized.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/mta/personalized.py b/src/mailman/mta/personalized.py index a0b0d4b76..cebc73cae 100644 --- a/src/mailman/mta/personalized.py +++ b/src/mailman/mta/personalized.py @@ -63,7 +63,7 @@ class PersonalizedMixin: # Convert the unicode name to an email-safe representation. # Create a Header instance for the name so that it's properly # encoded for email transport. - name = Header(user.real_name).encode() + name = Header(user.display_name).encode() msg.replace_header('To', formataddr((name, recipient))) |
