blob: a29383224cbf544a628dd011629a3cc313ad7519 (
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
|
=head1 ���������
=head2 �ҥ��
# Descriptions: �����ͥ����
# ���Ȥ��С�Accept-Language: ja �ʤɤȤ��Ƥ������
# ja ��ͥ�����ʬ����䤹�����������������ä���Τ��ʤ���
# ���ġ������ܿͤ� help �Ȥ����������äƤ�������
# �ֻ��� us-ascii �ʤΤ� iso-2022-jp ���֤��٤��ʤΤ���
# �����ץ������ˤ��ɤ�ʬ����ʤ������礦���ʤ��Τǡ�
# ���Σ̤ͣ�(���ܿ����Τ���)���ܸ�ͥ������ꤵ��Ƥ���ʤ�
# ���ܸ�ȱѸ�Υ�å�����ξ�����֤��٤���������
# �������Ѹ�Σ̤ͣǤ���С��Ѹ�������ɤ���
# �������Ѹ�Σͣ�(language_preference_order = en)�ξ��Ǥ⡢
# Accept-Lanaguage: ja �ʤ����ܸ���ֻ���٤��Ǥ�������
# History: none
# Value: MIX ( ja en )
# Examples: ja en
language_preference_order = ja en
=head2 ����
# Descriptions:
# History:
# Value: SELECT ( iso-2022-jp us-ascii )
# Examples:
report_mail_default_charset = $report_mail_charset_ja
# Descriptions:
# History:
# Value: SELECT ( iso-2022-jp )
# Examples:
report_mail_charset_ja = iso-2022-jp
# Descriptions:
# History:
# Value: SELECT ( us-ascii )
# Examples:
report_mail_charset_en = us-ascii
# Descriptions:
# History:
# Value: SELECT ( iso-2022-jp us-ascii )
# Examples:
template_file_default_charset = $template_file_charset_ja
# Descriptions:
# History:
# Value: SELECT ( euc-jp )
# Examples:
template_file_charset_ja = euc-jp
# Descriptions:
# History:
# Value: SELECT ( us-ascii )
# Examples:
template_file_charset_en = us-ascii
# Descriptions:
# History:
# Value: MIX ( iso-2022-jp us-ascii )
# Examples:
template_file_charset_select_list = euc-jp
us-ascii
# Descriptions:
# History:
# Value: SUBJECT
# Examples:
message_default_subject = fml system message ($ml_name ML)
# Descriptions:
# History:
# Value: SUBJECT
# Examples:
report_mail_subject = fml results ($ml_name ML)
=head2 �ƥ�ץ졼�ȥե����뷲
# Descriptions: directory to hold message template files
# History: /usr/local/fml/drafts/
# Value: DIR
# Examples: /usr/local/share/fml/$fml_version/message
message_template_dir = $fml_share_dir/message
# Descriptions: directory to hold ml specific message template files
# History: $DIR/drafts/
# Value: DIR
# Examples: /usr/local/share/fml/$fml_version/template/$language
ml_local_message_template_dir = $ml_local_share_dir/message
=head2 �ƥ�ץ졼�ȥե����뷲 for user
# Descriptions: �إ�ץե�����
# History: $HELP_FILE
# Value: FILE
# Examples: /var/spool/ml/elena/help
help_file = $ml_home_dir/help
# Descriptions: GUIDE �ե�����
# History: $GUIDE_FILE
# Value: FILE
# Examples: /var/spool/ml/elena/guide
guide_file = $ml_home_dir/guide
# Descriptions: objective �ե�����
# History: $OBJECTIVE_FILE
# Value: FILE
# Examples: /var/spool/ml/elena/objective
objective_file = $ml_home_dir/objective
# Descriptions: welcome �ե�����
# History: $WELCOME_FILE
# Value: FILE
# Examples: /var/spool/ml/elena/welcome
welcome_file = $ml_home_dir/welcome
# Descriptions: deny �ե�����
# History: $DENY_FILE
# Value: FILE
# Examples: /var/spool/ml/elena/deny
deny_file = $ml_home_dir/deny
|