gjcarneiro / yacron

A modern Cron replacement that is Docker-friendly
MIT License
454 stars 38 forks source link

email: Missing required header field: "Date" #39

Closed wodev closed 3 years ago

wodev commented 3 years ago

Description

The spam filter amavisd flags emails send by yacron with: X-Amavis-Alert: BAD HEADER SECTION, Missing required header field: "Date"

` INVALID HEADER: MISSING REQUIRED HEADER FIELD Missing required header field: "Date"

The RFC 5322 document specifies rules for forming internet messages. Section '3.6. Field Definitions' specifies that certain header fields are required (origination date field and the "From:" originator field). `

What I Did

yacron with configured email reporting.

gjcarneiro commented 3 years ago

Related Python bug: https://bugs.python.org/issue28879