summaryrefslogtreecommitdiff
path: root/Mailman/Handlers/ToDigest.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/Handlers/ToDigest.py')
-rw-r--r--Mailman/Handlers/ToDigest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Handlers/ToDigest.py b/Mailman/Handlers/ToDigest.py
index dfe9930eb..9ae2d7045 100644
--- a/Mailman/Handlers/ToDigest.py
+++ b/Mailman/Handlers/ToDigest.py
@@ -199,7 +199,7 @@ class Digest:
def ComposeBaseHeaders(self, msg):
"""Populate the message with the presentation-independent headers."""
mlist = self.__mlist
- msg['From'] = mlist.GetAdminEmail()
+ msg['From'] = mlist.GetRequestEmail()
msg['Subject'] = ('%s digest, %s - %s' %
(mlist.real_name, self.__volume, self.__numinfo))
msg['Reply-to'] = mlist.GetListEmail()