summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-11-23 14:13:22 +0000
committerfukachan <fukachan>2003-11-23 14:13:22 +0000
commit23e98cd3185a1ac694f36e4b030e0194cd616a35 (patch)
treea99494c25e9280b42e892b1c2f1891836055c5f9
parent3af30f6d4bfe780d240bcf17f6e36225963942f0 (diff)
downloadfml8-23e98cd3185a1ac694f36e4b030e0194cd616a35.tar.gz
fml8-23e98cd3185a1ac694f36e4b030e0194cd616a35.tar.bz2
fml8-23e98cd3185a1ac694f36e4b030e0194cd616a35.zip
define the folloging variables:
+ $primary_user_db_gecos_map + $primary_user_db_subscribe_date_map + $user_db_gecos_maps + $user_db_subscribe_date_maps
-rw-r--r--fml/etc/default_config.cf.en.in26
-rw-r--r--fml/etc/default_config.cf.ja.in26
-rw-r--r--fml/etc/src/config.cf.en/user.cf25
-rw-r--r--fml/etc/src/config.cf.ja/user.cf25
-rw-r--r--fml/etc/src/list.cf1
5 files changed, 103 insertions, 0 deletions
diff --git a/fml/etc/default_config.cf.en.in b/fml/etc/default_config.cf.en.in
index 62a252fa..07f8eefd 100644
--- a/fml/etc/default_config.cf.en.in
+++ b/fml/etc/default_config.cf.en.in
@@ -507,6 +507,32 @@ list_addresses = $address_for_post
$address_for_command
$maintainer
+=head1 ユーザ情報
+
+# Descriptions: primary { address => gecos_field } map.
+# History: none
+# Value: map
+# Examples:
+primary_user_db_gecos_map = $db_dir/gecos
+
+# Descriptions: { address => gecos_field } maps.
+# History: none
+# Value: map
+# Examples:
+user_db_gecos_maps = $primary_user_db_gecos_map
+
+# Descriptions: primary { address => unix time when subscribed } map.
+# History: none
+# Value: map
+# Examples:
+primary_user_db_subscribe_date_map = $db_dir/subscribe_date
+
+# Descriptions: { address => unix time when subscribed } maps.
+# History: none
+# Value: map
+# Examples:
+user_db_subscribe_date_maps = $primary_user_db_subscribe_date_map
+
=head1 size limit
=head2 default size limit
diff --git a/fml/etc/default_config.cf.ja.in b/fml/etc/default_config.cf.ja.in
index 4859ffd7..13662d81 100644
--- a/fml/etc/default_config.cf.ja.in
+++ b/fml/etc/default_config.cf.ja.in
@@ -516,6 +516,32 @@ list_addresses = $address_for_post
$address_for_command
$maintainer
+=head1 ユーザ情報
+
+# Descriptions: primary { address => gecos_field } map.
+# History: none
+# Value: map
+# Examples:
+primary_user_db_gecos_map = $db_dir/gecos
+
+# Descriptions: { address => gecos_field } maps.
+# History: none
+# Value: map
+# Examples:
+user_db_gecos_maps = $primary_user_db_gecos_map
+
+# Descriptions: primary { address => unix time when subscribed } map.
+# History: none
+# Value: map
+# Examples:
+primary_user_db_subscribe_date_map = $db_dir/subscribe_date
+
+# Descriptions: { address => unix time when subscribed } maps.
+# History: none
+# Value: map
+# Examples:
+user_db_subscribe_date_maps = $primary_user_db_subscribe_date_map
+
=head1 サイズの制限
=head2 デフォルト値
diff --git a/fml/etc/src/config.cf.en/user.cf b/fml/etc/src/config.cf.en/user.cf
new file mode 100644
index 00000000..6f9279d6
--- /dev/null
+++ b/fml/etc/src/config.cf.en/user.cf
@@ -0,0 +1,25 @@
+=head1 ユーザ情報
+
+# Descriptions: primary { address => gecos_field } map.
+# History: none
+# Value: map
+# Examples:
+primary_user_db_gecos_map = $db_dir/gecos
+
+# Descriptions: { address => gecos_field } maps.
+# History: none
+# Value: map
+# Examples:
+user_db_gecos_maps = $primary_user_db_gecos_map
+
+# Descriptions: primary { address => unix time when subscribed } map.
+# History: none
+# Value: map
+# Examples:
+primary_user_db_subscribe_date_map = $db_dir/subscribe_date
+
+# Descriptions: { address => unix time when subscribed } maps.
+# History: none
+# Value: map
+# Examples:
+user_db_subscribe_date_maps = $primary_user_db_subscribe_date_map
diff --git a/fml/etc/src/config.cf.ja/user.cf b/fml/etc/src/config.cf.ja/user.cf
new file mode 100644
index 00000000..6f9279d6
--- /dev/null
+++ b/fml/etc/src/config.cf.ja/user.cf
@@ -0,0 +1,25 @@
+=head1 ユーザ情報
+
+# Descriptions: primary { address => gecos_field } map.
+# History: none
+# Value: map
+# Examples:
+primary_user_db_gecos_map = $db_dir/gecos
+
+# Descriptions: { address => gecos_field } maps.
+# History: none
+# Value: map
+# Examples:
+user_db_gecos_maps = $primary_user_db_gecos_map
+
+# Descriptions: primary { address => unix time when subscribed } map.
+# History: none
+# Value: map
+# Examples:
+primary_user_db_subscribe_date_map = $db_dir/subscribe_date
+
+# Descriptions: { address => unix time when subscribed } maps.
+# History: none
+# Value: map
+# Examples:
+user_db_subscribe_date_maps = $primary_user_db_subscribe_date_map
diff --git a/fml/etc/src/list.cf b/fml/etc/src/list.cf
index b11dbc37..f4ebf39e 100644
--- a/fml/etc/src/list.cf
+++ b/fml/etc/src/list.cf
@@ -3,6 +3,7 @@ basic.cf
directory.cf
file.cf
acl.cf
+user.cf
size.cf
delivery.cf
digest.cf