summaryrefslogtreecommitdiff
path: root/fml/doc
diff options
context:
space:
mode:
authorfukachan <fukachan>2006-01-19 04:34:38 +0000
committerfukachan <fukachan>2006-01-19 04:34:38 +0000
commite8416c678d62035e49577f2fc96a919fd04b8860 (patch)
treeb955e66563275b3c6b070b191f87cbb6819ec0a9 /fml/doc
parent1371a732d1099b067f2085b04f2aaca41db0d939 (diff)
downloadfml8-e8416c678d62035e49577f2fc96a919fd04b8860.tar.gz
fml8-e8416c678d62035e49577f2fc96a919fd04b8860.tar.bz2
fml8-e8416c678d62035e49577f2fc96a919fd04b8860.zip
list up all ML addresses containing the specific member address.
Diffstat (limited to 'fml/doc')
-rw-r--r--fml/doc/en/tutorial/troubleshoot/recipes.address.sgml22
-rw-r--r--fml/doc/ja/tutorial/troubleshoot/recipes.address.sgml33
2 files changed, 53 insertions, 2 deletions
diff --git a/fml/doc/en/tutorial/troubleshoot/recipes.address.sgml b/fml/doc/en/tutorial/troubleshoot/recipes.address.sgml
index 852115b4..78b22e6c 100644
--- a/fml/doc/en/tutorial/troubleshoot/recipes.address.sgml
+++ b/fml/doc/en/tutorial/troubleshoot/recipes.address.sgml
@@ -1,5 +1,5 @@
<!--
- $FML$
+ $FML: recipes.address.sgml,v 1.1 2006/01/17 04:46:03 fukachan Exp $
-->
<qandaentry>
@@ -63,3 +63,23 @@ it contains users defined at /etc/passwd or not.
</answer>
</qandaentry>
+
+
+<qandaentry>
+
+<question>
+<para>
+List up all ML addresses containing the specific member address.
+</para>
+</question>
+
+<answer>
+<para>
+For each ML, run the following command:
+<screen>
+% fml ML list |grep ADDRESS
+</screen>
+</para>
+</answer>
+
+</qandaentry>
diff --git a/fml/doc/ja/tutorial/troubleshoot/recipes.address.sgml b/fml/doc/ja/tutorial/troubleshoot/recipes.address.sgml
index 4ce92d1a..c75e7e44 100644
--- a/fml/doc/ja/tutorial/troubleshoot/recipes.address.sgml
+++ b/fml/doc/ja/tutorial/troubleshoot/recipes.address.sgml
@@ -1,7 +1,8 @@
<!--
- $FML$
+ $FML: recipes.address.sgml,v 1.1 2006/01/17 04:46:04 fukachan Exp $
-->
+
<qandaentry>
<question>
<para>
@@ -64,3 +65,33 @@ fmlalias は純粋に alias 群を表示します。
</answer>
</qandaentry>
+
+
+<qandaentry>
+
+<question>
+<para>
+メンバーが所属しているMLをすべて表示したい
+</para>
+</question>
+
+<answer>
+
+<para>
+grep と言いたいところですが、grep じゃだめでしょう。メンバーリストがファ
+イルとは限らないので、全て出力させてから grep してみないとわかりません。
+たとえば
+<screen>
+% fml MLアドレス list|grep アドレス
+</screen>
+を各MLについて繰り返すという作業になります。
+</para>
+
+<para>
+これでも面倒かなぁ、よっぽど繁雑にする作業であればコマンドを用意しても
+良いのですが、はてさて…
+</para>
+
+</answer>
+
+</qandaentry>