DNS: avoid overflow in cache TTL for negative entries. Bug 1395
[exim.git] / test / scripts / 4000-scanning / 4010
1 # ACL regex= test
2 #
3 # These tests are copies from testcase 4000;
4 # they should be removed from there but I don't
5 # run spamassassin so can't verify the change.
6 #
7 exim -odi -bs
8 ehlo test.ex
9 mail from:<>
10 rcpt to:<userx@test.ex>
11 data
12 From: Test person <tp@cam.ac.uk>
13 To: Me <userx@test.ex>
14 Subject: A real test message
15 Date: Fri, 17 Dec 2004 16:13:04 +0100
16 Message-ID: <41C2F849.3060203@projectile.test.ex>
17
18 OK, this should look like a genuine message.
19 .
20 quit
21 ****
22 exim -odi -bs
23 ehlo test.ex
24 mail from:<>
25 rcpt to:<userx@test.ex>
26 data
27 From: Test person <tp@cam.ac.uk>
28 To: Me <userx@test.ex>
29 Subject: A real test message
30 Date: Fri, 17 Dec 2004 16:13:04 +0100
31 Message-ID: <41C2F849.3060203@projectile.test.ex>
32 FakeReject: test fakereject
33
34 OK, this should look like a genuine message, but
35 it will trip on THIS gazornenplaz REGEX.
36 .
37 quit
38 ****