diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-23 16:28:51 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-23 16:28:51 +0000 |
commit | c6b978bffbc6025aa65a985825a47c9e63b51366 (patch) | |
tree | e08d5c32894461ff56d8f3ff600f58d691ab42bb | |
parent | c602ecdb6c6cfab0d442d1f1b106b68e8645ed75 (diff) |
Initial commit
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@200 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/alfsbackend.xml | 10 | ||||
-rw-r--r-- | chapter01/othermodes.xml | 65 |
2 files changed, 75 insertions, 0 deletions
diff --git a/chapter01/alfsbackend.xml b/chapter01/alfsbackend.xml new file mode 100644 index 000000000..f94e9d8a5 --- /dev/null +++ b/chapter01/alfsbackend.xml @@ -0,0 +1,10 @@ +<sect2> +<title>alfs-backend</title> + +<para> +The alfs-backend mailinglist discusses matters regarding the ALFS +backend. +</para> + +</sect2> + diff --git a/chapter01/othermodes.xml b/chapter01/othermodes.xml new file mode 100644 index 000000000..46613e67f --- /dev/null +++ b/chapter01/othermodes.xml @@ -0,0 +1,65 @@ +<para> +The modes you can set yourself to require you to send an email to +<ulink url="mailto:listar@linuxfromscratch.org"> +listar@linuxfromscratch.org</ulink>. The modes themselves are set by writing +the appropriate commands in the subject headers of the message. +</para> + +<para> +As the name implies the <emphasis>Set command</emphasis> tells you what +to write to set a mode. The <emphasis>Unset command</emphasis> tells +you what to write to unset a mode. +</para> + +<para> +Replace listname in the example subject headers with the listname to which +you want to apply the mode to. If you want to set more than one mode (to +the same list or multiple lists) with one email you can do so by writing +junk in the subject header like "hello" and then put the commands in the +body of the message instead. +</para> + +<sect2> +<title>Digests</title> + +<literallayout> +Set command: <emphasis>set listname digest</emphasis> +Unset command: <emphasis>unset listname digest</emphasis> +</literallayout> + +<para> +All lists have the digest mode available and you can set yourself to +digest mode, after you subscribe to a list. Being in digest mode will +cause you to stop receiving individual messages as they are posted to +the list and instead you will receive one email daily containing all +the messages posted to the list that day. +</para> + +<para> +There is a second digest mode called digest2. When you are set to this +mode you will receive the daily digests but you will also continue to +receive the individual messages to the lists are they are posted. To +set yourself to this mode write <emphasis>digest2</emphasis> instead of +<emphasis>digest</emphasis> in the subject header. +</para> + +</sect2> + +<sect2> +<title>Vacation</title> + +<literallayout> +Set command: <emphasis>set listname vacation</emphasis> +Unset command: <emphasis>unset listname vacation</emphasis> +</literallayout> + +<para> +If you are going to be away for a while or wish to stop receiving +messages from the lists but you don't want to unsubscribe you can set +yourself to vacation mode. This has the same effect as unsubscribing +yourself, but you don't have to go through the unsubscribe process and +then later through the subscribe process again. +</para> + +</sect2> + |