File: ack.html

package info (click to toggle)
golang-github-la5nta-wl2k-go 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,860 kB
  • sloc: ansic: 14; makefile: 2
file content (90 lines) | stat: -rw-r--r-- 1,735 bytes parent folder | download | duplicates (4)
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 &quot;A&quot;</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 &quot;A&quot; (private are &quot;P&quot;, bulletins are

    &quot;B&quot;)</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 &quot;P&quot; (Private).</li>

  <li>Type &quot;A&quot; message are not seen by users.</li>

  <li>When arriving back to its destination, the type of the ACK message is changed to type

    &quot;P&quot; (private) to be read by the requester.</li>

</ul>



<p>&nbsp;</p>

</body>

</html>