summaryrefslogtreecommitdiff
path: root/fml
diff options
context:
space:
mode:
authorfukachan <fukachan>2006-01-17 04:27:20 +0000
committerfukachan <fukachan>2006-01-17 04:27:20 +0000
commit7046b4140542ca4d4e200467d21db969b5da7c8a (patch)
tree84d8fabe355087a770716c672d733fe41e714d0b /fml
parent9db4ccc8fd5f137445e9e67595f903aa3891f38d (diff)
downloadfml8-7046b4140542ca4d4e200467d21db969b5da7c8a.tar.gz
fml8-7046b4140542ca4d4e200467d21db969b5da7c8a.tar.bz2
fml8-7046b4140542ca4d4e200467d21db969b5da7c8a.zip
How to reject specific sender ?
Diffstat (limited to 'fml')
-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>