diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-09-05 15:34:40 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-09-05 15:34:40 +0000 |
commit | d203e649775fb5543a3871f3c0f7df6dd4ac8577 (patch) | |
tree | c067c9afe4b56975ee0a0d096aa61b351d9eb046 /test/confs | |
parent | 1f872c8094ff0e34fa7ea404995fc51ba9995674 (diff) |
Nico Erfurth's patch to refactor mime.c (quoted-printable decoding).
Added a small, simple test for quoted-printable decoding.
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/4000 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/confs/4000 b/test/confs/4000 index 1b33ff795..daf5a687e 100644 --- a/test/confs/4000 +++ b/test/confs/4000 @@ -62,7 +62,10 @@ check_mime: X-$mime_part_count-is-rfc822: $mime_is_rfc822\n\ X-$mime_part_count-decode-filename: $mime_decoded_filename\n\ X-$mime_part_count-content-size: $mime_content_size - + warn mime_regex = (?s)\ + (?=Test quoted-printable =)\ + (?=.*?Continued line with this) + add_header = X-mime-regex: matched accept |