git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Debug: indentation
[exim.git]
/
test
/
confs
/
0471
diff --git
a/test/confs/0471
b/test/confs/0471
index bc6fd509ff573effd2ae140dd73067b3cce78ae7..dcd476d4a6797f7eb879841983e1c89a8f2e122b 100644
(file)
--- a/
test/confs/0471
+++ b/
test/confs/0471
@@
-1,22
+1,26
@@
# Exim test configuration 0471
# Exim test configuration 0471
-exim_path = EXIM_PATH
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
primary_hostname = myhost.test.ex
primary_hostname = myhost.test.ex
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
-tls_advertise_hosts =
+log_selector = +received_recipients
# ----- Main settings -----
# ----- Main settings -----
+acl_not_smtp = check
+
+begin acl
+check:
+ warn !verify = header_syntax
+ logwrite = verify header_syntax fails
+ accept
# ----- Rewrite -----
begin rewrite
# ----- Rewrite -----
begin rewrite
-*@* $1@${lookup{${lc:$2}}partial-lsearch{DIR/aux-fixed/TESTNUM.rw}{$value}fail} FTbcfrt
+^.{40,}@* deny_me@test.example FTbcfrt
+*@* $1@${lookup{${lc:$2}}partial-lsearch{DIR/aux-fixed/TESTNUM.rw}{$value}fail} FTbcfrt
# End
# End