diff options
| author | fukachan <fukachan> | 2006-01-08 01:40:02 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-01-08 01:40:02 +0000 |
| commit | 58d5b684610ae5af71b4e27f5e36603b84bddc49 (patch) | |
| tree | 0f9f17d03a3f9cd4584e819756835c72ca886e2a /fml/doc | |
| parent | b804cfeaece1dd6899af1f81f3410a5bb3823e84 (diff) | |
| download | fml8-58d5b684610ae5af71b4e27f5e36603b84bddc49.tar.gz fml8-58d5b684610ae5af71b4e27f5e36603b84bddc49.tar.bz2 fml8-58d5b684610ae5af71b4e27f5e36603b84bddc49.zip | |
update status on subscribe/chaddr/unsubscribe
Diffstat (limited to 'fml/doc')
| -rw-r--r-- | fml/doc/ja/todo/STATUS.txt | 33 |
1 files changed, 21 insertions, 12 deletions
diff --git a/fml/doc/ja/todo/STATUS.txt b/fml/doc/ja/todo/STATUS.txt index a4e332e5..0d4032aa 100644 --- a/fml/doc/ja/todo/STATUS.txt +++ b/fml/doc/ja/todo/STATUS.txt @@ -333,26 +333,35 @@ III部 fmlのカスタマイズ - [TODO] 自動登録/手動登録をどこで指定するの?デフォルトは自動 + [DONE] 自動登録/手動登録をどこで指定するの?デフォルトは自動 - うーん、コマンドごとに指定できるようにしないとか? + コマンドごとに指定できるようにする。 - $subscribe_command_mode = auto / manual - $chaddr_command_mode = auto / manual - $unsubscribe_command_mode = auto / manual + $subscribe_command_operation_mode = automatic / manual + $chaddr_command_operation_mode = automatic / manual + $unsubscribe_command_operation_mode = automatic / manual - [TODO] 自動登録の confirmation 以外のモードは必要か? + [DONE] 自動登録の confirmation 以外のモードは必要か? - 今はデフォルトで confirm つきの自動登録です。 - いまは confirmation タイプしかありません。 + confirmation ではなくリクエストをそのまま + 管理者へフォワードするオプションあり。 - [TODO] コマンドメールによる手動登録 + $subscribe_command_auth_type = confirmation / manual + $chaddr_command_auth_type = confirmation / manual + $unsubscribe_command_auth_type = confirmation / manual + + [DONE] コマンドメールによる手動登録 + + confirmation は fml8 で、登録作業は makefml コマンドなど。 + + 設定例: subscribe を + $subscribe_command_auth_type = confirmation + $subscribe_command_operation_mode = manual - confirmation は fml8 で、登録作業は makefml コマンドで [DONE] モデレータ - fml4 のタイプ 2 だけ実装しましたが 1 と 3 は + fml4 のタイプ 2 だけ実装しましたが 1 と 3 は未実装 [TODO] 複数の管理者による運用 @@ -680,4 +689,4 @@ VIII部 付録 --- -$FML: STATUS.txt,v 1.37 2005/06/26 00:08:00 fukachan Exp $ +$FML: STATUS.txt,v 1.38 2006/01/04 01:09:09 fukachan Exp $ |
