diff options
| author | fukachan <fukachan> | 2008-06-08 13:14:00 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2008-06-08 13:14:00 +0000 |
| commit | f8ebf7dd53544957e6fa0ef7280b4fff05d6be90 (patch) | |
| tree | c0ee303bc9f92d8f94e0d4b785c7f6173e5ebb5c | |
| parent | 87f2f797e57e2631675635040e3cb23dff092b2b (diff) | |
| download | fml8-f8ebf7dd53544957e6fa0ef7280b4fff05d6be90.tar.gz fml8-f8ebf7dd53544957e6fa0ef7280b4fff05d6be90.tar.bz2 fml8-f8ebf7dd53544957e6fa0ef7280b4fff05d6be90.zip | |
regen: define $createonpost_maintainer_maps
| -rw-r--r-- | fml/etc/default_config.cf.en.in | 8 | ||||
| -rw-r--r-- | fml/etc/default_config.cf.ja.in | 7 |
2 files changed, 15 insertions, 0 deletions
diff --git a/fml/etc/default_config.cf.en.in b/fml/etc/default_config.cf.en.in index e3bb56a4..a131d44a 100644 --- a/fml/etc/default_config.cf.en.in +++ b/fml/etc/default_config.cf.en.in @@ -3143,6 +3143,14 @@ createonpost_sender_maps = pcre:$ml_home_dir/sender.pcre createonpost_subscribe_maps = pcre:$ml_home_dir/subscribe.pcre +# Descriptions: +# For eaxmple, this file contains \S+\@example.com line. +# History: NONE +# Value: FILE +# Examples: +createonpost_maintainer_maps = pcre:$ml_home_dir/maintainer.pcre + + =head1 program paths diff --git a/fml/etc/default_config.cf.ja.in b/fml/etc/default_config.cf.ja.in index 7581e5a6..9f45928d 100644 --- a/fml/etc/default_config.cf.ja.in +++ b/fml/etc/default_config.cf.ja.in @@ -3224,6 +3224,13 @@ createonpost_sender_maps = pcre:$ml_home_dir/sender.pcre createonpost_subscribe_maps = pcre:$ml_home_dir/subscribe.pcre +# Descriptions: +# ファイルの中は、たとえば \S+\@example.com +# History: NONE +# Value: FILE +# Examples: +createonpost_maintainer_maps = pcre:$ml_home_dir/maintainer.pcre + =head1 program paths |
