Utility: exim_msgdate
[exim.git] / test / scripts / 0000-Basic / 0702
1 # Exercising exim_msgdate
2 #
3 # This file is intended for a config with
4 #   localhost_number = 13
5 #
6 # Without this, runtest would munge all dates and message-ids,
7 # destroying the things we wish to test:
8 no_munge
9 #
10 ### Each msg-id type, all zone
11 exim_msgdate -l -u -z -pid E000000-005XGK-00
12 ****
13 exim_msgdate -l -u -z -pid 000000-005XGK-00 ZZZZZZ-005XGK-zz 1PANS3-003FPJ-TW
14 ****
15 exim_msgdate -l -u -z -pid 000000 1PANS3 zzzzzz
16 ****
17 exim_msgdate -l -u -z -pid 000000 1PANS3 ZZZZZZ
18 ****
19 ### All msg-id types, all zones,  localhost_number = 3
20 exim_msgdate -l -u -z -localhost_number=3 E000000-005XGK-00
21 ****
22 exim_msgdate -l -u -z -localhost_number=3 000000-005XGK-00 ZZZZZZ-005XGK-zz 1PANS3-003FPJ-TW
23 ****
24 exim_msgdate -l -u -z -localhost_number=3 000000 1PANS3 zzzzzz
25 ****
26 exim_msgdate -l -u -z -localhost_number=3 000000 1PANS3 ZZZZZZ
27 ****
28 ### All msg-id types, all zones,  localhost_number = 13
29 exim_msgdate -l -u -z -localhost_number=13 E000000-005XGK-00
30 ****
31 exim_msgdate -l -u -z -localhost_number=13 000000-005XGK-00 ZZZZZZ-005XGK-zz 1PANS3-003FPJ-TW
32 ****
33 exim_msgdate -l -u -z -localhost_number=13 000000 1PANS3 zzzzzz
34 ****
35 exim_msgdate -l -u -z -localhost_number=13 000000 1PANS3 ZZZZZZ
36 ****
37 ### All msg-id types, all zones,  localhost_number = 20
38 255
39 exim_msgdate -l -u -z -localhost_number=20 E000000-005XGK-00
40 ****
41 255
42 exim_msgdate -l -u -z -localhost_number=20 000000-005XGK-00 ZZZZZZ-005XGK-zz 1PANS3-003FPJ-TW
43 ****
44 255
45 exim_msgdate -l -u -z -localhost_number=20 000000 1PANS3 zzzzzz
46 ****
47 255
48 exim_msgdate -l -u -z -localhost_number=20 000000 1PANS3 ZZZZZZ
49 ****
50 ### All msg-id types, all zones,  base=36
51 255
52 exim_msgdate -l -u -z --b36 E000000-005XGK-00
53 ****
54 255
55 exim_msgdate -l -u -z --b36 000000-005XGK-00 ZZZZZZ-005XGK-zz 1PANS3-003FPJ-TW
56 ****
57 255
58 exim_msgdate -l -u -z --b36 000000 1PANS3 zzzzzz
59 ****
60 255
61 exim_msgdate -l -u -z --b36 000000 1PANS3 ZZZZZZ
62 ****
63 ### All msg-id types, all zones,  base=62
64 exim_msgdate -l -u -z --b62 E000000-005XGK-00
65 ****
66 exim_msgdate -l -u -z --b62 000000-005XGK-00 ZZZZZZ-005XGK-zz 1PANS3-003FPJ-TW
67 ****
68 exim_msgdate -l -u -z --b62 000000 1PANS3 zzzzzz
69 ****
70 exim_msgdate -l -u -z --b62 000000 1PANS3 ZZZZZZ
71 ****