summaryrefslogtreecommitdiff
path: root/Mailman/Handlers/ToDigest.py
diff options
context:
space:
mode:
authorbwarsaw2000-02-03 22:43:47 +0000
committerbwarsaw2000-02-03 22:43:47 +0000
commite843dde37e5ab808235152d8ee187a23ab18f0b7 (patch)
tree1ffaf405e54ba27acca7aa899cc7f5cf437018f8 /Mailman/Handlers/ToDigest.py
parent6f0c86fb439f76b073d0d5d3d13353f973934aca (diff)
downloadmailman-e843dde37e5ab808235152d8ee187a23ab18f0b7.tar.gz
mailman-e843dde37e5ab808235152d8ee187a23ab18f0b7.tar.zst
mailman-e843dde37e5ab808235152d8ee187a23ab18f0b7.zip
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()