X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/73d6e13f9b0cc4f708210372c59893950b3f7097..7b5fe03f9c6c2a322dc385ab78b60ccfe1fe33fe:/test/scripts/0000-Basic/0703 diff --git a/test/scripts/0000-Basic/0703 b/test/scripts/0000-Basic/0703 new file mode 100644 index 000000000..b3ed864bc --- /dev/null +++ b/test/scripts/0000-Basic/0703 @@ -0,0 +1,79 @@ +# 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 +****