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 # msg_id is on by default; check it can be disabled
13 exim -DLOG_SELECTOR=+received_recipients-msg_id -t
16 Message-ID: original1235@example.com
21 # check msg_id_created shows invented ones
22 exim -DLOG_SELECTOR=+received_recipients+msg_id_created -t
29 # check msg_id_created ignores non-invented ones
30 exim -DLOG_SELECTOR=+received_recipients+msg_id_created -t
33 Message-ID: original1235@example.com
38 # check that bounces don't log created, by default
39 exim -DLOG_SELECTOR=+received_recipients -M $msg1
41 # and check they do with msg_id_created
42 exim -DLOG_SELECTOR=+received_recipients+msg_id_created -M $msg1