diff options
| author | fukachan <fukachan> | 2003-03-06 13:28:20 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-03-06 13:28:20 +0000 |
| commit | df6c1e916806230143a70caeedb49e5a9a3fbac5 (patch) | |
| tree | b7ec42f3c1cc47cfacaf2f3784ca071d7439b9c8 /fml/etc/src/config.cf.ja | |
| parent | 272a3f51d4ce12254429cba35eea21a8672303fc (diff) | |
| download | fml8-df6c1e916806230143a70caeedb49e5a9a3fbac5.tar.gz fml8-df6c1e916806230143a70caeedb49e5a9a3fbac5.tar.bz2 fml8-df6c1e916806230143a70caeedb49e5a9a3fbac5.zip | |
define new variables for article filter.
$use_article_filter_reject_notice
$article_filter_reject_notice_recipients
Diffstat (limited to 'fml/etc/src/config.cf.ja')
| -rw-r--r-- | fml/etc/src/config.cf.ja/article.cf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/fml/etc/src/config.cf.ja/article.cf b/fml/etc/src/config.cf.ja/article.cf index 7bdcedc9..dae0ba0b 100644 --- a/fml/etc/src/config.cf.ja/article.cf +++ b/fml/etc/src/config.cf.ja/article.cf @@ -108,3 +108,19 @@ article_text_plain_filter_rules = reject_not_iso2022jp_japanese_string permit +=head2 フィルタで弾かれたことを教える + + +# Descriptions: フィルタで弾かれたことを教える +# History: 4.0 ではハードコードだったような… +# Value: yes / no +# Examples: yes +use_article_filter_reject_notice = yes + + +# Descriptions: エラーのお知らせの受信者 +# History: 4.0 ではハードコードだったような… +# Value: admin | sender +# Examples: admin sender +article_filter_reject_notice_recipients = admin + sender |
