home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky alt.bbs:8244 comp.bbs.misc:1914
- Path: sparky!uunet!enterpoop.mit.edu!biosci!joes!kumr!pozar
- From: pozar@kumr.lns.com (Tim Pozar)
- Newsgroups: alt.bbs,comp.bbs.misc
- Subject: Re: DTS-0001 proposed standard
- Message-ID: <1993Jan28.061956.11398@kumr.lns.com>
- Date: 28 Jan 93 06:19:56 GMT
- References: <1993Jan26.143225.1395@globv1.hacktic.nl>
- Organization: Late Night Software (San Francisco)
- Lines: 133
-
- peter@globv1.hacktic.nl (Peter Busser) writes:
- >fenner@postscript.cs.psu.edu (Bill Fenner) writes:
- >
- >>| REPLYTOPIC = <topic reply is about>
- >>|| Range: String not more than 32 characters in length.
- >
- >>This one is especially ridiculous, and makes this format completley useless
- >>for use on BBS's that have USENET - subjects are quite often longer than
- >>32 characters.
- >
- >Not just for USENET, FidoNet uses 72 characters for the subject if I remember
- >correctly.
-
- You do... From FTS-0001.A12....
- ---
-
- 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 |
- `-----------------------------------------------'
-
- Message = fromUserName(36) (* Null terminated *)
- toUserName(36) (* Null terminated *)
- subject(72) (* see FileList below *)
- DateTime (* message body was last edited *)
- | timesRead (* number of times msg has been read *)
- destNode (* of message *)
- origNode (* of message *)
- cost (* in lowest unit of originator's
- currency *)
- origNet (* of message *)
- destNet (* of message *)
- | destZone (* of message *)
- | origZone (* of message *)
- | destPoint (* of message *)
- | origPoint (* of message *)
- replyTo (* msg to which this replies *)
- AttributeWord
- nextReply (* msg which replies to this *)
- text(unbounded) (* Null terminated *)
-
- DateTime = (* a character string 20 characters long *)
- (* 01 Jan 86 02:34:56 *)
- DayOfMonth " " Month " " Year " "
- " " HH ":" MM ":" SS
- Null
-
- DayOfMonth = "01" | "02" | "03" | ... | "31" (* Fido 0 fills *)
- Month = "Jan" | "Feb" | "Mar" | "Apr" | "May" | "Jun" |
- "Jul" | "Aug" | "Sep" | "Oct" | "Nov" | "Dec"
- Year = "01" | "02" | .. | "85" | "86" | ... | "99" | "00"
- HH = "00" | .. | "23"
- MM = "00" | .. | "59"
- SS = "00" | .. | "59"
-
- AttributeWord bit meaning
- --- --------------------
- 0 + Private
- 1 + s Crash
- 2 Recd
- 3 Sent
- 4 + FileAttached
- 5 InTransit
- 6 Orphan
- 7 KillSent
- 8 Local
- 9 s HoldForPickup
- 10 + unused
- 11 s FileRequest
- 12 + s ReturnReceiptRequest
- 13 + s IsReturnReceipt
- 14 + s AuditRequest
- 15 s FileUpdateReq
-
- s - need not be recognized, but it's ok
- | + - not zeroed before packeting
-
- Bits numbers ascend with arithmetic significance of bit position.
-
-
- --
- Internet: pozar@kumr.lns.com FidoNet: Tim Pozar @ 1:125/555
- Snail: Tim Pozar / KKSF / 77 Maiden Lane / San Francisco CA 94108 / USA
- Voice: +1 415 788 2022
-