diff options
| author | fukachan <fukachan> | 2006-01-07 13:16:10 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-01-07 13:16:10 +0000 |
| commit | 330734b4bded8f51fff54dd9ee80be41c49c84c6 (patch) | |
| tree | 239bcccc2a57ec69c4d59237a4cd514b79d03b66 /fml/etc | |
| parent | 6c4db2a3d03ffa5c12982e3f730014dfc5efcf0c (diff) | |
| download | fml8-330734b4bded8f51fff54dd9ee80be41c49c84c6.tar.gz fml8-330734b4bded8f51fff54dd9ee80be41c49c84c6.tar.bz2 fml8-330734b4bded8f51fff54dd9ee80be41c49c84c6.zip | |
regen: *_command_operation_mode
Diffstat (limited to 'fml/etc')
| -rw-r--r-- | fml/etc/default_config.cf.en.in | 28 | ||||
| -rw-r--r-- | fml/etc/default_config.cf.ja.in | 33 |
2 files changed, 51 insertions, 10 deletions
diff --git a/fml/etc/default_config.cf.en.in b/fml/etc/default_config.cf.en.in index 60b8d310..a4ccb452 100644 --- a/fml/etc/default_config.cf.en.in +++ b/fml/etc/default_config.cf.en.in @@ -2005,26 +2005,46 @@ command_mail_reply_prompt = >>> # Descriptions: use comnfirmation in subscribe command ? -# History: -# Value: SELECT ( confirmation ) +# History: $MANUAL_REGISTRATION_TYPE +# Value: SELECT ( confirmation manual ) # Examples: subscribe_command_auth_type = confirmation +# Descriptions: operate action automatically or manually by maintainer ? +# History: $PERMIT_POST_HANDLER $PERMIT_COMMAND_HANDER +# Value: SELECT ( automatic manual ) +# Examples: +subscribe_command_operation_mode = automatic + + # Descriptions: use comnfirmation in chaddr command ? -# History: +# History: $MANUAL_REGISTRATION_TYPE # Value: SELECT ( confirmation ) # Examples: chaddr_command_auth_type = confirmation +# Descriptions: operate action automatically or manually by maintainer ? +# History: $PERMIT_POST_HANDLER $PERMIT_COMMAND_HANDER +# Value: SELECT ( automatic manual ) +# Examples: +chaddr_command_operation_mode = automatic + + # Descriptions: use comnfirmation in unsubscribe command ? -# History: +# History: $MANUAL_REGISTRATION_TYPE # Value: SELECT ( confirmation ) # Examples: unsubscribe_command_auth_type = confirmation +# Descriptions: operate action automatically or manually by maintainer ? +# History: $PERMIT_POST_HANDLER $PERMIT_COMMAND_HANDER +# Value: SELECT ( automatic manual ) +# Examples: +unsubscribe_command_operation_mode = automatic + # Descriptions: effective command in normal commnd mail (for usual users) # History: @PERMIT_PROCEDURE @DENY_PROCEDURE diff --git a/fml/etc/default_config.cf.ja.in b/fml/etc/default_config.cf.ja.in index 3e41e20d..ed3d6828 100644 --- a/fml/etc/default_config.cf.ja.in +++ b/fml/etc/default_config.cf.ja.in @@ -2231,28 +2231,49 @@ get_command_request_limit = 100 # Descriptions: subscribe コマンドで confirmation 認証(コールバック認証) # を行なうか否か? -# History: -# Value: SELECT ( confirmation ) +# History: $MANUAL_REGISTRATION_TYPE +# Value: SELECT ( confirmation manual ) # Examples: subscribe_command_auth_type = confirmation +# Descriptions: subscribe の処理は自動か?管理者による手動か? +# History: $PERMIT_POST_HANDLER $PERMIT_COMMAND_HANDER +# Value: SELECT ( automatic manual ) +# Examples: +subscribe_command_operation_mode = automatic + + # Descriptions: chaddr コマンドで confirmation 認証(コールバック認証) # を行なうか否か? -# History: -# Value: SELECT ( confirmation ) +# History: $MANUAL_REGISTRATION_TYPE +# Value: SELECT ( confirmation manual ) # Examples: chaddr_command_auth_type = confirmation +# Descriptions: chaddr の処理は自動か?管理者による手動か? +# History: $PERMIT_POST_HANDLER $PERMIT_COMMAND_HANDER +# Value: SELECT ( automatic manual ) +# Examples: +chaddr_command_operation_mode = automatic + + # Descriptions: unsubscribe コマンドで confirmation 認証(コールバック認証) # を行なうか否か? -# History: -# Value: SELECT ( confirmation ) +# History: $MANUAL_REGISTRATION_TYPE +# Value: SELECT ( confirmation manual ) # Examples: unsubscribe_command_auth_type = confirmation +# Descriptions: unsubscribe の処理は自動か?管理者による手動か? +# History: $PERMIT_POST_HANDLER $PERMIT_COMMAND_HANDER +# Value: SELECT ( automatic manual ) +# Examples: +unsubscribe_command_operation_mode = automatic + + =head2 newml command |
