X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fconfs%2F0471;h=dcd476d4a6797f7eb879841983e1c89a8f2e122b;hb=6d9b05ae272ca2122b48451c317d601e449af932;hp=5fee8d5ff2ac548a7dc762fd88bd35d7dd4a2eab;hpb=a08c49f10dbed682e0500e6510c78bd65002fc34;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/confs/0471 b/test/confs/0471 index 5fee8d5ff..dcd476d4a 100644 --- a/test/confs/0471 +++ b/test/confs/0471 @@ -1,21 +1,26 @@ # Exim test configuration 0471 -exim_path = EXIM_PATH -host_lookup_order = bydns +.include DIR/aux-var/std_conf_prefix + primary_hostname = myhost.test.ex -spool_directory = DIR/spool -log_file_path = DIR/spool/log/%slog -gecos_pattern = "" -gecos_name = CALLER_NAME +log_selector = +received_recipients # ----- Main settings ----- +acl_not_smtp = check + +begin acl +check: + warn !verify = header_syntax + logwrite = verify header_syntax fails + accept # ----- 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