Ticket #3066 (closed enhancement: fixed)

Opened 6 months ago

Last modified 5 months ago

Patch for smtp servers that require the Date in the header

Reported by: anonymous Assigned to: ixokai
Priority: normal Component: AnnouncerPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.10

Description

My server was rejecting the email due to the header was missing the date.

In email_distributor.py

following def _do_send(...) - currently line 218 added line:

    from email.Utils import formatdate

following rootMessage['Auto-Submitted'] = 'auto-generated' - currently line 237

    rootMessage['Date'] = formatdate()

Attachments

Change History

07/17/08 16:30:28 changed by doki_pen

  • status changed from new to closed.
  • resolution set to fixed.

thanks. next time attach a patch so I can apply it. its easier. fixed in r4035


Add/Change #3066 (Patch for smtp servers that require the Date in the header)




Change Properties
Action