diff options
| author | fukachan <fukachan> | 2008-06-28 20:54:13 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2008-06-28 20:54:13 +0000 |
| commit | 29d9483bbd6c50d83808e16692e40939b6fe4574 (patch) | |
| tree | 7c7d48e3af20d3685b495856efc18adfbcd35d2a /fml | |
| parent | e45ff31440580509592813256537e075b85f4fc7 (diff) | |
| download | fml8-29d9483bbd6c50d83808e16692e40939b6fe4574.tar.gz fml8-29d9483bbd6c50d83808e16692e40939b6fe4574.tar.bz2 fml8-29d9483bbd6c50d83808e16692e40939b6fe4574.zip | |
regen: createonpost_newml_restrictions, createonpost_newml_maps
Diffstat (limited to 'fml')
| -rw-r--r-- | fml/doc/en/tutorial/variables/class.sgml | 5 | ||||
| -rw-r--r-- | fml/doc/en/tutorial/variables/list.sgml | 18 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/variables/class.sgml | 5 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/variables/list.sgml | 18 |
4 files changed, 46 insertions, 0 deletions
diff --git a/fml/doc/en/tutorial/variables/class.sgml b/fml/doc/en/tutorial/variables/class.sgml index fa980844..bc877a84 100644 --- a/fml/doc/en/tutorial/variables/class.sgml +++ b/fml/doc/en/tutorial/variables/class.sgml @@ -341,6 +341,11 @@ createonpost { $use_createonpost_function } + createonpost_newml { + $createonpost_newml_maps + $createonpost_newml_restrictions + } + createonpost_sender { $createonpost_sender_maps $createonpost_sender_restrictions diff --git a/fml/doc/en/tutorial/variables/list.sgml b/fml/doc/en/tutorial/variables/list.sgml index 93d9aa57..3e05816c 100644 --- a/fml/doc/en/tutorial/variables/list.sgml +++ b/fml/doc/en/tutorial/variables/list.sgml @@ -757,6 +757,24 @@ confirm </row> <row> <entry> +createonpost_newml_maps</entry> +<entry> + Who is allowed to create a newml dynamically by remote.</entry> +<entry> +pcre:$ml_home_dir/newml.pcre + </entry> +</row> +<row> +<entry> +createonpost_newml_restrictions</entry> +<entry> + Who is allowed to create a newml dynamically by remote.</entry> +<entry> +permit_ml_domain + </entry> +</row> +<row> +<entry> createonpost_sender_maps</entry> <entry> </entry> diff --git a/fml/doc/ja/tutorial/variables/class.sgml b/fml/doc/ja/tutorial/variables/class.sgml index fa980844..bc877a84 100644 --- a/fml/doc/ja/tutorial/variables/class.sgml +++ b/fml/doc/ja/tutorial/variables/class.sgml @@ -341,6 +341,11 @@ createonpost { $use_createonpost_function } + createonpost_newml { + $createonpost_newml_maps + $createonpost_newml_restrictions + } + createonpost_sender { $createonpost_sender_maps $createonpost_sender_restrictions diff --git a/fml/doc/ja/tutorial/variables/list.sgml b/fml/doc/ja/tutorial/variables/list.sgml index da589cb7..48524b1a 100644 --- a/fml/doc/ja/tutorial/variables/list.sgml +++ b/fml/doc/ja/tutorial/variables/list.sgml @@ -740,6 +740,24 @@ confirm </row> <row> <entry> +createonpost_newml_maps</entry> +<entry> + CREATE-ON-POST で動的にMLを作ることができるユーザのリスト。</entry> +<entry> +pcre:$ml_home_dir/newml.pcre + </entry> +</row> +<row> +<entry> +createonpost_newml_restrictions</entry> +<entry> + CREATE-ON-POST で動的にMLを作ることができるユーザ</entry> +<entry> +permit_ml_domain + </entry> +</row> +<row> +<entry> createonpost_sender_maps</entry> <entry> </entry> |
