1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
|
<html>
<head>
<title>F6FBB Pages : FBB</title>
<link title="fbbmain" rel="stylesheet" href="fbbmain.css" type="text/css">
</head>
<body text="#000000" bgcolor="#C0C0C0" link="#0000EE" vlink="#551A8B" alink="#FF0000"
background="back_fbb.jpg">
<h1 align="center">ACK messages</h1>
<p>An ACK messages gives the confirmation that a PRIVATE arrived in tis destination back
to the sender.</p>
<h3>How does an ACK message work ?</h3>
<ul class="txt">
<li>An ACK message is requested with the string <br>
/ACK <br>
written by the sender inside his message in 1st column.</li>
<li>When the message arrives in its destination, an ACK message is generated and sent back
to the requester, including the date and eventually other informations.</li>
</ul>
<h3>Protocol</h3>
<ul class="txt">
<li>The SID of the BBS including this feature will have the letter "A"</li>
<li>An ACK message is a short message including only text</li>
<li>An ACK message is generated only on private mail, not on bulletins</li>
<li>The message has a type "A" (private are "P", bulletins are
"B")</li>
<li>Only the first header forwarding line is generated, other BBS will not add their header
forwarding line</li>
<li>If the BBS which is forwarded does not include this feature, the message is changed to
type "P" (Private).</li>
<li>Type "A" message are not seen by users.</li>
<li>When arriving back to its destination, the type of the ACK message is changed to type
"P" (private) to be read by the requester.</li>
</ul>
<p> </p>
</body>
</html>
|