summaryrefslogtreecommitdiff
path: root/fml/doc/en/tutorial/customize
diff options
context:
space:
mode:
Diffstat (limited to 'fml/doc/en/tutorial/customize')
-rw-r--r--fml/doc/en/tutorial/customize/post_permit_anyone.sgml17
1 files changed, 15 insertions, 2 deletions
diff --git a/fml/doc/en/tutorial/customize/post_permit_anyone.sgml b/fml/doc/en/tutorial/customize/post_permit_anyone.sgml
index b14434ab..1021e8f9 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.5 2005/11/29 14:16:39 fukachan Exp $
+ $FML: post_permit_anyone.sgml,v 1.6 2005/12/14 12:43:52 fukachan Exp $
$jaFML: post_permit_anyone.sgml,v 1.3 2003/04/15 14:51:37 fukachan Exp $
-->
@@ -61,7 +61,20 @@ It is not easy to handle global variables in the case of &fml4; .
</para>
<para>
-not implemented.
+By using the following restriction, you can ermit only sender of
+example.co.jp domain and reject other domain.
+<screen>
+[/var/spool/ml/elena/config.cf]
+
+article_post_restrictions = reject_system_special_accounts
+ permit_member_maps
+ reject
+
+member_maps = pcre:$ml_home_dir/sender.pcre
+
+[$ml_home_dir/domains]
+ \S+\@example.co.jp
+</screen>
</para>
</answer>