From: Mark Wooding Date: Tue, 25 Mar 2014 11:48:54 +0000 (+0000) Subject: base.m4: Simplify the bare `smtp' router. X-Git-Url: https://git.distorted.org.uk/~mdw/exim-config/commitdiff_plain/534d411b5c96107030e30da491e06734ea09a7b3?hp=534d411b5c96107030e30da491e06734ea09a7b3 base.m4: Simplify the bare `smtp' router. It's no longer generated with the `SMTP_TRANS_DHBITS' macro. Since it's only used when the recipient domain is unknown, the various tunable parameters are never actually tuned. This has another happy effect: it bodges around Exim bug #1413. ---