summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fml/doc/ja/tutorial/customize/recipes.filter.sgml22
1 files changed, 21 insertions, 1 deletions
diff --git a/fml/doc/ja/tutorial/customize/recipes.filter.sgml b/fml/doc/ja/tutorial/customize/recipes.filter.sgml
index b2cf85b9..06bd52d9 100644
--- a/fml/doc/ja/tutorial/customize/recipes.filter.sgml
+++ b/fml/doc/ja/tutorial/customize/recipes.filter.sgml
@@ -1,5 +1,5 @@
<!--
- $FML: recipes.filter.sgml,v 1.1 2005/10/29 04:20:00 fukachan Exp $
+ $FML: recipes.filter.sgml,v 1.2 2006/01/15 13:47:38 fukachan Exp $
-->
<qandaset>
@@ -52,6 +52,26 @@ $article_filter_start_hook = q{
<question>
<para>
+特定のメールアドレスを拒否したい
+</para>
+</question>
+
+<answer>
+<para>
+たとえば特定のドメイン(\S+\@example.co.jp)は全部はじきたいといった
+フィルタのことです。
+内蔵フィルタの一部として実装しようと考えていますが、
+残念ながら未実装です _o_
+</para>
+</answer>
+
+</qandaentry>
+
+
+<qandaentry>
+
+<question>
+<para>
message/partial をフィルタしたい。
</para>
</question>