git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Testsuite: munge for error message sizes in retry records
[exim.git]
/
test
/
confs
/
0457
1
# Exim test configuration 0457
2
3
.include DIR/aux-var/std_conf_prefix
4
5
hosts_require_helo =
6
7
# ----- Main settings -----
8
9
acl_smtp_helo = helo
10
acl_smtp_mail = mail
11
12
13
# ----- ACLs -----
14
15
begin acl
16
17
helo:
18
deny message = testing deny
19
20
mail:
21
warn log_message = sender_helo_name is >$sender_helo_name<
22
deny message = testing deny
23
24
# End