# Exim test configuration 0399 exim_path = EXIM_PATH host_lookup_order = bydns spool_directory = DIR/spool log_file_path = DIR/spool/log/%slog gecos_pattern = "" gecos_name = CALLER_NAME tls_advertise_hosts = # ----- Main settings ----- primary_hostname = mail.test.ex qualify_domain = test.ex # ----- Routers ----- begin routers r1: driver = redirect data = more = ${if eq {1}{0}{no}fail} r2: driver = redirect data = more = ${if eq {1}{0}{no}{yes}} r3: driver = redirect data = more = $unknown_variable # End