summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0703
blob: b3ed864bcf8201cb218742862f0458e0f3a72437 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
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
****