summaryrefslogtreecommitdiff
path: root/fml
diff options
context:
space:
mode:
authorfukachan <fukachan>2005-12-14 12:43:52 +0000
committerfukachan <fukachan>2005-12-14 12:43:52 +0000
commitb7794a1b2b90cdf5a70d0815fe296f8e4f6f073a (patch)
treeeff5d6806471332b4634f96ecf4a5471013b1be9 /fml
parent4f71535a230117977554d3bf96bbc930cbf4ce28 (diff)
downloadfml8-b7794a1b2b90cdf5a70d0815fe296f8e4f6f073a.tar.gz
fml8-b7794a1b2b90cdf5a70d0815fe296f8e4f6f073a.tar.bz2
fml8-b7794a1b2b90cdf5a70d0815fe296f8e4f6f073a.zip
fix typo: post_restrictions -> article_post_restrictions
Diffstat (limited to 'fml')
-rw-r--r--fml/doc/en/tutorial/customize/case_studies.sgml4
-rw-r--r--fml/doc/en/tutorial/customize/ml.hier.ml4
-rw-r--r--fml/doc/en/tutorial/customize/post_permit_anyone.sgml8
-rw-r--r--fml/doc/ja/tutorial/customize/ml.hier.ml4
-rw-r--r--fml/doc/ja/tutorial/customize/post_check_article_thread.sgml4
5 files changed, 12 insertions, 12 deletions
diff --git a/fml/doc/en/tutorial/customize/case_studies.sgml b/fml/doc/en/tutorial/customize/case_studies.sgml
index 8697e4d9..3b0d7598 100644
--- a/fml/doc/en/tutorial/customize/case_studies.sgml
+++ b/fml/doc/en/tutorial/customize/case_studies.sgml
@@ -1,5 +1,5 @@
<!--
- $FML: case_studies.sgml,v 1.4 2005/11/30 23:42:31 fukachan Exp $
+ $FML: case_studies.sgml,v 1.5 2005/12/07 11:50:57 fukachan Exp $
$jaFML: case_studies.sgml,v 1.4 2003/04/15 14:51:36 fukachan Exp $
-->
@@ -40,7 +40,7 @@ outgoing_mail_header_x_ml_name = office#$ml_name
<para>
Anybody can post to this ML since customers send mails to this address.
<screen>
-post_restrictions = permit_anyone
+article_post_restrictions = permit_anyone
</screen>
In this case, anybody including system special accounts e.g. root,
postmaster can post.
diff --git a/fml/doc/en/tutorial/customize/ml.hier.ml b/fml/doc/en/tutorial/customize/ml.hier.ml
index ca2a3854..97dbd144 100644
--- a/fml/doc/en/tutorial/customize/ml.hier.ml
+++ b/fml/doc/en/tutorial/customize/ml.hier.ml
@@ -1,5 +1,5 @@
<!--
- $FML: ml.hier.ml,v 1.1 2003/08/02 01:19:10 fukachan Exp $
+ $FML: ml.hier.ml,v 1.2 2005/07/20 10:37:43 fukachan Exp $
$jaFML: ml.hier.ml,v 1.1 2002/07/29 12:16:19 fukachan Exp $
-->
@@ -42,7 +42,7 @@ member_maps += $ml_home_dir/../sales-3/members
Instead of $member_maps change, it is simple that you allow post from
anybody. If so set
<screen>
-post_restrictions = permit_anyone
+article_post_restrictions = permit_anyone
</screen>
</para>
diff --git a/fml/doc/en/tutorial/customize/post_permit_anyone.sgml b/fml/doc/en/tutorial/customize/post_permit_anyone.sgml
index eac6f16c..b14434ab 100644
--- a/fml/doc/en/tutorial/customize/post_permit_anyone.sgml
+++ b/fml/doc/en/tutorial/customize/post_permit_anyone.sgml
@@ -1,5 +1,5 @@
<!--
- $FML: post_permit_anyone.sgml,v 1.4 2005/09/24 13:53:41 fukachan Exp $
+ $FML: post_permit_anyone.sgml,v 1.5 2005/11/29 14:16:39 fukachan Exp $
$jaFML: post_permit_anyone.sgml,v 1.3 2003/04/15 14:51:37 fukachan Exp $
-->
@@ -12,9 +12,9 @@
<screen>
article_post_restrictions = permit_anyone
</screen>
-$post_restrictions parameter controls who can post to this ML. To set
-this as "permit_anyone", anybody (including system special account
-e.g. root, postmaster) can post.
+$article_post_restrictions parameter controls who can post to this ML.
+To set this as "permit_anyone", anybody (including system special
+account e.g. root, postmaster) can post.
</para>
<para>
diff --git a/fml/doc/ja/tutorial/customize/ml.hier.ml b/fml/doc/ja/tutorial/customize/ml.hier.ml
index ed07f722..1768f7ef 100644
--- a/fml/doc/ja/tutorial/customize/ml.hier.ml
+++ b/fml/doc/ja/tutorial/customize/ml.hier.ml
@@ -1,5 +1,5 @@
<!--
- $FML: ml.hier.ml,v 1.1 2002/07/29 12:16:19 fukachan Exp $
+ $FML: ml.hier.ml,v 1.2 2004/04/07 11:07:02 fukachan Exp $
階層化されたML: $member_maps $recipient_maps をよろしく書く
@@ -44,7 +44,7 @@ member_maps += $ml_home_dir/../sales-3/members
社内用の場合はか、member_maps を変更せずとも
誰でも投稿できるように
<screen>
-post_restrictions = permit_anyone
+article_post_restrictions = permit_anyone
</screen>
と設定してしまうのもアリでしょう。
</para>
diff --git a/fml/doc/ja/tutorial/customize/post_check_article_thread.sgml b/fml/doc/ja/tutorial/customize/post_check_article_thread.sgml
index 1fa88df4..f69df9c2 100644
--- a/fml/doc/ja/tutorial/customize/post_check_article_thread.sgml
+++ b/fml/doc/ja/tutorial/customize/post_check_article_thread.sgml
@@ -1,5 +1,5 @@
<!--
- $FML: post_check_article_thread.sgml,v 1.3 2005/06/25 14:12:52 fukachan Exp $
+ $FML: post_check_article_thread.sgml,v 1.4 2005/12/14 12:39:16 fukachan Exp $
-->
@@ -20,7 +20,7 @@
</para>
<para>
-そこで、2004/10/28 以降の article-post_restrictions には、特定の条件を
+そこで、2004/10/28 以降の article_post_restrictions には、特定の条件を
満たせば短時間だけ From: のアドレス(認証に使うメールアドレス)に関わら
ず投稿可能なオプション機能が追加されています。
</para>