home *** CD-ROM | disk | FTP | other *** search
-
- MSG stores zone and point numbers in the message headers. This is the
- suggested method given in FTS-0001.A15. These are specified as "optional"
- fields. Many programs use these eight bytes for storing "date written" and
- "date arrived" information, contrary to the FidoNet Technical Standards
- specification.
-
- Please don't complain to me that you see "funny zone and point numbers" in
- message headers. Instead, determine what program you are using that
- inserts timestamps into these fields, and point out this section of
- FTS-0001.A15 to the author of the program:
-
- 1. Application Layer Data Definition : a Stored Message
-
- Stored Message
-
- Offset
- dec hex
- .-----------------------------------------------.
- 0 0 | |
- ~ fromUserName ~
- | 36 bytes |
- +-----------------------+-----------------------+
- 36 24 | |
- ~ toUserName ~
- | 36 bytes |
- +-----------------------+-----------------------+
- 72 48 | |
- ~ subject ~
- | 72 bytes |
- +-----------------------+-----------------------+
- 144 90 | |
- | ~ DateTime ~
- | 20 bytes |
- +-----------------------+-----------------------+
- 164 A4 | timesRead (low order) | timesRead (high order)|
- +-----------------------+-----------------------+
- 166 A6 | destNode (low order) | destNode (high order) |
- +-----------------------+-----------------------+
- 168 A8 | origNode (low order) | origNode (high order) |
- +-----------------------+-----------------------+
- 170 AA | cost (low order) | cost (high order) |
- +-----------------------+-----------------------+
- 172 AC | origNet (low order) | origNet (high order) |
- +-----------------------+-----------------------+
- 174 AE | destNet (low order) | destNet (high order) |
- +-----------------------+-----------------------+
- | 176 B0 | destZone (optional) | destZone (optional) |
- | +-----------------------+-----------------------+
- | 178 B2 | origZone (optional) | origZone (optional) |
- | +-----------------------+-----------------------+
- | 180 B4 | destPoint(optional) | destPoint(optional) |
- | +-----------------------+-----------------------+
- | 182 B6 | origPoint(optional) | origPoint(optional) |
- +-----------------------+-----------------------+
- 184 B8 | replyTo (low order) | replyTo (high order) |
- +-----------------------+-----------------------+
- 186 BA | Attribute (low order) | Attribute (high order)|
- +-----------------------+-----------------------+
- 188 BC | nextReply (low order) | nextReply (high order)|
- +-----------------------+-----------------------+
- 190 BE | text |
- ~ unbounded ~
- | null terminated |
- `-----------------------------------------------'
-
- -Ron Bemis, 1:124/1113
-
-