From d203e649775fb5543a3871f3c0f7df6dd4ac8577 Mon Sep 17 00:00:00 2001 From: Philip Hazel Date: Tue, 5 Sep 2006 15:34:40 +0000 Subject: Nico Erfurth's patch to refactor mime.c (quoted-printable decoding). Added a small, simple test for quoted-printable decoding. --- test/confs/4000 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test/confs') 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 -- cgit v1.2.3