When using the smtpclient to send mail (from the efax package) I get the following errors in the header after receiving the email:
- Code: Select all
0.2 NO_REAL_NAME From: does not include a real name
0.2 INVALID_DATE Invalid Date: header (not RFC 2822)
-2.8 ALL_TRUSTED Did not pass through any untrusted hosts
0.2 MIME_MISSING_BOUNDARY RAW: MIME section missing boundary
0.5 MIME_HEADER_CTYPE_ONLY 'Content-Type' found without required MIME headers
0.0 AWL AWL: From: address is in the auto white-list
Content-Length: 19490
Most are not a real problem, but the lack of date can mess up the order of the email in my inbox.
Thanks
dave