https://bz.apache.org/bugzilla/show_bug.cgi?id=57744
Bug ID: 57744
Summary: [PATCH] getMessageDate returns null when message
submission chunk "id" contains hyphen
Product: POI
Version: 3.10-FINAL
Hardware: PC
Status: NEW
Keywords: PatchAvailable
Severity: normal
Priority: P2
Component: HSMF
Assignee: [email protected]
Reporter: [email protected]
The current date parser within MessageSubmissionChunk.java sees the id as
containing:
l=<id>-<time>-<number>
This is almost correct, but the id normally seems to be a hostname of a what
appears to be a mail relay. Hostnames can contain hyphens which seems to be
confusing the code that extracts the date/time to be parsed.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]