blob: 35d66acc42af6e6c98a91f06307888b1bf705e9e (
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
|
=head1 header manipulation
# Descriptions: use loop check based on header information ?
# History:
# Value: yes / no
# Examples:
use_incoming_mail_header_loop_check = yes
# Descriptions: loop check rules
# History:
# Value:
# Examples:
incoming_mail_header_loop_check_rules = check_message_id
check_x_ml_info
check_list_post
# Descriptions: Message-ID cache directory
# History:
# Value:
# Examples:
message_id_cache_dir = $db_dir/message_id
# Descriptions: use article header rewrite function ?
# History:
# Value: yes / no
# Examples:
use_article_header_rewrite = yes
# Descriptions: header rewriting rules
# 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: use digest article header rewrite function ?
# History:
# Value: yes / no
# Examples:
use_digest_header_rewrite = yes
# Descriptions: digest article header rewrite rules
# History:
# Value:
# Examples:
digest_header_rewrite_rules = add_software_info
add_rfc2369
# Descriptions: remove unsafe header fields
# History: $SKIP_FIELDS
# Value: strings
# Examples:
unsafe_header_fields = Return-Receipt-To
# Descriptions: Subject: tag.
# see sprintf(3) on the usage of % et.al.
# History:
# Value:
# Examples: [elena:00080]
article_subject_tag = [$ml_name:%05d]
# Descriptions: ml name in both X-ML-Name: and X-Sequence header fields.
# History:
# Value:
# Examples: elena
outgoing_mail_header_x_ml_name = $ml_name
|