<!--
   $FML: ml.sgml,v 1.2 2003/07/27 18:11:40 fukachan Exp $
   $jaFML: ml.sgml,v 1.3 2003/04/15 14:51:43 fukachan Exp $
-->

<chapter id="overview.ml">
	<title>
	What Is Mailing List ?
	</title>

<sect1 id="overview.email">
	<title>
	Email
	</title>

<para>
Email is an electirc version of mail.
</para>

<para>
One email has the following structure which consists of two parts.
The former is header, the latter is body. The separator between them
is one null line (empty line).
<screen>
[Example]

From: rudo@nuinui.net
To: kenken@nuinui.net
Subject: asobo.

Hi, Kenken. I am Rudo.

// rudo
</screen>
See RFC822 and RFC2822 for more details of definitions.
</para>

</sect1>



<sect1 id="overview.mailinglist">
	<title>
	Mailing List (Ml)
	</title>

<para>
Mailing list (ML) is forwarding mechanism of email. The program for it
is called as ML driver. ML driver receives the email injected via MTA
over the network, copy and redistributes it to members subscribed to
the ML.
</para>

<sect2 id="overview.mldriver">
	<title>
	Model Of An ML.
	</title>

<para>
<graphic entityref="image.ml"></graphic>
</para>

</sect2>

</sect1>


</chapter>
