diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-01-17 21:14:31 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-01-17 21:14:31 +0000 |
commit | 62b7cd086e8f69c7bb1334edd2e586ed6240b134 (patch) | |
tree | 2c32f14ef0430acc13e8bfa4ae2811244808fc21 /test/scripts | |
parent | 4f6ae5c314e5c3e462313f3b53c917f36b131bf4 (diff) |
Restrict line lengths in bounces. Bug 1760
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/0000-Basic/0573 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0573 b/test/scripts/0000-Basic/0573 new file mode 100644 index 000000000..88606d23f --- /dev/null +++ b/test/scripts/0000-Basic/0573 @@ -0,0 +1,18 @@ +# bounce_return_linesize_limit +# +exim -odi -f not_limited fred@undeliverable.org +Subject: test + +msg with ok lines +00000000001111111 +01234567890123456 +**** +# +exim -odi -f limited fred@undeliverable.org +Subject: test + +msg with long lines +000000000011111111112222222222 +012345678901234567890123456789 +**** +no_msglog_check |