summaryrefslogtreecommitdiff
path: root/fml/doc/en/tutorial/customize
diff options
context:
space:
mode:
authorfukachan <fukachan>2006-01-22 16:12:47 +0000
committerfukachan <fukachan>2006-01-22 16:12:47 +0000
commit10c97fe8a349ae259bf863cf4e851c52729ac5a3 (patch)
treedc091c9087613d1d13f373efa1aedee078e10dd9 /fml/doc/en/tutorial/customize
parentc21208981222ffd697a15fa4b0e47ccc62297071 (diff)
downloadfml8-10c97fe8a349ae259bf863cf4e851c52729ac5a3.tar.gz
fml8-10c97fe8a349ae259bf863cf4e851c52729ac5a3.tar.bz2
fml8-10c97fe8a349ae259bf863cf4e851c52729ac5a3.zip
permit \S+\@example.co.jp using IO::Adapter pcre map.
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>