summaryrefslogtreecommitdiff
path: root/fml/etc/src/config.cf.ja/header.cf
blob: eec7b9dd889ae26abb825b7181cd865396f8b33f (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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
=head1	إå������


# Descriptions: �إå�����򺬵�ˤ����롼�ץ����å��򤹤뤫��
#      History:
#        Value: YES_OR_NO
#     Examples:
use_incoming_mail_header_loop_check		=	yes


# Descriptions: �إå����Ф���롼�ץ����å��Υ롼�뷲
#      History:
#        Value: MIX (
#			check_message_id
#			check_x_ml_info
#			check_list_post
#		)
#     Examples:
incoming_mail_header_loop_check_rules		=	check_message_id
							check_x_ml_info
							check_list_post


# Descriptions: ���٤Ƥ� Message-ID �Υ���å�����Ǽ����ǥ��쥯�ȥ�
#      History: �ʤ�
#        Value: DIR
#     Examples:
message_id_cache_dir		=	$db_dir/message_id


=head2 ARTICLE

# Descriptions: �����Ȥ��ƥ��ס���˳�Ǽ���줿�᡼��� 
#               Message-ID �Υ���å�����Ǽ����ǥ��쥯�ȥ�
#      History: �ʤ�
#        Value: DIR
#     Examples:
article_message_id_cache_dir	=	$db_dir/article_message_id


# Descriptions: �إå��񴹤������򤹤뤫��
#      History:
#        Value: YES_OR_NO
#     Examples:
use_article_header_rewrite		=	yes


# Descriptions: �����Υإå���񤭴�����롼�뷲
#               Re: ���ڤ���Ȥ����ϥǥե���ȤʤΤǻ����ɬ�פʤ�
#      History:
#        Value: MIX (
#			delete_unsafe_header_fields
#			rewrite_article_subject_tag
#			rewrite_subject_tag
#			rewrite_reply_to
#			rewrite_reply_to_enforce_article_post_address
#			rewrite_errors_to
#			rewrite_message_id
#			add_software_info
#			add_fml_ml_name
#			add_fml_traditional_article_id
#			add_fml_article_id
#			add_x_sequence
#			add_rfc2369
#		)
#     Examples:
article_header_rewrite_rules	=	delete_unsafe_header_fields
					rewrite_article_subject_tag
					rewrite_reply_to
					rewrite_errors_to
					rewrite_stardate
					rewrite_precedence
					rewrite_message_id
					add_software_info
					add_fml_ml_name
					add_fml_traditional_article_id
					add_fml_article_id
					add_x_sequence
					add_rfc2369


# Descriptions: �إå��񴹤������򤹤뤫��
#      History:
#        Value: YES_OR_NO
#     Examples:
use_digest_header_rewrite		=	yes


# Descriptions: �����ΤޤȤᤪ����Υإå���񤭴�����롼�뷲
#      History:
#        Value: MIX ( add_software_info add_rfc2369 )
#     Examples:
digest_header_rewrite_rules	=	add_software_info
					add_rfc2369


# Descriptions: ���֤ʤ�������ä�
#      History: fml 4.0 �� SKIP_FIELDS
#        Value: HEADER_FIELD_LIST
#     Examples:
unsafe_header_fields		=	Return-Receipt-To


# Descriptions: Subject: ����
#               % �ΰ�̣�� UNIX �ޥ˥奢��򻲾ȡ��㤨�� sprintf �ؿ��ʤ�
#      History:
#        Value: SUBJECT_TAG
#     Examples: [elena:00080]
article_subject_tag			=	[$ml_name:%05d]


# Descriptions: default list-software header field.
#      History: LIST_SOFTWARE
#        Value: STR
#     Examples: $fml_version
article_header_list_software	= $mail_header_default_list_software


# Descriptions: list-help of article header.
#      History: LIST_HELP
#        Value: STR
#     Examples: <mailto:${command_mail_address}?body=help>
article_header_list_help	= $mail_header_default_list_help


# Descriptions: list-id of article header.
#      History: LIST_HELP
#        Value: STR
#     Examples: $ml_name ML <$ml_name.$ml_domain>
article_header_list_id		= $mail_header_default_list_id


# Descriptions: list-owner of article header.
#      History: none
#        Value: STR
#     Examples: <mailto:${maintainer}>
article_header_list_owner	= $mail_header_default_list_owner


# Descriptions: list-post of article header.
#      History: LIST_POST
#        Value: STR
#     Examples: <mailto:${article_post_address}>
article_header_list_post	= $mail_header_default_list_post


# Descriptions: list-subscribe of article header.
#      History: LIST_SUBSCRIBE
#        Value: STR
#     Examples: <mailto:${command_mail_address}?body=subscribe>
article_header_list_subscribe	= $mail_header_default_list_subscribe


# Descriptions: list-unsubscribe of article header.
#      History: LIST_UNSUBSCRIBE
#        Value: STR
#     Examples: <mailto:${command_mail_address}?body=unsubscribe>
article_header_list_unsubscribe	= $mail_header_default_list_unsubscribe


=head2 OUTGOING MAIL 

# Descriptions: X-ML-Name: ����� X-Sequence �ˤ������ ML ̾
#               XXX ���������Ѥ�������礬���뤫�⤷��ʤ��Τǡ�
#               XXX ��� $ml_name �Ȥ�ʬ���Ƥ�����
#      History:
#        Value: ML_NAME
#     Examples: elena
outgoing_mail_header_x_ml_name	=	${mail_header_default_x_ml_name}


# Descriptions: Errors-To: �ե������
#      History: fml 4.0 �� $ERRORS_TO
#        Value: RFC822_ADDRESS
#     Examples: elena-admin@fml.org
outgoing_mail_header_errors_to	=	${mail_header_default_errors_to}


# Descriptions: Precedence: field
#      History: $PRECEDENCE in fml 4.0
#        Value: STR
#     Examples: bulk
outgoing_mail_header_precedence	=	${mail_header_default_precedence}


=head2 GENERAL MAIL HEADER DEFINITIONS


# Descriptions: �ǥե���Ȥ� Precedence: �إå��ե������
#      History: PRECEDENCE
#        Value: STR
#     Examples: bulk
mail_header_default_precedence		= bulk


# Descriptions: �ǥե���Ȥ� Errors-To: �إå��ե������
#      History: ERRORS_TO
#        Value: STR
#     Examples: $maintainer
mail_header_default_errors_to		= $maintainer


# Descriptions: �ǥե���Ȥ� X-ML-Name: �إå��ե������
#      History: ERRORS_TO
#        Value: STR
#     Examples: $ml_name
mail_header_default_x_ml_name		= $ml_name


# Descriptions: �ǥե���Ȥ� list-id �إå��ե������
#      History: LIST_HELP
#        Value: STR
#     Examples: $ml_name ML <$ml_name.$ml_domain>
mail_header_default_list_id		= $ml_name ML <$ml_name.$ml_domain>


# Descriptions: �ǥե���Ȥ� list-owner �إå��ե������
#      History: none
#        Value: STR
#     Examples: <mailto:${maintainer}>
mail_header_default_list_owner		= <mailto:${maintainer}>


# Descriptions: �ǥե���Ȥ� list-post �إå��ե������
#      History: LIST_POST
#        Value: STR
#     Examples: <mailto:${article_post_address}>
mail_header_default_list_post		= <mailto:${article_post_address}>


# Descriptions: �ǥե���Ȥ� list-help �إå��ե������
#      History: LIST_HELP
#        Value: STR
#     Examples: <mailto:${command_mail_address}?body=help>
mail_header_default_list_help		= <mailto:${command_mail_address}?body=help>


# Descriptions: �ǥե���Ȥ� list-subscribe �إå��ե������
#      History: LIST_SUBSCRIBE
#        Value: STR
#     Examples: <mailto:${command_mail_address}?body=subscribe>
mail_header_default_list_subscribe	= <mailto:${command_mail_address}?body=subscribe>


# Descriptions: �ǥե���Ȥ� list-unsubscribe �إå��ե������
#      History: LIST_UNSUBSCRIBE
#        Value: STR
#     Examples: <mailto:${command_mail_address}?body=unsubscribe>
mail_header_default_list_unsubscribe	= <mailto:${command_mail_address}?body=unsubscribe>


# Descriptions: default list-software header field.
#      History: LIST_SOFTWARE
#        Value: STR
#     Examples: $fml_version
mail_header_default_list_software	= $fml_version