blob: 6e044b3648870e382d1c689982f1c1a076cecb3c (
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
|
=head1 �إå������
# Descriptions: �إå��������뤫��
# History:
# Value: yes / no
# Examples:
use_header_rewrite = yes
# Descriptions: �إå������ˤ����ե��륿��뤫��
# History:
# Value: yes / no
# Examples:
use_header_filter = yes
# Descriptions: �ե��륿��Υ롼��
# History:
# Value:
# Examples:
header_filter_rules = is_valid_message_id
# Descriptions: �إå������ˤ����롼�ץ����å��뤫��
# History:
# Value: yes / no
# Examples:
use_header_loop_check = yes
# Descriptions: �إå����Ф���롼�ץ����å��Υ롼�뷲
# History:
# Value:
# Examples:
header_loop_check_rules = verify_message_id_uniqueness
verify_x_ml_info_uniqueness
verify_list_post_uniqueness
# Descriptions: Message-ID �Υ���å�����Ǽ����ǥ��쥯�ȥ�
# History:
# Value:
# Examples:
message_id_cache_dir = $db_dir/message_id
# Descriptions: �����Υإå��������롼�뷲
# Re: ���ڤ���Ȥ����ϥǥե���ȤʤΤǻ����ɬ�פʤ�
# History:
# Value:
# Examples:
article_header_rewrite_rules = delete_unsafe_header_fields
rewrite_subject_tag
rewrite_reply_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:
# 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: �ˤĤ��륿��������
# History:
# Value:
# Examples:
subject_tag_name = $ml_name
# Descriptions: Subject: ����
# % �ΰ�̣�� UNIX �ޥ˥奢��ȡ��㤨�� sprintf �ؿ��ʤ�
# History:
# Value:
# Examples: [elena:00080]
subject_tag = [$ml_name:%05d]
# Descriptions: X-ML-Name: ����� X-Sequence �ˤ������ ML ̾
# XXX ���������Ѥ�������礬���뤫�⤷��ʤ��Τǡ�
# XXX ��� $ml_name �Ȥ�ʬ���Ƥ�����
# History:
# Value:
# Examples: elena
x_ml_name = $ml_name
|