255e8e20920d6ae8e9415477e50c01b5a0ee11c8
[exim.git] / test / scripts / 0000-Basic / 0700
1 # exim_msgdate
2 #
3 # Without this, runtest would munge all dates and message-ids,
4 # destroying the things we wish to test:
5 no_munge
6 #
7 #
8 ### A Message ID as it appears in an email:
9 0 TZ=GB
10 exim_msgdate E1pAnS3-003fPj-Tw
11 ****
12 ### A Message ID as it appears in the exim log:
13 0 TZ=GB
14 exim_msgdate 1pEPHo-005xgk-2e
15 ****
16 ### Just the date part of the Message ID:
17 ###    The Epoch ...
18 0 TZ=GB
19 exim_msgdate 000000
20 ****
21 ### ... the script was under development at this time ...
22 0 TZ=GB
23 exim_msgdate 1pEPHo
24 ****
25 ### ... the end of exim msg-id time
26 0 TZ=GB
27 exim_msgdate zzzzzz
28 ****
29 ### All three time zones with a non-GMT time
30 0 TZ=GB
31 exim_msgdate -l -u -z 1o6fde-003z7E-PS
32 ****
33 ### All three types of message-ids, at once:
34 0 TZ=GB
35 exim_msgdate E000000-005XGK-00 1pAnS3-003fPj-Tw zzzzzz
36 ****
37 ### Message IDs generated on a system, such as Mac or Cygwin,
38 ### which has low-resolution Message-ID timestamps
39 0 TZ=GB
40 exim_msgdate --base36 000000-005XGK-00
41 ****
42 0 TZ=GB
43 exim_msgdate --base36 ZZZZZZ-005XGK-ZZ
44 ****
45 255 TZ=GB
46 exim_msgdate --base36 zzzzzz-005xgk-zz
47 ****
48 ### An invalid base option
49 255 TZ=GB
50 exim_msgdate --base 32 ZZZZZZ
51 ****
52 ### Message IDs generated on a standard system
53 ### with high-resolution Message-ID timestamps
54 0 TZ=GB
55 exim_msgdate --base62 000000-005XGK-00
56 ****
57 0 TZ=GB
58 exim_msgdate --base62 ZZZZZZ-005XGK-ZZ
59 ****
60 0 TZ=GB
61 exim_msgdate --base62 zzzzzz-005xgk-zz
62 ****
63 ### Some strings that are similar to, but not Exim Message IDs:
64 0 TZ=GB
65 exim_msgdate  zzzzzz-005xgk-z@
66 ****
67 0 TZ=GB
68 exim_msgdate  zzzzz-z005xgk-zz
69 ****
70 0 TZ=GB
71 exim_msgdate  zzzzzzz
72 ****
73 ### Print date with localtime
74 0 TZ=GB
75 exim_msgdate -local 000000
76 ****
77 0 TZ=GB
78 exim_msgdate -local E1pAnS3-003fPj-Tw
79 ****
80 0 TZ=GB
81 exim_msgdate -local zzzzzz-003fPj-zz
82 ****
83 ### Print date with timezone GMT/Zulu
84 0 TZ=GB
85 exim_msgdate -GMT 000000-003fPj-00
86 ****
87 0 TZ=GB
88 exim_msgdate -GMT E1pAnS3-003fPj-Tw
89 ****
90 0 TZ=GB
91 exim_msgdate -zulu E1pAnS3-003fPj-Tw
92 ****
93 0 TZ=GB
94 exim_msgdate -zulu EZZZZZZ-003fPj-ZZ
95 ****
96 ### Print date as seconds since the UNIX epoch.
97 0 TZ=GB
98 exim_msgdate -unix E000000-003fPj-00
99 ****
100 0 TZ=GB
101 exim_msgdate -unix E1pAnS3-003fPj-tw
102 ****
103 0 TZ=GB
104 exim_msgdate -unix Ezzzzzz-003fpj-zz
105 ****
106 ### Show the process id too
107 0 TZ=GB
108 exim_msgdate -unix --pid EZZZZZZ-003fPj-ZZ
109 ****
110 0 TZ=GB
111 exim_msgdate -pid EZZZZZZ-003fPj-ZZ
112 ****
113 0 TZ=GB
114 exim_msgdate -local --pid EZZZZZZ-003fPj-ZZ
115 ****
116 ### Override the value of localhost_number set in the exim configuation file
117 0 TZ=GB
118 exim_msgdate -local --localhost_number 11 -base 62 EZZZZZZ-003FPJ-ZZ
119 ****
120 0 TZ=GB
121 exim_msgdate --localhost_number 11 -base 62 EZZZZZZ-003FPJ-ZZ
122 ****
123 0 TZ=GB
124 exim_msgdate --localhost_number 9 -base 36 EZZZZZZ-003FPJ-ZZ
125 ****
126 255 TZ=GB
127 exim_msgdate --localhost_number 11 -base 36 EZZZZZZ-003FPJ-ZZ
128 ****
129 0 TZ=GB
130 exim_msgdate -localhost_number 11 --local -base 62 EZZZZZZ-003FPJ-ZZ
131 ****
132 255 TZ=GB
133 exim_msgdate --localhost_number -1 -base 36 EZZZZZZ-003FPJ-ZZ
134 ****
135 255 TZ=GB
136 exim_msgdate --localhost_number 19 -base 62 EZZZZZZ-003FPJ-ZZ
137 ****
138 #
139 #
140 #
141 #
142 ### From here as 701 - 703
143 ### Each msg-id type, all zone
144 0 TZ=GB
145 exim_msgdate -l -u -z -pid E000000-005XGK-00
146 ****
147 0 TZ=GB
148 exim_msgdate -l -u -z -pid 000000-005XGK-00 ZZZZZZ-005XGK-zz 1PANS3-003FPJ-TW
149 ****
150 0 TZ=GB
151 exim_msgdate -l -u -z -pid 000000 1PANS3 zzzzzz
152 ****
153 0 TZ=GB
154 exim_msgdate -l -u -z -pid 000000 1PANS3 ZZZZZZ
155 ****
156 ### All msg-id types, all zones,  localhost_number = 3
157 0 TZ=GB
158 exim_msgdate -l -u -z -localhost_number=3 E000000-005XGK-00
159 ****
160 0 TZ=GB
161 exim_msgdate -l -u -z -localhost_number=3 000000-005XGK-00 ZZZZZZ-005XGK-zz 1PANS3-003FPJ-TW
162 ****
163 0 TZ=GB
164 exim_msgdate -l -u -z -localhost_number=3 000000 1PANS3 zzzzzz
165 ****
166 0 TZ=GB
167 exim_msgdate -l -u -z -localhost_number=3 000000 1PANS3 ZZZZZZ
168 ****
169 ### All msg-id types, all zones,  localhost_number = 13
170 0 TZ=GB
171 exim_msgdate -l -u -z -localhost_number=13 E000000-005XGK-00
172 ****
173 0 TZ=GB
174 exim_msgdate -l -u -z -localhost_number=13 000000-005XGK-00 ZZZZZZ-005XGK-zz 1PANS3-003FPJ-TW
175 ****
176 0 TZ=GB
177 exim_msgdate -l -u -z -localhost_number=13 000000 1PANS3 zzzzzz
178 ****
179 0 TZ=GB
180 exim_msgdate -l -u -z -localhost_number=13 000000 1PANS3 ZZZZZZ
181 ****
182 ### All msg-id types, all zones,  localhost_number = 20
183 255 TZ=GB
184 exim_msgdate -l -u -z -localhost_number=20 E000000-005XGK-00
185 ****
186 255 TZ=GB
187 exim_msgdate -l -u -z -localhost_number=20 000000-005XGK-00 ZZZZZZ-005XGK-zz 1PANS3-003FPJ-TW
188 ****
189 255 TZ=GB
190 exim_msgdate -l -u -z -localhost_number=20 000000 1PANS3 zzzzzz
191 ****
192 255 TZ=GB
193 exim_msgdate -l -u -z -localhost_number=20 000000 1PANS3 ZZZZZZ
194 ****
195 ### All msg-id types, all zones,  base=36
196 0 TZ=GB
197 exim_msgdate -l -u -z --b36 E000000-005XGK-00
198 ****
199 255 TZ=GB
200 exim_msgdate -l -u -z --b36 000000-005XGK-00 ZZZZZZ-005XGK-zz 1PANS3-003FPJ-TW
201 ****
202 255 TZ=GB
203 exim_msgdate -l -u -z --b36 000000 1PANS3 zzzzzz
204 ****
205 0 TZ=GB
206 exim_msgdate -l -u -z --b36 000000 1PANS3 ZZZZZZ
207 ****
208 ### All msg-id types, all zones,  base=62
209 0 TZ=GB
210 exim_msgdate -l -u -z --b62 E000000-005XGK-00
211 ****
212 0 TZ=GB
213 exim_msgdate -l -u -z --b62 000000-005XGK-00 ZZZZZZ-005XGK-zz 1PANS3-003FPJ-TW
214 ****
215 0 TZ=GB
216 exim_msgdate -l -u -z --b62 000000 1PANS3 zzzzzz
217 ****
218 0 TZ=GB
219 exim_msgdate -l -u -z --b62 000000 1PANS3 ZZZZZZ
220 ****