File: ml-usage.en.rd

package info (click to toggle)
quickml 0.8-2
  • links: PTS
  • area: main
  • in suites: sid
  • size: 492 kB
  • sloc: ruby: 1,822; sh: 272; makefile: 174
file content (111 lines) | stat: -rw-r--r-- 3,073 bytes parent folder | download | duplicates (2)
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
=begin

= quickml server: How to Use Mailing List Service

Last Modified: 2004-10-20 (Since: 2002-02-19)

--

== Creating a Mailing List

To create a mailing list, you can send a mail to quickml
server with an address of the mailing list you want to
create.

  Subject: Party!
  To: party@quickml.com                <- Address of ML you want to create
  From: satoru@example.com             <- Your address
  Cc: masui@example.com                <- Address of Other members

  I just created a mailing list        <- Body
  for our party. 

== Submitting a Mail

To submit a mail, you can send a mail to the address of the
mailing list as usual.

  Subject: How about today?                     
  To: party@quickml.com                <- Address of ML
  From: satoru@example.com             <- Your address

  How about today?                     <- Body

== Adding a Member

To add a member, you can send a mail to the mailing list
with Cc: including the address of the new member.

  Subject: Add Komatsu
  To: party@quickml.com                <- Address of ML
  From: satoru@example.com             <- Your address
  Cc: komatsu@example.com              <- Address of a new member

  I just invited Mr. Komatsu           <- Body
  to our party.

== Joining in a Mailing List

To join in a mailing list, you can send a mail to the
mailing list with Cc: including the member of the mailing
list.


  Subject: Let me join
  To: party@quickml.com                <- Address of ML
  From: tsuka@example.com              <- Your address
  Cc: masui@example.com                <- Address of a member

  Don't forget me!                     <- Body

== Unsubscribe

To unsubscribe from a mailing list, you can send a mail to
the mailing list with an empty message.

  Subject: Bye!
  To: party@quickml.com                <- Address of ML
  From: satoru@example.com             <- Your address

                                       <- Empty body

== Removing a Member

To remove a member from a mailing list (usually unreachable
address), you can send a mail to the mailing list with an
empty message and Cc: including the address of the member.

  Subject: Remove an unreachable member
  To: party@quickml.com                <- Address of ML
  From: satoru@example.com             <- Your address
  Cc: fugo-masui@example..com          <- Address to remove

                                       <- Empty body

== Returning to a Mailing List

To return to a mailing list, you can send a mail to the
mailing list as usual.

  Subject: I'm back!
  To: party@quickml.com                <- Address of ML
  From: satoru@example.com             <- Your address

  I'm back!                            <- Body

== Deleting a Mailing List

A mailing list automatically closed when all members
unsubscribe.

== Automatic Deletion of a Mailing List

A mailing list automatically closes if there is no mails
submitted in 31 days.  A notification mail is sent to the
mailing list to be deleted prior to the deletion.

--

- ((<Satoru Takabayashi|URL:http://namazu.org/~satoru/>)) -

=end