https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6068
Summary: No rule to check the date of The Bat!
Product: Spamassassin
Version: 3.2.5
Platform: Other
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P5
Component: Rules
AssignedTo: [email protected]
ReportedBy: [email protected]
When found X-Mailer: The Bat!, it may be useful to check Date line also.
This is a Delphi source code that makes Date: line in The Bat!:
Result := Format('Date: %s, %d %s %d %2.2d:%2.2d:%2.2d %s%4.4d',
[Copy('SunMonTueWedThuFriSat', MM*3-2, 3), Day,
Copy('JanFebMarAprMayJunJulAugSepOctNovDec', Month*3-2, 3), Year, Hour, Min,
Sec, Q, UTC]);
Example:
Date: Sat, 14 Feb 2009 22:31:18 +0200
--
Configure bugmail:
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.