X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/d4dc049f9a9e80ac3a470fd644418668eefedecb..aff5e0c480dd4ac2ccd15906c250c18c93ac7f12:/test/confs/4000 diff --git a/test/confs/4000 b/test/confs/4000 index c8ad7f8aa..81afa5f2d 100644 --- a/test/confs/4000 +++ b/test/confs/4000 @@ -17,6 +17,10 @@ acl_smtp_mime = check_mime begin acl check_mime: +.ifdef BAD + deny message = this is a deny from the mime acl +.endif + warn decode = default add_header = X-$mime_part_count-content-type: $mime_content_type\n\ X-$mime_part_count-filename: $mime_filename\n\ @@ -49,6 +53,7 @@ begin transports t1: driver = appendfile file = DIR/test-mail/$local_part + create_file = DIR/test-mail user = CALLER