summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfukachan <fukachan>2006-02-04 08:03:58 +0000
committerfukachan <fukachan>2006-02-04 08:03:58 +0000
commit8fa945ca9818007adc32b4c6a7eb71d829816b01 (patch)
treef7d4b17bca67ba30d6c579e0a8da2b22e24c609d
parent9fc74ba48b4f0a9992456fc04fdce74bc7590a7e (diff)
downloadfml8-8fa945ca9818007adc32b4c6a7eb71d829816b01.tar.gz
fml8-8fa945ca9818007adc32b4c6a7eb71d829816b01.tar.bz2
fml8-8fa945ca9818007adc32b4c6a7eb71d829816b01.zip
regen: CREATE-ON-POST
-rw-r--r--fml/doc/en/tutorial/variables/class.sgml17
-rw-r--r--fml/doc/en/tutorial/variables/filter.rules.sgml8
-rw-r--r--fml/doc/en/tutorial/variables/list.sgml27
-rw-r--r--fml/doc/ja/tutorial/variables/class.sgml17
-rw-r--r--fml/doc/ja/tutorial/variables/filter.rules.sgml8
-rw-r--r--fml/doc/ja/tutorial/variables/list.sgml27
6 files changed, 104 insertions, 0 deletions
diff --git a/fml/doc/en/tutorial/variables/class.sgml b/fml/doc/en/tutorial/variables/class.sgml
index ceab74b2..4300a8de 100644
--- a/fml/doc/en/tutorial/variables/class.sgml
+++ b/fml/doc/en/tutorial/variables/class.sgml
@@ -311,6 +311,23 @@ user_command {
}
}
+createonpost {
+
+ createonpost {
+ $use_createonpost_function
+ }
+
+ createonpost_sender {
+ $createonpost_sender_maps
+ $createonpost_sender_restrictions
+ }
+
+ createonpost_subscribe {
+ $createonpost_subscribe_maps
+ $createonpost_subscribe_restrictions
+ }
+}
+
debug {
debug {
diff --git a/fml/doc/en/tutorial/variables/filter.rules.sgml b/fml/doc/en/tutorial/variables/filter.rules.sgml
index 3d872898..0608efc5 100644
--- a/fml/doc/en/tutorial/variables/filter.rules.sgml
+++ b/fml/doc/en/tutorial/variables/filter.rules.sgml
@@ -429,6 +429,14 @@ path_bogofilter = @BOGOFILTER@
# $command_mail_run_start_hook = q{ 1;};
# $command_mail_verify_request_end_hook = q{ 1;};
# $command_mail_verify_request_start_hook = q{ 1;};
+# $createonpost_finish_end_hook = q{ 1;};
+# $createonpost_finish_start_hook = q{ 1;};
+# $createonpost_prepare_end_hook = q{ 1;};
+# $createonpost_prepare_start_hook = q{ 1;};
+# $createonpost_run_end_hook = q{ 1;};
+# $createonpost_run_start_hook = q{ 1;};
+# $createonpost_verify_request_end_hook = q{ 1;};
+# $createonpost_verify_request_start_hook = q{ 1;};
# $distribute_finish_end_hook = q{ 1;};
# $distribute_finish_start_hook = q{ 1;};
# $distribute_prepare_end_hook = q{ 1;};
diff --git a/fml/doc/en/tutorial/variables/list.sgml b/fml/doc/en/tutorial/variables/list.sgml
index 3a06be62..4a588e7d 100644
--- a/fml/doc/en/tutorial/variables/list.sgml
+++ b/fml/doc/en/tutorial/variables/list.sgml
@@ -675,6 +675,24 @@ confirm
</row>
<row>
<entry>
+createonpost_sender_maps</entry>
+<entry>
+ </entry>
+<entry>
+pcre:$ml_home_dir/sender.pcre
+ </entry>
+</row>
+<row>
+<entry>
+createonpost_subscribe_maps</entry>
+<entry>
+ </entry>
+<entry>
+pcre:$ml_home_dir/subscribe.pcre
+ </entry>
+</row>
+<row>
+<entry>
db_dir</entry>
<entry>
directoy to hold several data files</entry>
@@ -2260,6 +2278,15 @@ yes
</row>
<row>
<entry>
+use_createonpost_function</entry>
+<entry>
+ use CREATE-ON-POST or not ?</entry>
+<entry>
+yes
+ </entry>
+</row>
+<row>
+<entry>
use_debug</entry>
<entry>
debug on or off (off by default).</entry>
diff --git a/fml/doc/ja/tutorial/variables/class.sgml b/fml/doc/ja/tutorial/variables/class.sgml
index ceab74b2..4300a8de 100644
--- a/fml/doc/ja/tutorial/variables/class.sgml
+++ b/fml/doc/ja/tutorial/variables/class.sgml
@@ -311,6 +311,23 @@ user_command {
}
}
+createonpost {
+
+ createonpost {
+ $use_createonpost_function
+ }
+
+ createonpost_sender {
+ $createonpost_sender_maps
+ $createonpost_sender_restrictions
+ }
+
+ createonpost_subscribe {
+ $createonpost_subscribe_maps
+ $createonpost_subscribe_restrictions
+ }
+}
+
debug {
debug {
diff --git a/fml/doc/ja/tutorial/variables/filter.rules.sgml b/fml/doc/ja/tutorial/variables/filter.rules.sgml
index 03a0bfa8..67e15b90 100644
--- a/fml/doc/ja/tutorial/variables/filter.rules.sgml
+++ b/fml/doc/ja/tutorial/variables/filter.rules.sgml
@@ -386,6 +386,14 @@ path_bogofilter = @BOGOFILTER@
# $command_mail_run_start_hook = q{ 1;};
# $command_mail_verify_request_end_hook = q{ 1;};
# $command_mail_verify_request_start_hook = q{ 1;};
+# $createonpost_finish_end_hook = q{ 1;};
+# $createonpost_finish_start_hook = q{ 1;};
+# $createonpost_prepare_end_hook = q{ 1;};
+# $createonpost_prepare_start_hook = q{ 1;};
+# $createonpost_run_end_hook = q{ 1;};
+# $createonpost_run_start_hook = q{ 1;};
+# $createonpost_verify_request_end_hook = q{ 1;};
+# $createonpost_verify_request_start_hook = q{ 1;};
# $distribute_finish_end_hook = q{ 1;};
# $distribute_finish_start_hook = q{ 1;};
# $distribute_prepare_end_hook = q{ 1;};
diff --git a/fml/doc/ja/tutorial/variables/list.sgml b/fml/doc/ja/tutorial/variables/list.sgml
index 4876eab8..39539d02 100644
--- a/fml/doc/ja/tutorial/variables/list.sgml
+++ b/fml/doc/ja/tutorial/variables/list.sgml
@@ -658,6 +658,24 @@ confirm
</row>
<row>
<entry>
+createonpost_sender_maps</entry>
+<entry>
+ </entry>
+<entry>
+pcre:$ml_home_dir/sender.pcre
+ </entry>
+</row>
+<row>
+<entry>
+createonpost_subscribe_maps</entry>
+<entry>
+ </entry>
+<entry>
+pcre:$ml_home_dir/subscribe.pcre
+ </entry>
+</row>
+<row>
+<entry>
db_dir</entry>
<entry>
各種データファイルを置くディレクトリ</entry>
@@ -2290,6 +2308,15 @@ yes
</row>
<row>
<entry>
+use_createonpost_function</entry>
+<entry>
+ CREATE-ON-POST 機能を使うか否か?</entry>
+<entry>
+yes
+ </entry>
+</row>
+<row>
+<entry>
use_debug</entry>
<entry>
デバッグ、デフォルトは NO にしてある。</entry>