You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Cortex Mailer Responder does not add Date header (per RFC5322) in email causing Undeliverable mail, invalid header section from Amavis.
To Reproduce
Steps to reproduce the behavior:
Configure Mailer Responder
Send email using type case or case_task
Expected behavior
Email delivery to he recipient
Work environment
Client OS: Linux
Server OS: Linux / Docker
Browse type and version: Chrome
Cortex version: 3.1.7-1
Cortex Analyzer/Responder name: Mailer
Cortex Analyzer/Responder version: 1.0
Possible solutions
Add Date header before sending the email
from email.utils import formatdate
msg["Date"] = formatdate(localtime=True)
Thank you
The text was updated successfully, but these errors were encountered:
AM-CERT
changed the title
[Bug]
[Bug] Cortex Mailer Responder does not add Date header (per RFC5322)
Sep 25, 2023
Describe the bug
Cortex Mailer Responder does not add
Date
header (per RFC5322) in email causingUndeliverable mail, invalid header section
from Amavis.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Email delivery to he recipient
Work environment
Possible solutions
Add
Date
header before sending the emailThank you
The text was updated successfully, but these errors were encountered: