blob: 2b9df2a24078e88c20f6a471e02a0b7df0e83a4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Exim filter
if $h_subject: is "This is a very long string which isn't likely to occur when\
testing for a fixed string, but might happen if a long and complicated\
regular expression and/or lookup gets used in somebody's filter file.\
Originally the limit was 256 characters, but now we have increased it to\
a larger figure. This should exceed the old limit and check that the new\
limit is in place."
then
testprint "Won't happen"
endif
|