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>)
6 for userx@test.ex; Tue, 2 Mar 1999 09:44:33 +0000
7 Message-Id: <E10HmaY-0005vi-00@myhost.test.ex>
8 From: CALLER_NAME <CALLER@myhost.test.ex>
9 Date: Tue, 2 Mar 1999 09:44:33 +0000
10 X-Router-SSint: was preserved
12 A message without any headers.
14 From CALLER@myhost.test.ex Tue Mar 02 09:44:33 1999
15 Received: from CALLER (helo=test.ex)
16 by myhost.test.ex with local-esmtp (Exim x.yz)
17 (envelope-from <CALLER@myhost.test.ex>)
19 for userx@test.ex; Tue, 2 Mar 1999 09:44:33 +0000
20 From: Test person <tp@cam.ac.uk>
21 To: Me <userx@test.ex>
22 Subject: A real test message
23 Date: Tue, 2 Mar 1999 09:44:33 +0000
24 Message-ID: <41C2F849.3060203@projectile.test.ex>
25 Sender: CALLER_NAME <CALLER@myhost.test.ex>
26 X-Router-SSint: was preserved
28 OK, this should look like a genuine message.
30 From CALLER@myhost.test.ex Tue Mar 02 09:44:33 1999
31 Received: from CALLER (helo=test.ex)
32 by myhost.test.ex with local-esmtp (Exim x.yz)
33 (envelope-from <CALLER@myhost.test.ex>)
35 for userx@test.ex; Tue, 2 Mar 1999 09:44:33 +0000
36 From: 99Junk99@somewhere.com
38 Subject: MAKE MONEY FAST!!!!
40 Sender: CALLER_NAME <CALLER@myhost.test.ex>
41 Date: Tue, 2 Mar 1999 09:44:33 +0000
42 X-Router-SSint: was preserved
44 This should be enough to trip the threshold.
46 From CALLER@myhost.test.ex Tue Mar 02 09:44:33 1999
47 Received: from CALLER (helo=test.ex)
48 by myhost.test.ex with local-esmtp (Exim x.yz)
49 (envelope-from <CALLER@myhost.test.ex>)
51 for userx@test.ex; Tue, 2 Mar 1999 09:44:33 +0000
52 From: Test person <tp@cam.ac.uk>
53 To: Me <userx@test.ex>
54 Subject: A real test message
55 Date: Tue, 2 Mar 1999 09:44:33 +0000
56 Message-ID: <41C2F849.3060203@projectile.test.ex>
57 FakeReject: test fakereject
58 Sender: CALLER_NAME <CALLER@myhost.test.ex>
59 X-Regex: Regex matched
60 X-Router-SSint: was preserved
62 OK, this should look like a genuine message, but
63 it will trip on THIS REGEX.
65 From CALLER@myhost.test.ex Tue Mar 02 09:44:33 1999
66 Received: from CALLER (helo=test.ex)
67 by myhost.test.ex with local-esmtp (Exim x.yz)
68 (envelope-from <CALLER@myhost.test.ex>)
70 for userx@test.ex; Tue, 2 Mar 1999 09:44:33 +0000
71 Date: Tue, 2 Mar 1999 09:44:33 +0000
72 From: J Caesar <jcaesar@test.ex>
74 Message-ID: <20041217133501.GA3058@test.ex>
76 Content-Type: multipart/mixed; boundary="T4sUOijqQbZv57TR"
77 Content-Disposition: inline
78 Subject: [exim] Re: Bug#286074: eximstats: uses message count as data for
80 X-BeenThere: a-list00@exim.org
81 X-Mailman-Version: 2.1.5
83 Sender: CALLER_NAME <CALLER@myhost.test.ex>
84 X-0-content-type: multipart/mixed
87 X-0-boundary: T4sUOijqQbZv57TR
88 X-0-content-disposition: inline
89 X-0-content-transfer-encoding:
91 X-0-content-description:
95 X-0-decode-filename: TESTSUITE/spool/scan/10HmbC-0005vi-00/10HmbC-0005vi-00-00000
97 X-1-content-type: text/plain
101 X-1-content-disposition: inline
102 X-1-content-transfer-encoding:
104 X-1-content-description:
106 X-1-is-coverletter: 1
108 X-1-decode-filename: TESTSUITE/spool/scan/10HmbC-0005vi-00/10HmbC-0005vi-00-00001
110 X-2-content-type: text/plain
111 X-2-filename: working-patch
112 X-2-charset: us-ascii
114 X-2-content-disposition: attachment
115 X-2-content-transfer-encoding:
117 X-2-content-description:
119 X-2-is-coverletter: 0
121 X-2-decode-filename: TESTSUITE/spool/scan/10HmbC-0005vi-00/10HmbC-0005vi-00-00002
123 X-3-content-type: text/plain
125 X-3-charset: us-ascii
127 X-3-content-disposition: inline
128 X-3-content-transfer-encoding: 7bit
130 X-3-content-description:
132 X-3-is-coverletter: 0
134 X-3-decode-filename: TESTSUITE/spool/scan/10HmbC-0005vi-00/10HmbC-0005vi-00-00003
136 X-Router-SSint: was preserved
139 Content-Type: text/plain; charset=us-ascii
140 Content-Disposition: inline
142 There was a part of the patch missing, complete one is attached.
143 sorry for wasting your time
146 Content-Type: text/plain; charset=us-ascii
147 Content-Disposition: attachment; filename=working-patch
149 --- /usr/sbin/eximstats 2004-12-17 13:36:44.381983753 +0100
150 +++ eximstats 2004-12-17 13:47:37.763185260 +0100
151 @@ -1107,11 +1107,11 @@
152 if (scalar @chartdatanames < $ntopchart)
154 push(@chartdatanames, $key);
155 - push(@chartdatavals, $$m_count{$key});
156 + push(@chartdatavals, $$m_data{$key});
160 - $chartotherval += $$m_count{$key};
161 + $chartotherval += $$m_data{$key};
164 push(@chartdatanames, "Other");
167 Content-Type: text/plain; charset="us-ascii"
169 Content-Transfer-Encoding: 7bit
170 Content-Disposition: inline
176 From CALLER@myhost.test.ex Tue Mar 02 09:44:33 1999
177 Received: from CALLER by myhost.test.ex with local (Exim x.yz)
178 (envelope-from <CALLER@myhost.test.ex>)
180 for userx@test.ex; Tue, 2 Mar 1999 09:44:33 +0000
181 Message-Id: <E10HmbD-0005vi-00@myhost.test.ex>
182 From: CALLER_NAME <CALLER@myhost.test.ex>
183 Date: Tue, 2 Mar 1999 09:44:33 +0000
184 X-Router-SSint: was preserved
186 A message without any headers.
188 From CALLER@myhost.test.ex Tue Mar 02 09:44:33 1999
189 Received: from CALLER by myhost.test.ex with local (Exim x.yz)
190 (envelope-from <CALLER@myhost.test.ex>)
192 for userx@test.ex; Tue, 2 Mar 1999 09:44:33 +0000
193 Date: Tue, 2 Mar 1999 09:44:33 +0000
194 From: J Caesar <jcaesar@test.ex>
195 To: a-list00@exim.org
196 Message-ID: <20041217133501.GA3058@test.ex>
198 Content-Type: multipart/mixed; boundary="T4sUOijqQbZv57TR"
199 Content-Disposition: inline
200 Subject: [exim] Re: Bug#286074: eximstats: uses message count as data for
202 X-BeenThere: a-list00@exim.org
203 X-Mailman-Version: 2.1.5
205 Sender: CALLER_NAME <CALLER@myhost.test.ex>
206 X-0-content-type: multipart/mixed
209 X-0-boundary: T4sUOijqQbZv57TR
210 X-0-content-disposition: inline
211 X-0-content-transfer-encoding:
213 X-0-content-description:
215 X-0-is-coverletter: 1
217 X-0-decode-filename: TESTSUITE/spool/scan/10HmbE-0005vi-00/10HmbE-0005vi-00-00000
219 X-1-content-type: text/plain
221 X-1-charset: us-ascii
223 X-1-content-disposition: inline
224 X-1-content-transfer-encoding:
226 X-1-content-description:
228 X-1-is-coverletter: 1
230 X-1-decode-filename: TESTSUITE/spool/scan/10HmbE-0005vi-00/10HmbE-0005vi-00-00001
232 X-2-content-type: text/plain
233 X-2-filename: working-patch
234 X-2-charset: us-ascii
236 X-2-content-disposition: attachment
237 X-2-content-transfer-encoding:
239 X-2-content-description:
241 X-2-is-coverletter: 0
243 X-2-decode-filename: TESTSUITE/spool/scan/10HmbE-0005vi-00/10HmbE-0005vi-00-00002
245 X-3-content-type: text/plain
247 X-3-charset: us-ascii
249 X-3-content-disposition: inline
250 X-3-content-transfer-encoding: 7bit
252 X-3-content-description:
254 X-3-is-coverletter: 0
256 X-3-decode-filename: TESTSUITE/spool/scan/10HmbE-0005vi-00/10HmbE-0005vi-00-00003
258 X-Router-SSint: was preserved
261 Content-Type: text/plain; charset=us-ascii
262 Content-Disposition: inline
264 There was a part of the patch missing, complete one is attached.
265 sorry for wasting your time
268 Content-Type: text/plain; charset=us-ascii
269 Content-Disposition: attachment; filename=working-patch
271 --- /usr/sbin/eximstats 2004-12-17 13:36:44.381983753 +0100
272 +++ eximstats 2004-12-17 13:47:37.763185260 +0100
273 @@ -1107,11 +1107,11 @@
274 if (scalar @chartdatanames < $ntopchart)
276 push(@chartdatanames, $key);
277 - push(@chartdatavals, $$m_count{$key});
278 + push(@chartdatavals, $$m_data{$key});
282 - $chartotherval += $$m_count{$key};
283 + $chartotherval += $$m_data{$key};
286 push(@chartdatanames, "Other");
289 Content-Type: text/plain; charset="us-ascii"
291 Content-Transfer-Encoding: 7bit
292 Content-Disposition: inline
298 From CALLER@myhost.test.ex Tue Mar 02 09:44:33 1999
299 Received: from CALLER (helo=test.ex)
300 by myhost.test.ex with local-esmtp (Exim x.yz)
301 (envelope-from <CALLER@myhost.test.ex>)
303 for userx@test.ex; Tue, 2 Mar 1999 09:44:33 +0000
304 From: Test person <tp@cam.ac.uk>
305 To: Me <userx@test.ex>
306 Subject: A real test message
307 Date: Tue, 2 Mar 1999 09:44:33 +0000
308 Message-ID: <41C2F849.3060203@projectile.test.ex>
309 FakeDefer: test fakedefer
310 Sender: CALLER_NAME <CALLER@myhost.test.ex>
311 X-Regex: Regex matched
312 X-Router-SSint: was preserved
314 OK, this should look like a genuine message, but
315 it will trip on THIS REGEX.