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

Heiko Schlittermann <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Heiko Schlittermann <[email protected]> ---
A boiled down variant of the configuration that lead to this issue:

    acl_smtp_rcpt = accept
    perl_startup = sub foo { local $SIG{ALRM} = sub { } }
    begin routers
        test:
            driver = accept
            condition = ${perl{foo}}
            transport = test
    begin transports
        test:
            driver = pipe
            command = sleep 2
            timeout = 1s

It can be tested easily using `<<<test exim -odf -C ... -v [email protected]`,
the
transport dies with signal 14 (SIG_ALRM). But should end with a normal message,
stating a timeout occured.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##

Reply via email to