mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #2123] Missing date header in alert emails #3265
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#3265
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @janstalhut on GitHub (Jan 23, 2025).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/2123
Originally assigned to: @wh1te909 on GitHub.
Server Info (please complete the following information):
Installation Method:
--insecureflag at installDescribe the bug
The emails sent by Tactical RMM do not contain a Date header. This causes my email client (Thunderbird) to display the date/time when the email was retrieved by Thunderbird and not when the email was sent by TRMM.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The Date header should be included by TRMM when sending emails.
Additional context
It seems that different email servers handle it differently when the sender does not specify a date/time. It is possible that some add this information if it is missing. We only noticed the error after we switched our email server from Zimbra to Mailcow. The email server Zimbra apparently added the missing date header automatically, while the email server Mailcow apparently does not. I have now researched whether the email server is obliged to add this information: According to RFC 5322, however, it is a mandatory information that the email client must provide when sending, so in my opinion the error lies with Tactical RMM and not with the email server.
https://datatracker.ietf.org/doc/html/rfc5322#section-3.6.1
@wh1te909 commented on GitHub (Feb 13, 2025):
done!