diff options
| author | fukachan <fukachan> | 2004-03-12 04:24:21 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2004-03-12 04:24:21 +0000 |
| commit | 86b905d4066ddcb0c48f4a2ee4df91e893d6017e (patch) | |
| tree | 944a98cacff4f8894ebddbe6835d3ad0d9660ab7 /fml/etc/src | |
| parent | 1363762c1a59c6d51c09a148e0a405a7c5a3b6cc (diff) | |
| download | fml8-86b905d4066ddcb0c48f4a2ee4df91e893d6017e.tar.gz fml8-86b905d4066ddcb0c48f4a2ee4df91e893d6017e.tar.bz2 fml8-86b905d4066ddcb0c48f4a2ee4df91e893d6017e.zip | |
variable name renaming but define the following rule for compatibility.
article_post_address = $address_for_post
command_mail_address = $address_for_command
Diffstat (limited to 'fml/etc/src')
| -rw-r--r-- | fml/etc/src/config.cf.en/acl.cf | 19 | ||||
| -rw-r--r-- | fml/etc/src/config.cf.ja/acl.cf | 20 |
2 files changed, 33 insertions, 6 deletions
diff --git a/fml/etc/src/config.cf.en/acl.cf b/fml/etc/src/config.cf.en/acl.cf index b52ea882..fd6b877f 100644 --- a/fml/etc/src/config.cf.en/acl.cf +++ b/fml/etc/src/config.cf.en/acl.cf @@ -255,6 +255,19 @@ system_special_accounts = root # History: none # Value: a list of strings # Examples: (elena-ctl@fml.org elena-ctl@fml.org ...) -list_addresses = $address_for_post - $address_for_command - $maintainer +list_addresses = $maintainer + $article_post_address + $command_mail_address + +# Descriptions: +# History: +# Value: +# Examples: +article_post_address = $address_for_post + + +# Descriptions: +# History: +# Value: +# Examples: +command_mail_address = $address_for_command diff --git a/fml/etc/src/config.cf.ja/acl.cf b/fml/etc/src/config.cf.ja/acl.cf index 0e700f94..4278736c 100644 --- a/fml/etc/src/config.cf.ja/acl.cf +++ b/fml/etc/src/config.cf.ja/acl.cf @@ -252,6 +252,7 @@ system_special_accounts = root \S+\-unsubscribe +=head2 LIST ADDRESSES # Descriptions: MLが使うアドレス: 例: elena, elena-ctl # たとえば、libexec/error は、これらのアドレスを @@ -259,6 +260,19 @@ system_special_accounts = root # History: none # Value: a list of strings # Examples: (elena-ctl@fml.org elena-ctl@fml.org ...) -list_addresses = $address_for_post - $address_for_command - $maintainer +list_addresses = $maintainer + $article_post_address + $command_mail_address + +# Descriptions: +# History: +# Value: +# Examples: +article_post_address = $address_for_post + + +# Descriptions: +# History: +# Value: +# Examples: +command_mail_address = $address_for_command |
