[exim-dev] [Bug 3058] New: Invalid "set" in router causes su…

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Exim Bugzilla
Fecha:  
A: exim-dev
Temas nuevos: [exim-dev] [Bug 3058] Invalid "set" in router causes successful delivery to nowhere
Asunto: [exim-dev] [Bug 3058] New: Invalid "set" in router causes successful delivery to nowhere
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: unallocated@???
          Reporter: arekm@???
                CC: exim-dev@???


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):
## exim-dev-unsubscribe@???
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/