blob: c12564cd223e84b4ef4b53ca1493651c13d27067 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
# THE CHARSET OF THIS FILE IS EUC-JP.
# ���Υե������ʸ�������ɤ� EUC-JP �Ǥ���
#
# ����ˡ: (���Υե�������Խ��λ���)
# �ǽ�Σ��Ĥ��ѿ� ml_domain ml_name ���ͤ���ꤷ�Ʋ�������
# ���ȤϤȤꤢ�����ǥե���ȤǤ����Ǥ��礦��
# �ǥե�����Ͱʳ�����ꤷ��������
# ���Υե����������Ū���ͤ�����Ʋ�������
#
# �ɥᥤ��̾ (����: �ʲ��Υ��ɥ쥹�� $ml_domain �������ͤ�Ÿ�������)
ml_domain = home.fml.org
# ML ��̾��
ml_name = elena
# �����ԤΥ��ɥ쥹
maintainer = $ml_name-admin@$ml_domain
# ����ѤΥ��ɥ쥹
address_for_post = $ml_name@$ml_domain
# ���ޥ���ѤΥ��ɥ쥹
address_for_command = $ml_name-ctl@$ml_domain
# tag test
article_header_rewrite_rules += rewrite_article_subject_tag
article_subject_tag = [\U$ml_name\E %05d)
#
# for error simulation
#
error_analyzer_function = simple_count
error_analyzer_simple_count_limit = 2
[mysql:fml]
sql_server = mysql.home.fml.org
=cut
#
# write HOOKS (perl scripts) after here if needed.
#
|