Capture substrings in ACL regex= . Bug 425.
[exim.git] / test / scripts / 0000-Basic / 0568
CommitLineData
f38917cc
JH
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#
7exim -odi -bs
8ehlo test.ex
9mail from:<>
10rcpt to:<userx@test.ex>
11data
12From: Test person <tp@cam.ac.uk>
13To: Me <userx@test.ex>
14Subject: A real test message
15Date: Fri, 17 Dec 2004 16:13:04 +0100
16Message-ID: <41C2F849.3060203@projectile.test.ex>
17
18OK, this should look like a genuine message.
19.
20quit
21****
22exim -odi -bs
23ehlo test.ex
24mail from:<>
25rcpt to:<userx@test.ex>
26data
27From: Test person <tp@cam.ac.uk>
28To: Me <userx@test.ex>
29Subject: A real test message
30Date: Fri, 17 Dec 2004 16:13:04 +0100
31Message-ID: <41C2F849.3060203@projectile.test.ex>
32FakeReject: test fakereject
33
34OK, this should look like a genuine message, but
35it will trip on THIS gazornenplaz REGEX.
36.
37quit
38****