X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/5b6f765805bac2cfe4dc62195c33d24f64cc49e4..1b3209b0577a9327ebb076f3b32b8a159c253f7b:/test/scripts/4000-scanning/4000 diff --git a/test/scripts/4000-scanning/4000 b/test/scripts/4000-scanning/4000 index 623c5420f..b10f13d00 100644 --- a/test/scripts/4000-scanning/4000 +++ b/test/scripts/4000-scanning/4000 @@ -272,3 +272,44 @@ foobar . quit **** +# +# +# Filename using parameter value continuation (RFC 2231 sec. 3) +# +exim -odi -bs +ehlo test.ex +mail from:<> +rcpt to: +data +From: localpart@test.example +To: localpart@test.example +Subject: Bug 3099 (2) +MIME-Version: 1.0 +Content-Type: multipart/mixed; boundary="----=_MIME_BOUNDARY_000_695039" + +------=_MIME_BOUNDARY_000_695039 +Content-Type: text/plain + +This is a test mailing +------=_MIME_BOUNDARY_000_695039 +Content-Type: application/octet-stream +Content-Disposition: attachment; + filename*0*="example3"; + filename*1*=".exe" +Content-Transfer-Encoding: BASE64 + +QmVpc3BpZWwK + +------=_MIME_BOUNDARY_000_695039 +Content-Type: application/octet-stream +Content-Disposition: attachment; + name*0="example4"; + name*1=".txt" +Content-Transfer-Encoding: BASE64 + +QmVpc3BpZWwK + +------=_MIME_BOUNDARY_000_695039-- +. +quit +****