0712716b93723cc01124a0c341a4497749aaf9bf
[exim.git] / test / mail / 4000.userx
1 From CALLER@myhost.test.ex Tue Mar 02 09:44:33 1999
2 Received: from CALLER (helo=test.ex)
3         by myhost.test.ex with local-esmtp (Exim x.yz)
4         (envelope-from <CALLER@myhost.test.ex>)
5         id 10HmaY-0005vi-00
6         for userx@test.ex;
7         Tue, 2 Mar 1999 09:44:33 +0000
8 Date: Tue, 2 Mar 1999 09:44:33 +0000
9 From: J Caesar <jcaesar@test.ex>
10 To: a-list00@exim.org
11 Message-ID: <20041217133501.GA3058@test.ex>
12 Mime-Version: 1.0
13 Content-Type: multipart/mixed; boundary="T4sUOijqQbZv57TR"
14 Content-Disposition: inline
15 Subject: [exim] Re: Bug#286074: eximstats: uses message count as data for
16         the "volume" charts
17 X-BeenThere: a-list00@exim.org
18 X-Mailman-Version: 2.1.5
19 Precedence: list
20 Sender: CALLER_NAME <CALLER@myhost.test.ex>
21 X-0-content-type: multipart/mixed
22 X-0-filename: 
23 X-0-charset: 
24 X-0-boundary: T4sUOijqQbZv57TR
25 X-0-content-disposition: inline
26 X-0-content-transfer-encoding: 
27 X-0-content-id: 
28 X-0-content-description: 
29 X-0-is-multipart: 1
30 X-0-is-coverletter: 1
31 X-0-is-rfc822: 0
32 X-0-decode-filename: TESTSUITE/spool/scan/10HmaY-0005vi-00/10HmaY-0005vi-00-00000
33 X-0-content-size: 2
34 X-1-content-type: text/plain
35 X-1-filename: 
36 X-1-charset: US-ASCII
37 X-1-boundary: 
38 X-1-content-disposition: inline
39 X-1-content-transfer-encoding: quoted-printable
40 X-1-content-id: 
41 X-1-content-description: 
42 X-1-is-multipart: 0
43 X-1-is-coverletter: 1
44 X-1-is-rfc822: 0
45 X-1-decode-filename: TESTSUITE/spool/scan/10HmaY-0005vi-00/10HmaY-0005vi-00-00001
46 X-1-content-size: 1
47 X-2-content-type: text/plain
48 X-2-filename: 
49 X-2-charset: us-ascii
50 X-2-boundary: 
51 X-2-content-disposition: inline
52 X-2-content-transfer-encoding: 
53 X-2-content-id: 
54 X-2-content-description: 
55 X-2-is-multipart: 0
56 X-2-is-coverletter: 0
57 X-2-is-rfc822: 0
58 X-2-decode-filename: TESTSUITE/spool/scan/10HmaY-0005vi-00/10HmaY-0005vi-00-00002
59 X-2-content-size: 1
60 X-3-content-type: text/plain
61 X-3-filename: working-patch
62 X-3-charset: us-ascii
63 X-3-boundary: 
64 X-3-content-disposition: attachment
65 X-3-content-transfer-encoding: 
66 X-3-content-id: 
67 X-3-content-description: 
68 X-3-is-multipart: 0
69 X-3-is-coverletter: 0
70 X-3-is-rfc822: 0
71 X-3-decode-filename: TESTSUITE/spool/scan/10HmaY-0005vi-00/10HmaY-0005vi-00-00003
72 X-3-content-size: 1
73 X-4-content-type: text/plain
74 X-4-filename: 
75 X-4-charset: us-ascii
76 X-4-boundary: 
77 X-4-content-disposition: inline
78 X-4-content-transfer-encoding: 7bit
79 X-4-content-id: 
80 X-4-content-description: 
81 X-4-is-multipart: 0
82 X-4-is-coverletter: 0
83 X-4-is-rfc822: 0
84 X-4-decode-filename: TESTSUITE/spool/scan/10HmaY-0005vi-00/10HmaY-0005vi-00-00004
85 X-4-content-size: 1
86
87 --T4sUOijqQbZv57TR
88 Content-Type: text/plain; charset=US-ASCII
89 Content-Transfer-Encoding: quoted-printable
90 Content-Disposition: inline
91
92 Test quoted-printable =3D    
93 Space at end of line=40
94 Continued line =    
95 with this text.
96
97 --T4sUOijqQbZv57TR
98 Content-Type: text/plain; charset=us-ascii
99 Content-Disposition: inline
100
101 There was a part of the patch missing, complete one is attached.
102      sorry for wasting your time
103
104 --T4sUOijqQbZv57TR
105 Content-Type: text/plain; charset=us-ascii
106 Content-Disposition: attachment; filename=working-patch
107
108 --- /usr/sbin/eximstats 2004-12-17 13:36:44.381983753 +0100
109 +++ eximstats   2004-12-17 13:47:37.763185260 +0100
110 @@ -1107,11 +1107,11 @@
111    if (scalar @chartdatanames < $ntopchart)
112      {
113      push(@chartdatanames, $key);
114 -    push(@chartdatavals, $$m_count{$key});
115 +    push(@chartdatavals, $$m_data{$key});
116      }
117    else
118      {
119 -    $chartotherval += $$m_count{$key};
120 +    $chartotherval += $$m_data{$key};
121      }
122    }
123  push(@chartdatanames, "Other");
124
125 --T4sUOijqQbZv57TR
126 Content-Type: text/plain; charset="us-ascii"
127 MIME-Version: 1.0
128 Content-Transfer-Encoding: 7bit
129 Content-Disposition: inline
130
131 -- 
132
133 --T4sUOijqQbZv57TR--
134
135 From CALLER@myhost.test.ex Tue Mar 02 09:44:33 1999
136 Received: from CALLER (helo=test.ex)
137         by myhost.test.ex with local-esmtp (Exim x.yz)
138         (envelope-from <CALLER@myhost.test.ex>)
139         id 10HmaZ-0005vi-00
140         for userx@test.ex;
141         Tue, 2 Mar 1999 09:44:33 +0000
142 Date: Tue, 2 Mar 1999 09:44:33 +0000
143 From: J Caesar <jcaesar@test.ex>
144 To: a-list00@exim.org
145 Message-ID: <20041217133501.GA3058@test.ex>
146 Mime-Version: 1.0
147 Content-Type: multipart/mixed; boundary="T4sUOijqQbZv57TR"
148 Content-Disposition: inline
149 Subject: Nasty
150 Sender: CALLER_NAME <CALLER@myhost.test.ex>
151 X-0-content-type: multipart/mixed
152 X-0-filename: 
153 X-0-charset: 
154 X-0-boundary: T4sUOijqQbZv57TR
155 X-0-content-disposition: inline
156 X-0-content-transfer-encoding: 
157 X-0-content-id: 
158 X-0-content-description: 
159 X-0-is-multipart: 1
160 X-0-is-coverletter: 1
161 X-0-is-rfc822: 0
162 X-0-decode-filename: TESTSUITE/spool/scan/10HmaZ-0005vi-00/10HmaZ-0005vi-00-00000
163 X-0-content-size: 1
164 X-1-content-type: text/plain
165 X-1-filename: 
166 X-1-charset: 
167 X-1-boundary: 
168 X-1-content-disposition: 
169 X-1-content-transfer-encoding: 
170 X-1-content-id: 
171 X-1-content-description: 
172 X-1-is-multipart: 0
173 X-1-is-coverletter: 1
174 X-1-is-rfc822: 0
175 X-1-decode-filename: TESTSUITE/spool/scan/10HmaZ-0005vi-00/10HmaZ-0005vi-00-00001
176 X-1-content-size: 1
177
178 --T4sUOijqQbZv57TR
179 Content-Type: text/plain; charset=
180
181 foobar
182
183 --T4sUOijqQbZv57TR--
184
185 From CALLER@myhost.test.ex Tue Mar 02 09:44:33 1999
186 Received: from CALLER (helo=test.ex)
187         by myhost.test.ex with local-esmtp (Exim x.yz)
188         (envelope-from <CALLER@myhost.test.ex>)
189         id 10HmbA-0005vi-00
190         for userx@test.ex;
191         Tue, 2 Mar 1999 09:44:33 +0000
192 Date: Tue, 2 Mar 1999 09:44:33 +0000
193 From: J Caesar <jcaesar@test.ex>
194 To: a-list00@exim.org
195 Message-ID: <20041217133501.GA3059@test.ex>
196 Mime-Version: 1.0
197 Content-Type: text/html;
198         charset=UTF-8;
199         name=""
200 Content-Disposition: inline
201 Subject: Nasty
202 Sender: CALLER_NAME <CALLER@myhost.test.ex>
203 X-0-content-type: text/html
204 X-0-filename: 
205 X-0-charset: UTF-8
206 X-0-boundary: 
207 X-0-content-disposition: inline
208 X-0-content-transfer-encoding: 
209 X-0-content-id: 
210 X-0-content-description: 
211 X-0-is-multipart: 0
212 X-0-is-coverletter: 1
213 X-0-is-rfc822: 0
214 X-0-decode-filename: TESTSUITE/spool/scan/10HmbA-0005vi-00/10HmbA-0005vi-00-00000
215 X-0-content-size: 1
216
217 --T4sUOijqQbZv57TR
218 Content-Type: text/plain;
219
220 foobar
221
222 --T4sUOijqQbZv57TR--
223
224 From CALLER@myhost.test.ex Tue Mar 02 09:44:33 1999
225 Received: from CALLER (helo=test.ex)
226         by myhost.test.ex with local-esmtp (Exim x.yz)
227         (envelope-from <CALLER@myhost.test.ex>)
228         id 10HmbB-0005vi-00
229         for userx@test.ex;
230         Tue, 2 Mar 1999 09:44:33 +0000
231 Date: Tue, 2 Mar 1999 09:44:33 +0000
232 From: J Caesar <jcaesar@test.ex>
233 To: a-list00@exim.org
234 Message-ID: <20041217133501.GA3059@test.ex>
235 Mime-Version: 1.0
236 Content-Type: text/plain; charset="utf-8""
237 Content-Disposition: inline
238 Subject: Nasty3
239 Sender: CALLER_NAME <CALLER@myhost.test.ex>
240 X-0-content-type: text/plain
241 X-0-filename: 
242 X-0-charset: utf-8;
243 X-0-boundary: 
244 X-0-content-disposition: inline
245 X-0-content-transfer-encoding: 
246 X-0-content-id: 
247 X-0-content-description: 
248 X-0-is-multipart: 0
249 X-0-is-coverletter: 1
250 X-0-is-rfc822: 0
251 X-0-decode-filename: TESTSUITE/spool/scan/10HmbB-0005vi-00/10HmbB-0005vi-00-00000
252 X-0-content-size: 1
253
254 --T4sUOijqQbZv57TR
255 Content-Type: text/plain;
256
257 foobar
258
259 --T4sUOijqQbZv57TR--
260
261 From CALLER@myhost.test.ex Tue Mar 02 09:44:33 1999
262 Received: from CALLER (helo=test.ex)
263         by myhost.test.ex with local-esmtp (Exim x.yz)
264         (envelope-from <CALLER@myhost.test.ex>)
265         id 10HmbC-0005vi-00
266         for userx@test.ex;
267         Tue, 2 Mar 1999 09:44:33 +0000
268 Date: Tue, 2 Mar 1999 09:44:33 +0000
269 From: J Caesar <jcaesar@test.ex>
270 To: a-list00@exim.org
271 Message-ID: <20041217133501.GA3059@test.ex>
272 Mime-Version: 1.0
273 Content-Type: text/plain;
274         garbage1;
275         garbage2=foo;
276         garbage3="bar"foo;
277         charset=UTF-8;
278         garbage4=";
279 Content-Disposition: inline
280 Subject: Nasty4
281 Sender: CALLER_NAME <CALLER@myhost.test.ex>
282 X-0-content-type: text/plain
283 X-0-filename: 
284 X-0-charset: UTF-8
285 X-0-boundary: 
286 X-0-content-disposition: inline
287 X-0-content-transfer-encoding: 
288 X-0-content-id: 
289 X-0-content-description: 
290 X-0-is-multipart: 0
291 X-0-is-coverletter: 1
292 X-0-is-rfc822: 0
293 X-0-decode-filename: TESTSUITE/spool/scan/10HmbC-0005vi-00/10HmbC-0005vi-00-00000
294 X-0-content-size: 1
295
296 --T4sUOijqQbZv57TR
297 Content-Type: text/plain;
298
299 foobar
300
301 --T4sUOijqQbZv57TR--
302
303 From CALLER@myhost.test.ex Tue Mar 02 09:44:33 1999
304 Received: from CALLER (helo=test.ex)
305         by myhost.test.ex with local-esmtp (Exim x.yz)
306         (envelope-from <CALLER@myhost.test.ex>)
307         id 10HmbD-0005vi-00
308         for userx@test.ex;
309         Tue, 2 Mar 1999 09:44:33 +0000
310 Date: Tue, 2 Mar 1999 09:44:33 +0000
311 Message-ID: <20041217133501.GA3058@test.ex>
312 Subject: Nasty5
313 Mime-Version: 1.0
314 Content-Type: multipart/mixed; boundary="T4sUOijqQbZv57TR"
315 From: CALLER_NAME <CALLER@myhost.test.ex>
316 X-0-content-type: multipart/mixed
317 X-0-filename: 
318 X-0-charset: 
319 X-0-boundary: T4sUOijqQbZv57TR
320 X-0-content-disposition: 
321 X-0-content-transfer-encoding: 
322 X-0-content-id: 
323 X-0-content-description: 
324 X-0-is-multipart: 1
325 X-0-is-coverletter: 1
326 X-0-is-rfc822: 0
327 X-0-decode-filename: TESTSUITE/spool/scan/10HmbD-0005vi-00/10HmbD-0005vi-00-00000
328 X-0-content-size: 1
329 X-1-content-type: text/plain
330 X-1-filename: test ä test1
331 X-1-charset: us-ascii
332 X-1-boundary: 
333 X-1-content-disposition: attachment
334 X-1-content-transfer-encoding: 
335 X-1-content-id: 
336 X-1-content-description: 
337 X-1-is-multipart: 0
338 X-1-is-coverletter: 1
339 X-1-is-rfc822: 0
340 X-1-decode-filename: TESTSUITE/spool/scan/10HmbD-0005vi-00/10HmbD-0005vi-00-00001
341 X-1-content-size: 1
342 X-2-content-type: text/plain
343 X-2-filename: test ä test2
344 X-2-charset: us-ascii
345 X-2-boundary: 
346 X-2-content-disposition: attachment
347 X-2-content-transfer-encoding: 
348 X-2-content-id: 
349 X-2-content-description: 
350 X-2-is-multipart: 0
351 X-2-is-coverletter: 0
352 X-2-is-rfc822: 0
353 X-2-decode-filename: TESTSUITE/spool/scan/10HmbD-0005vi-00/10HmbD-0005vi-00-00002
354 X-2-content-size: 1
355
356 --T4sUOijqQbZv57TR
357 Content-Type: text/plain; charset=us-ascii
358 Content-Disposition: attachment; filename="=?iso-8859-1?Q?test_=E4_test1?="
359
360 (content 1: filename is rfc2047 encoded)
361
362 --T4sUOijqQbZv57TR
363 Content-Type: text/plain; charset=us-ascii
364 Content-Disposition: attachment; filename*=ISO-8859-1''%74%65%73%74%20%E4%20%74%65%73%74%32
365
366 (content 2: filename is rfc2231 encoded)
367
368 --T4sUOijqQbZv57TR--
369
370 From CALLER@myhost.test.ex Tue Mar 02 09:44:33 1999
371 Received: from CALLER (helo=test.ex)
372         by myhost.test.ex with local-esmtp (Exim x.yz)
373         (envelope-from <CALLER@myhost.test.ex>)
374         id 10HmbE-0005vi-00
375         for userx@test.ex;
376         Tue, 2 Mar 1999 09:44:33 +0000
377 Date: Tue, 2 Mar 1999 09:44:33 +0000
378 From: J Caesar <jcaesar@test.ex>
379 To: a-list00@exim.org
380 Message-ID: <20041217133502.GA3059@test.ex>
381 Mime-Version: 1.0
382 Content-Type: application/pdf;
383  name*=''2015.11.13%20-%20Pr%C3%A4sentation%20GI%20-%20LK.PDF
384 Content-Disposition: attachment;
385  filename*=''2015.11.13%20-%20Pr%C3%A4sentation%20GI%20-%20LK.PDF
386 Subject: Nasty6
387 Sender: CALLER_NAME <CALLER@myhost.test.ex>
388 X-0-content-type: application/pdf
389 X-0-filename: 2015.11.13 - Präsentation GI - LK.PDF
390 X-0-charset: 
391 X-0-boundary: 
392 X-0-content-disposition: attachment
393 X-0-content-transfer-encoding: 
394 X-0-content-id: 
395 X-0-content-description: 
396 X-0-is-multipart: 0
397 X-0-is-coverletter: 1
398 X-0-is-rfc822: 0
399 X-0-decode-filename: TESTSUITE/spool/scan/10HmbE-0005vi-00/10HmbE-0005vi-00-00000
400 X-0-content-size: 1
401
402 --T4sUOijqQbZv57TR
403 Content-Type: text/plain;
404
405 foobar
406
407 --T4sUOijqQbZv57TR--
408