build: use pkg-config for i18n
[exim.git] / test / scripts / 4110-exim-filter / 4113
1 # $message_body[_end], $message[_body]_size (filter)
2 exim -bf DIR/aux-fixed/TESTNUM.filter.userx -f usery@test.ex
3
4 This message has quite a short body, so both variables should end up
5 containing the same amount of data.
6 ****
7 exim -bf DIR/aux-fixed/TESTNUM.filter.userx -f usery@test.ex
8
9 This message has a long body, more than 500 characters, so the start and end
10 variables should end up containing different character strings.
11
12 The quick brown fox jumps over the lazy dog.
13 Pack my box with five dozen liquor jugs.
14
15 See! The second of those is shorter, but also contains all 26 letters of the
16 alphabet, and also makes some kind of sense. Now is the time for all good men
17 to come to the aid of the party. 'Twas brillig and the slithy toves did gyre
18 and gimble in the wabe, all mimsy were the borogoves, and the mome raths
19 outgrabe. There, that should be enough.
20 ****
21 exim -oi -bf DIR/aux-fixed/TESTNUM.filter.userx -f usery@test.ex
22
23 This message has a long body, more than 500 characters, so the start and end
24 variables should end up containing different character strings.
25
26 The quick brown fox jumps over the lazy dog.
27 Pack my box with five dozen liquor jugs.
28 .
29 .
30 See! The second of those is shorter, but also contains all 26 letters of the
31 alphabet, and also makes some kind of sense. Now is the time for all good men
32 to come to the aid of the party. 'Twas brillig and the slithy toves did gyre
33 and gimble in the wabe, all mimsy were the borogoves, and the mome raths
34 outgrabe. There, that should be enough.
35 ****
36 exim -bf DIR/aux-fixed/TESTNUM.filter.userx -f usery@test.ex
37
38 This message has a long body, more than 500 characters, so the start and end
39 variables should end up containing different character strings.
40
41 . The quick brown fox jumps over the lazy dog.
42 . Pack my box with five dozen liquor jugs.
43
44 See! The second of those is shorter, but also contains all 26 letters of the
45 alphabet, and also makes some kind of sense. Now is the time for all good men
46 to come to the aid of the party. 'Twas brillig and the slithy toves did gyre
47 and gimble in the wabe, all mimsy were the borogoves, and the mome raths
48 outgrabe. There, that should be enough.
49 ****
50 exim -oi -bf DIR/aux-fixed/TESTNUM.filter.userx -f usery@test.ex
51
52 Here's a body with a NULL(\0) in it. That should become a space.
53 ****
54 exim -oi -bf DIR/aux-fixed/TESTNUM.filter.userx -f usery@test.ex
55
56 This message has a long body, more than 500 characters, so the start and end
57 variables should end up containing different character strings.
58
59 The quick brown fox jumps over the lazy dog. NULL(\0)
60 Pack my box with five dozen liquor jugs. NULL(\0)
61
62 See! The second of those is shorter, but also contains all 26 letters of the
63 alphabet, and also makes some kind of sense. Now is the time for all good men
64 to come to the aid of the party. 'Twas brillig and the slithy toves did gyre
65 and gimble in the wabe, all mimsy were the borogoves, and the mome raths
66 outgrabe. NULL(\0) There, that should be enough.
67 ****