* Jakob Hirsch: >> Surely there's some gdb option to attach to new processes? > > Yes, "set follow-fork-mode child", but seems to work only on HP-UX > and Linux. The info pages suggest calling sleep() in the child code > after the fork, so there's time to attach gdb to the child process.
For remote deliveries, you can get this effect if you temporarily add a packet filter rule which drops (not rejects) those TCP packets. This does not require patching the sources and recompiling Exim, and it helped me to pinpoint my problem. -- ## List details at http://www.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
