diff options
| author | Barry Warsaw | 2008-12-28 19:14:04 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2008-12-28 19:14:04 -0500 |
| commit | 7713f04267b9f9245b371c54857ca402a81a3c77 (patch) | |
| tree | efb41850451306e453e28274fb225593bbdd6395 /mailman/Message.py | |
| parent | 37a69a1b28e0dfbf8357e12798193969accf98ff (diff) | |
| download | mailman-7713f04267b9f9245b371c54857ca402a81a3c77.tar.gz mailman-7713f04267b9f9245b371c54857ca402a81a3c77.tar.zst mailman-7713f04267b9f9245b371c54857ca402a81a3c77.zip | |
Diffstat (limited to 'mailman/Message.py')
| -rw-r--r-- | mailman/Message.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mailman/Message.py b/mailman/Message.py index 07d7f15bb..fc890fb51 100644 --- a/mailman/Message.py +++ b/mailman/Message.py @@ -287,7 +287,7 @@ class OwnerNotification(UserNotification): else: roster = mlist.owners recips = [address.address for address in roster.addresses] - sender = config.SITE_OWNER_ADDRESS + sender = config.mailman.site_owner lang = mlist.preferred_language UserNotification.__init__(self, recips, sender, subject, text, lang) # Hack the To header to look like it's going to the -owner address |
