Sqlite: new main option sqlite_dbfile
[exim.git] / test / mail / 4000.userx
CommitLineData
afda344b
PH
1From CALLER@myhost.test.ex Tue Mar 02 09:44:33 1999
2Received: from CALLER (helo=test.ex)
3 by myhost.test.ex with local-esmtp (Exim x.yz)
4 (envelope-from <CALLER@myhost.test.ex>)
5b6f7658 5 id 10HmaY-0005vi-00
afda344b
PH
6 for userx@test.ex; Tue, 2 Mar 1999 09:44:33 +0000
7Date: Tue, 2 Mar 1999 09:44:33 +0000
8From: J Caesar <jcaesar@test.ex>
9To: a-list00@exim.org
10Message-ID: <20041217133501.GA3058@test.ex>
11Mime-Version: 1.0
12Content-Type: multipart/mixed; boundary="T4sUOijqQbZv57TR"
13Content-Disposition: inline
14Subject: [exim] Re: Bug#286074: eximstats: uses message count as data for
15 the "volume" charts
16X-BeenThere: a-list00@exim.org
17X-Mailman-Version: 2.1.5
18Precedence: list
19Sender: CALLER_NAME <CALLER@myhost.test.ex>
20X-0-content-type: multipart/mixed
21X-0-filename:
22X-0-charset:
23X-0-boundary: T4sUOijqQbZv57TR
24X-0-content-disposition: inline
25X-0-content-transfer-encoding:
26X-0-content-id:
27X-0-content-description:
28X-0-is-multipart: 1
29X-0-is-coverletter: 1
30X-0-is-rfc822: 0
5b6f7658 31X-0-decode-filename: TESTSUITE/spool/scan/10HmaY-0005vi-00/10HmaY-0005vi-00-00000
d203e649 32X-0-content-size: 2
afda344b
PH
33X-1-content-type: text/plain
34X-1-filename:
d203e649 35X-1-charset: US-ASCII
afda344b
PH
36X-1-boundary:
37X-1-content-disposition: inline
d203e649 38X-1-content-transfer-encoding: quoted-printable
afda344b
PH
39X-1-content-id:
40X-1-content-description:
41X-1-is-multipart: 0
42X-1-is-coverletter: 1
43X-1-is-rfc822: 0
5b6f7658 44X-1-decode-filename: TESTSUITE/spool/scan/10HmaY-0005vi-00/10HmaY-0005vi-00-00001
afda344b
PH
45X-1-content-size: 1
46X-2-content-type: text/plain
d203e649 47X-2-filename:
afda344b
PH
48X-2-charset: us-ascii
49X-2-boundary:
d203e649 50X-2-content-disposition: inline
afda344b
PH
51X-2-content-transfer-encoding:
52X-2-content-id:
53X-2-content-description:
54X-2-is-multipart: 0
55X-2-is-coverletter: 0
56X-2-is-rfc822: 0
5b6f7658 57X-2-decode-filename: TESTSUITE/spool/scan/10HmaY-0005vi-00/10HmaY-0005vi-00-00002
afda344b
PH
58X-2-content-size: 1
59X-3-content-type: text/plain
d203e649 60X-3-filename: working-patch
afda344b
PH
61X-3-charset: us-ascii
62X-3-boundary:
d203e649
PH
63X-3-content-disposition: attachment
64X-3-content-transfer-encoding:
afda344b
PH
65X-3-content-id:
66X-3-content-description:
67X-3-is-multipart: 0
68X-3-is-coverletter: 0
69X-3-is-rfc822: 0
5b6f7658 70X-3-decode-filename: TESTSUITE/spool/scan/10HmaY-0005vi-00/10HmaY-0005vi-00-00003
afda344b 71X-3-content-size: 1
d203e649
PH
72X-4-content-type: text/plain
73X-4-filename:
74X-4-charset: us-ascii
75X-4-boundary:
76X-4-content-disposition: inline
77X-4-content-transfer-encoding: 7bit
78X-4-content-id:
79X-4-content-description:
80X-4-is-multipart: 0
81X-4-is-coverletter: 0
82X-4-is-rfc822: 0
5b6f7658 83X-4-decode-filename: TESTSUITE/spool/scan/10HmaY-0005vi-00/10HmaY-0005vi-00-00004
d203e649 84X-4-content-size: 1
afda344b 85
d203e649
PH
86--T4sUOijqQbZv57TR
87Content-Type: text/plain; charset=US-ASCII
88Content-Transfer-Encoding: quoted-printable
89Content-Disposition: inline
90
91Test quoted-printable =3D
92Space at end of line=40
93Continued line =
94with this text.
95
afda344b
PH
96--T4sUOijqQbZv57TR
97Content-Type: text/plain; charset=us-ascii
98Content-Disposition: inline
99
100There was a part of the patch missing, complete one is attached.
101 sorry for wasting your time
102
103--T4sUOijqQbZv57TR
104Content-Type: text/plain; charset=us-ascii
105Content-Disposition: attachment; filename=working-patch
106
107--- /usr/sbin/eximstats 2004-12-17 13:36:44.381983753 +0100
108+++ eximstats 2004-12-17 13:47:37.763185260 +0100
109@@ -1107,11 +1107,11 @@
110 if (scalar @chartdatanames < $ntopchart)
111 {
112 push(@chartdatanames, $key);
113- push(@chartdatavals, $$m_count{$key});
114+ push(@chartdatavals, $$m_data{$key});
115 }
116 else
117 {
118- $chartotherval += $$m_count{$key};
119+ $chartotherval += $$m_data{$key};
120 }
121 }
122 push(@chartdatanames, "Other");
123
124--T4sUOijqQbZv57TR
125Content-Type: text/plain; charset="us-ascii"
126MIME-Version: 1.0
127Content-Transfer-Encoding: 7bit
128Content-Disposition: inline
129
130--
131
132--T4sUOijqQbZv57TR--
133
134From CALLER@myhost.test.ex Tue Mar 02 09:44:33 1999
93cad488
JH
135Received: from CALLER (helo=test.ex)
136 by myhost.test.ex with local-esmtp (Exim x.yz)
afda344b 137 (envelope-from <CALLER@myhost.test.ex>)
5b6f7658 138 id 10HmaZ-0005vi-00
afda344b
PH
139 for userx@test.ex; Tue, 2 Mar 1999 09:44:33 +0000
140Date: Tue, 2 Mar 1999 09:44:33 +0000
141From: J Caesar <jcaesar@test.ex>
142To: a-list00@exim.org
143Message-ID: <20041217133501.GA3058@test.ex>
144Mime-Version: 1.0
145Content-Type: multipart/mixed; boundary="T4sUOijqQbZv57TR"
146Content-Disposition: inline
93cad488 147Subject: Nasty
afda344b
PH
148Sender: CALLER_NAME <CALLER@myhost.test.ex>
149X-0-content-type: multipart/mixed
150X-0-filename:
151X-0-charset:
152X-0-boundary: T4sUOijqQbZv57TR
153X-0-content-disposition: inline
154X-0-content-transfer-encoding:
155X-0-content-id:
156X-0-content-description:
157X-0-is-multipart: 1
158X-0-is-coverletter: 1
159X-0-is-rfc822: 0
5b6f7658 160X-0-decode-filename: TESTSUITE/spool/scan/10HmaZ-0005vi-00/10HmaZ-0005vi-00-00000
afda344b
PH
161X-0-content-size: 1
162X-1-content-type: text/plain
163X-1-filename:
93cad488 164X-1-charset:
afda344b 165X-1-boundary:
93cad488 166X-1-content-disposition:
afda344b
PH
167X-1-content-transfer-encoding:
168X-1-content-id:
169X-1-content-description:
170X-1-is-multipart: 0
171X-1-is-coverletter: 1
172X-1-is-rfc822: 0
5b6f7658 173X-1-decode-filename: TESTSUITE/spool/scan/10HmaZ-0005vi-00/10HmaZ-0005vi-00-00001
afda344b 174X-1-content-size: 1
afda344b
PH
175
176--T4sUOijqQbZv57TR
93cad488 177Content-Type: text/plain; charset=
afda344b 178
93cad488 179foobar
afda344b
PH
180
181--T4sUOijqQbZv57TR--
182
5c6cf6a0
JH
183From CALLER@myhost.test.ex Tue Mar 02 09:44:33 1999
184Received: from CALLER (helo=test.ex)
185 by myhost.test.ex with local-esmtp (Exim x.yz)
186 (envelope-from <CALLER@myhost.test.ex>)
5b6f7658 187 id 10HmbA-0005vi-00
5c6cf6a0
JH
188 for userx@test.ex; Tue, 2 Mar 1999 09:44:33 +0000
189Date: Tue, 2 Mar 1999 09:44:33 +0000
190From: J Caesar <jcaesar@test.ex>
191To: a-list00@exim.org
192Message-ID: <20041217133501.GA3059@test.ex>
193Mime-Version: 1.0
194Content-Type: text/html;
195 charset=UTF-8;
196 name=""
197Content-Disposition: inline
198Subject: Nasty
199Sender: CALLER_NAME <CALLER@myhost.test.ex>
200X-0-content-type: text/html
201X-0-filename:
202X-0-charset: UTF-8
203X-0-boundary:
204X-0-content-disposition: inline
205X-0-content-transfer-encoding:
206X-0-content-id:
207X-0-content-description:
208X-0-is-multipart: 0
209X-0-is-coverletter: 1
210X-0-is-rfc822: 0
5b6f7658 211X-0-decode-filename: TESTSUITE/spool/scan/10HmbA-0005vi-00/10HmbA-0005vi-00-00000
5c6cf6a0
JH
212X-0-content-size: 1
213
214--T4sUOijqQbZv57TR
215Content-Type: text/plain;
216
217foobar
218
219--T4sUOijqQbZv57TR--
220
bf485bf3
JH
221From CALLER@myhost.test.ex Tue Mar 02 09:44:33 1999
222Received: from CALLER (helo=test.ex)
223 by myhost.test.ex with local-esmtp (Exim x.yz)
224 (envelope-from <CALLER@myhost.test.ex>)
5b6f7658 225 id 10HmbB-0005vi-00
bf485bf3
JH
226 for userx@test.ex; Tue, 2 Mar 1999 09:44:33 +0000
227Date: Tue, 2 Mar 1999 09:44:33 +0000
228From: J Caesar <jcaesar@test.ex>
229To: a-list00@exim.org
230Message-ID: <20041217133501.GA3059@test.ex>
231Mime-Version: 1.0
232Content-Type: text/plain; charset="utf-8""
233Content-Disposition: inline
234Subject: Nasty3
235Sender: CALLER_NAME <CALLER@myhost.test.ex>
236X-0-content-type: text/plain
237X-0-filename:
238X-0-charset: utf-8;
239X-0-boundary:
240X-0-content-disposition: inline
241X-0-content-transfer-encoding:
242X-0-content-id:
243X-0-content-description:
244X-0-is-multipart: 0
245X-0-is-coverletter: 1
246X-0-is-rfc822: 0
5b6f7658 247X-0-decode-filename: TESTSUITE/spool/scan/10HmbB-0005vi-00/10HmbB-0005vi-00-00000
bf485bf3
JH
248X-0-content-size: 1
249
250--T4sUOijqQbZv57TR
251Content-Type: text/plain;
252
253foobar
254
255--T4sUOijqQbZv57TR--
256
e7c25d5b
JH
257From CALLER@myhost.test.ex Tue Mar 02 09:44:33 1999
258Received: from CALLER (helo=test.ex)
259 by myhost.test.ex with local-esmtp (Exim x.yz)
260 (envelope-from <CALLER@myhost.test.ex>)
5b6f7658 261 id 10HmbC-0005vi-00
e7c25d5b
JH
262 for userx@test.ex; Tue, 2 Mar 1999 09:44:33 +0000
263Date: Tue, 2 Mar 1999 09:44:33 +0000
264From: J Caesar <jcaesar@test.ex>
265To: a-list00@exim.org
266Message-ID: <20041217133501.GA3059@test.ex>
267Mime-Version: 1.0
268Content-Type: text/plain;
269 garbage1;
270 garbage2=foo;
271 garbage3="bar"foo;
272 charset=UTF-8;
273 garbage4=";
e7c25d5b
JH
274Content-Disposition: inline
275Subject: Nasty4
276Sender: CALLER_NAME <CALLER@myhost.test.ex>
277X-0-content-type: text/plain
278X-0-filename:
279X-0-charset: UTF-8
280X-0-boundary:
281X-0-content-disposition: inline
282X-0-content-transfer-encoding:
283X-0-content-id:
284X-0-content-description:
285X-0-is-multipart: 0
286X-0-is-coverletter: 1
287X-0-is-rfc822: 0
5b6f7658 288X-0-decode-filename: TESTSUITE/spool/scan/10HmbC-0005vi-00/10HmbC-0005vi-00-00000
e7c25d5b
JH
289X-0-content-size: 1
290
291--T4sUOijqQbZv57TR
292Content-Type: text/plain;
293
294foobar
295
296--T4sUOijqQbZv57TR--
297
f846c8f5
JH
298From CALLER@myhost.test.ex Tue Mar 02 09:44:33 1999
299Received: from CALLER (helo=test.ex)
300 by myhost.test.ex with local-esmtp (Exim x.yz)
301 (envelope-from <CALLER@myhost.test.ex>)
5b6f7658 302 id 10HmbD-0005vi-00
f846c8f5
JH
303 for userx@test.ex; Tue, 2 Mar 1999 09:44:33 +0000
304Date: Tue, 2 Mar 1999 09:44:33 +0000
305Message-ID: <20041217133501.GA3058@test.ex>
622dbd6a 306Subject: Nasty5
f846c8f5
JH
307Mime-Version: 1.0
308Content-Type: multipart/mixed; boundary="T4sUOijqQbZv57TR"
309From: CALLER_NAME <CALLER@myhost.test.ex>
310X-0-content-type: multipart/mixed
311X-0-filename:
312X-0-charset:
313X-0-boundary: T4sUOijqQbZv57TR
314X-0-content-disposition:
315X-0-content-transfer-encoding:
316X-0-content-id:
317X-0-content-description:
318X-0-is-multipart: 1
319X-0-is-coverletter: 1
320X-0-is-rfc822: 0
5b6f7658 321X-0-decode-filename: TESTSUITE/spool/scan/10HmbD-0005vi-00/10HmbD-0005vi-00-00000
f846c8f5
JH
322X-0-content-size: 1
323X-1-content-type: text/plain
324