summaryrefslogtreecommitdiff
path: root/test/confs/4000
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2014-08-29 14:11:50 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2014-08-29 18:59:27 +0100
commit93cad488cb2c9a31aea345c8910a9f9c5815071c (patch)
tree52e1b1933631e97763d3f2df1b44f97ddc2037a1 /test/confs/4000
parent430f98cb1e35e925f6b3ca54375411ff67e8895b (diff)
Fix crash in mime acl when a parameter is zero-length
Diffstat (limited to 'test/confs/4000')
-rw-r--r--test/confs/400037
1 files changed, 1 insertions, 36 deletions
diff --git a/test/confs/4000 b/test/confs/4000
index daf5a687e..febe9a5e7 100644
--- a/test/confs/4000
+++ b/test/confs/4000
@@ -12,41 +12,14 @@ gecos_name = CALLER_NAME
# ----- Main settings -----
-acl_smtp_rcpt = check_rcpt
-acl_smtp_data = check_data
-acl_not_smtp = check_data
+acl_smtp_rcpt = accept
acl_smtp_mime = check_mime
-acl_not_smtp_mime = check_mime
-
-av_scanner = clamd:CLAMSOCKET
# ----- ACL -----
begin acl
-check_rcpt:
- accept
-
-check_data:
- deny message = Found $malware_name
- malware = *
-
- warn spam = nobody
-
- warn set acl_m0 = $spam_score_int
-
- warn message = X-Regex: Regex matched
- regex = THIS REGEX
-
- warn condition = ${if !eq{$h_fakereject:}{}}
- control = fakereject
-
- warn condition = ${if !eq{$h_fakedefer:}{}}
- control = fakedefer
-
- accept
-
check_mime:
warn decode = default
add_header = X-$mime_part_count-content-type: $mime_content_type\n\
@@ -62,10 +35,6 @@ 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
@@ -76,10 +45,6 @@ begin routers
r1:
driver = accept
transport = t1
- headers_add = X-Router-SSint: \
- ${if eq {$spam_score_int}{$acl_m0}\
- {was preserved}{was not preserver}}
-
# ----- Transports -----