1 # log_selector msg_id and msg_id_created
3 # msg_id is on by default; check baseline
4 exim -DLOG_SELECTOR=+received_recipients -t
7 Message-ID: original1235@example.com
12 # check for 822-rules for domain-listeral in Message_ID:
13 exim -DLOG_SELECTOR=+received_recipients -t
16 Message-ID: original1235@[foobar]
21 # msg_id is on by default; check it can be disabled
22 exim -DLOG_SELECTOR=+received_recipients-msg_id -t
25 Message-ID: original1235@example.com
30 # check msg_id_created shows invented ones
31 exim -DLOG_SELECTOR=+received_recipients+msg_id_created -t
38 # check msg_id_created ignores non-invented ones
39 exim -DLOG_SELECTOR=+received_recipients+msg_id_created -t
42 Message-ID: original1235@example.com
47 # check that bounces don't log created, by default
48 exim -DLOG_SELECTOR=+received_recipients -M $msg1
50 # and check they do with msg_id_created
51 exim -DLOG_SELECTOR=+received_recipients+msg_id_created -M $msg1