diff options
Diffstat (limited to 'Mailman/Utils.py')
| -rw-r--r-- | Mailman/Utils.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Mailman/Utils.py b/Mailman/Utils.py index 31bf852bc..6acb2680f 100644 --- a/Mailman/Utils.py +++ b/Mailman/Utils.py @@ -157,8 +157,6 @@ def DeliverToUser(msg, recipient, add_headers=[]): pass if not msg.getheader('to'): msg.headers.append('To: %s\n' % recipient) - if not msg.getheader('date'): - msg.SetDate() for i in add_headers: if i and i[-1] != '\n': i = i + '\n' |
