summaryrefslogtreecommitdiff
path: root/test/aux-fixed/0037.f-6
diff options
context:
space:
mode:
Diffstat (limited to 'test/aux-fixed/0037.f-6')
-rw-r--r--test/aux-fixed/0037.f-611
1 files changed, 11 insertions, 0 deletions
diff --git a/test/aux-fixed/0037.f-6 b/test/aux-fixed/0037.f-6
new file mode 100644
index 000000000..2b9df2a24
--- /dev/null
+++ b/test/aux-fixed/0037.f-6
@@ -0,0 +1,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