diff options
| author | fukachan <fukachan> | 2004-02-01 14:34:43 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2004-02-01 14:34:43 +0000 |
| commit | ed0be4cf29d497683498ca3c04fd51e09934aea2 (patch) | |
| tree | 76fa82129b0cc3573077bdf28c43f367190e5845 | |
| parent | 1adc5b4ade5cb72d7621324a43cf5c476c28ac2d (diff) | |
| download | fml8-ed0be4cf29d497683498ca3c04fd51e09934aea2.tar.gz fml8-ed0be4cf29d497683498ca3c04fd51e09934aea2.tar.bz2 fml8-ed0be4cf29d497683498ca3c04fd51e09934aea2.zip | |
regen
| -rw-r--r-- | fml/etc/default_config.cf.ja.in | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/fml/etc/default_config.cf.ja.in b/fml/etc/default_config.cf.ja.in index fa57a3a1..7a7b9fca 100644 --- a/fml/etc/default_config.cf.ja.in +++ b/fml/etc/default_config.cf.ja.in @@ -1161,10 +1161,11 @@ use_article_non_mime_filter = yes # Descriptions: とりあえず、だみ〜 -# History: -# Value: permit / reject +# History: なし +# Value: permit / reject_empty_content_type # Examples: permit -article_non_mime_filter_rules = permit +article_non_mime_filter_rules = reject_empty_content_type + permit # Descriptions: MIME の構造に基づいたフィルタを行なう @@ -1680,6 +1681,13 @@ newml_command_ml_admin_default_address = $fml_owner # Examples: list_command_default_maps = $recipient_maps + +# Descriptions: 最後の何行を表示するか?つまり tail -30 log の 30 の部分。 +# History: none +# Value: NUM +# Examples: 30 +log_command_tail_starting_location = 30 + =head1 エラーメール解析 =head2 |
