# Exercising exim_msgdate # # This file is intended for a config with # localhost_number = 20 # # Without this, runtest would munge all dates and message-ids, # destroying the things we wish to test: no_munge # ### Each msg-id type, all zone 255 exim_msgdate -l -u -z -pid E000000-005XGK-00 **** 255 exim_msgdate -l -u -z -pid 000000-005XGK-00 ZZZZZZ-005XGK-zz 1PANS3-003FPJ-TW **** 255 exim_msgdate -l -u -z -pid 000000 1PANS3 zzzzzz **** 255 exim_msgdate -l -u -z -pid 000000 1PANS3 ZZZZZZ **** ### All msg-id types, all zones, localhost_number = 3 exim_msgdate -l -u -z -localhost_number=3 E000000-005XGK-00 **** exim_msgdate -l -u -z -localhost_number=3 000000-005XGK-00 ZZZZZZ-005XGK-zz 1PANS3-003FPJ-TW **** exim_msgdate -l -u -z -localhost_number=3 000000 1PANS3 zzzzzz **** exim_msgdate -l -u -z -localhost_number=3 000000 1PANS3 ZZZZZZ **** ### All msg-id types, all zones, localhost_number = 13 exim_msgdate -l -u -z -localhost_number=13 E000000-005XGK-00 **** exim_msgdate -l -u -z -localhost_number=13 000000-005XGK-00 ZZZZZZ-005XGK-zz 1PANS3-003FPJ-TW **** exim_msgdate -l -u -z -localhost_number=13 000000 1PANS3 zzzzzz **** exim_msgdate -l -u -z -localhost_number=13 000000 1PANS3 ZZZZZZ **** ### All msg-id types, all zones, localhost_number = 20 255 exim_msgdate -l -u -z -localhost_number=20 E000000-005XGK-00 **** 255 exim_msgdate -l -u -z -localhost_number=20 000000-005XGK-00 ZZZZZZ-005XGK-zz 1PANS3-003FPJ-TW **** 255 exim_msgdate -l -u -z -localhost_number=20 000000 1PANS3 zzzzzz **** 255 exim_msgdate -l -u -z -localhost_number=20 000000 1PANS3 ZZZZZZ **** ### All msg-id types, all zones, base=36 255 exim_msgdate -l -u -z --b36 E000000-005XGK-00 **** 255 exim_msgdate -l -u -z --b36 000000-005XGK-00 ZZZZZZ-005XGK-zz 1PANS3-003FPJ-TW **** 255 exim_msgdate -l -u -z --b36 000000 1PANS3 zzzzzz **** 255 exim_msgdate -l -u -z --b36 000000 1PANS3 ZZZZZZ **** ### All msg-id types, all zones, base=62 255 exim_msgdate -l -u -z --b62 E000000-005XGK-00 **** 255 exim_msgdate -l -u -z --b62 000000-005XGK-00 ZZZZZZ-005XGK-zz 1PANS3-003FPJ-TW **** 255 exim_msgdate -l -u -z --b62 000000 1PANS3 zzzzzz **** 255 exim_msgdate -l -u -z --b62 000000 1PANS3 ZZZZZZ ****