https://bugs.exim.org/show_bug.cgi?id=3058

            Bug ID: 3058
           Summary: Invalid "set" in router causes successful delivery to
                    nowhere
           Product: Exim
           Version: 4.97
          Hardware: All
                OS: All
            Status: NEW
          Severity: bug
          Priority: medium
         Component: Routing
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

Just noticed such interesting behaviour:


begin routers

vforward:
  driver = redirect
  data = ${lookup mysql{another wrong lookup to cause temporary internal
error}}
  retry_use_local_part = true


"DT=0.000s: Temporary internal error" -> as expected

vforward:
  driver = redirect
  set = r_srs_domain = ${lookup mysql{wrong things # <------------ this added
  data = ${lookup mysql{another wrong lookup to cause temporary internal
error}}
  retry_use_local_part = true


 "Completed QT=0.041s" without any delivery or error


IMO it should fail with error.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

-- 
## subscription configuration (requires account):
##   https://lists.exim.org/mailman3/postorius/lists/exim-dev.lists.exim.org/
## unsubscribe (doesn't require an account):
##   [email protected]
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to