diff options
| author | fukachan <fukachan> | 2006-01-07 13:15:29 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-01-07 13:15:29 +0000 |
| commit | 6c4db2a3d03ffa5c12982e3f730014dfc5efcf0c (patch) | |
| tree | 56236f59c8eca10a4f4ce8b5f88887993d4dec66 /fml/etc | |
| parent | 69cc589f5eaf2c9bfe040bf11637b4e4d13c60ad (diff) | |
| download | fml8-6c4db2a3d03ffa5c12982e3f730014dfc5efcf0c.tar.gz fml8-6c4db2a3d03ffa5c12982e3f730014dfc5efcf0c.tar.bz2 fml8-6c4db2a3d03ffa5c12982e3f730014dfc5efcf0c.zip | |
+chaddr_command_operation_mode = automatic
+subscribe_command_operation_mode = automatic
+unsubscribe_command_operation_mode = automatic
Diffstat (limited to 'fml/etc')
| -rw-r--r-- | fml/etc/src/config.cf.en/command.cf | 28 | ||||
| -rw-r--r-- | fml/etc/src/config.cf.ja/command.cf | 33 |
2 files changed, 51 insertions, 10 deletions
diff --git a/fml/etc/src/config.cf.en/command.cf b/fml/etc/src/config.cf.en/command.cf index 824277c5..0572bb71 100644 --- a/fml/etc/src/config.cf.en/command.cf +++ b/fml/etc/src/config.cf.en/command.cf @@ -149,26 +149,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/src/config.cf.ja/command.cf b/fml/etc/src/config.cf.ja/command.cf index c6c4694b..cca77c34 100644 --- a/fml/etc/src/config.cf.ja/command.cf +++ b/fml/etc/src/config.cf.ja/command.cf @@ -334,28 +334,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 |
