diff options
| author | fukachan <fukachan> | 2003-04-13 03:29:00 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-04-13 03:29:00 +0000 |
| commit | 148ad8dc0db2ce35fd740919b67d83b24af08aab (patch) | |
| tree | cc85ff040501633ce64184072d9658ab88af9cda /fml/doc/ja/tutorial/customize | |
| parent | 3ade70546a7720c26d3de0eb9f6a1af332638728 (diff) | |
| download | fml8-148ad8dc0db2ce35fd740919b67d83b24af08aab.tar.gz fml8-148ad8dc0db2ce35fd740919b67d83b24af08aab.tar.bz2 fml8-148ad8dc0db2ce35fd740919b67d83b24af08aab.zip | |
merge 01_RFC_FILTER.txt and update filter
Diffstat (limited to 'fml/doc/ja/tutorial/customize')
| -rw-r--r-- | fml/doc/ja/tutorial/customize/filter.sgml | 12 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/customize/recipe.filter.notice.sgml | 54 |
2 files changed, 66 insertions, 0 deletions
diff --git a/fml/doc/ja/tutorial/customize/filter.sgml b/fml/doc/ja/tutorial/customize/filter.sgml new file mode 100644 index 00000000..f1959088 --- /dev/null +++ b/fml/doc/ja/tutorial/customize/filter.sgml @@ -0,0 +1,12 @@ +<!-- + $FML$ +--> + +<chapter> + <title> + フィルタ + </title> + +&recipe.filter.notice.sgml; + +</chapter> diff --git a/fml/doc/ja/tutorial/customize/recipe.filter.notice.sgml b/fml/doc/ja/tutorial/customize/recipe.filter.notice.sgml new file mode 100644 index 00000000..c4fdcf27 --- /dev/null +++ b/fml/doc/ja/tutorial/customize/recipe.filter.notice.sgml @@ -0,0 +1,54 @@ +<!-- + $FML: @recipe_template,v 1.1 2003/01/07 11:39:13 fukachan Exp $ +--> + + +<qandaentry> + +<question> +<para> +フィルタで弾いた時に、エラーメールをどこへ返す +</para> +</question> + +<answer> + +<para> +デフォルトでは +<screen> +use_article_filter_reject_notice = yes +article_filter_reject_notice_recipient = admin +</screen> +となっている。 +つまり、エラーメールを返し、返す先はMLの管理者だ。 +</para> + + +<para> +返送する先を送信者( From: のアドレス )にするには +<screen> +article_filter_reject_notice_recipient = sender +</screen> +とする。 +</para> + + +<para> +MLの管理者と送信者( From: のアドレス )の両方に返すには +<screen> +article_filter_reject_notice_recipient = admin sender +</screen> +とする。 +</para> + + +<para> +そもそもエラーメールを返さないようにするには、 +<screen> +use_article_filter_reject_notice = no +</screen> +</para> + +</answer> + +</qandaentry> |
