blob: 3bf8002b2990fbd295a827b60afe34ae343d6c88 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
=head1 Envelope based action
# Descriptions: enable envelope based loop check or not ?
# History:
# Value: YES_OR_NO
# Examples:
use_incoming_mail_envelope_loop_check = yes
# Descriptions: envelope based loop check rules
# History:
# Value: MIX (
# check_envelope_sender
# )
# Examples: check_envelope_sender
incoming_mail_envelope_loop_check_rules = check_envelope_sender
|