blob: f42009339bdc34146db59a4de67ca200342baa70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
=head1 mail body
# Descriptions: use loop check based on body information
# History:
# Value: yes / no
# Examples:
use_incoming_mail_body_loop_check = yes
# Descriptions: body loop check rules
# History:
# Value:
# Examples:
incoming_mail_body_loop_check_rules = check_body_cksum
# Descriptions: Message-ID cache directory
# History:
# Value:
# Examples:
incoming_mail_body_cksum_cache_dir = $db_dir/body_cksum
|