blob: 9dc2cd4e1bf56bdd2d1a8fb59848679a8a7c01ed (
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
|
=head1 �إå������
# Descriptions: �إå������ˤ����롼�ץ����å��뤫��
# History:
# Value: yes / no
# Examples:
use_incoming_mail_header_loop_check = yes
# Descriptions: �إå����Ф���롼�ץ����å��Υ롼�뷲
# History:
# Value:
# Examples:
incoming_mail_header_loop_check_rules = check_message_id
check_x_ml_info
check_list_post
# Descriptions: Message-ID �Υ���å�����Ǽ����ǥ��쥯�ȥ�
# History:
# Value:
# Examples:
message_id_cache_dir = $db_dir/message_id
# Descriptions: �إå��������뤫��
# History:
# Value: yes / no
# Examples:
use_article_header_rewrite = yes
# Descriptions: �����Υإå��������롼�뷲
# Re: ���ڤ���Ȥ����ϥǥե���ȤʤΤǻ����ɬ�פʤ�
# History:
# Value:
# Examples:
article_header_rewrite_rules = delete_unsafe_header_fields
rewrite_article_subject_tag
rewrite_reply_to
rewrite_errors_to
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 / no
# Examples:
use_digest_header_rewrite = yes
# Descriptions: �����ΤޤȤᤪ����Υإå��������롼�뷲
# History:
# Value:
# Examples:
digest_header_rewrite_rules = add_software_info
add_rfc2369
# Descriptions: ���֤ʤ�������ä�
# History: fml 4.0 �� SKIP_FIELDS
# Value: strings
# Examples:
unsafe_header_fields = Return-Receipt-To
# Descriptions: Subject: ����
# % �ΰ�̣�� UNIX �ޥ˥奢��ȡ��㤨�� sprintf �ؿ��ʤ�
# History:
# Value:
# Examples: [elena:00080]
article_subject_tag = [$ml_name:%05d]
# Descriptions: X-ML-Name: ����� X-Sequence �ˤ������ ML ̾
# XXX ���������Ѥ�������礬���뤫�⤷��ʤ��Τǡ�
# XXX ��� $ml_name �Ȥ�ʬ���Ƥ�����
# History:
# Value:
# Examples: elena
outgoing_mail_header_x_ml_name = $ml_name
|