From: Phil Pennock Date: Tue, 22 Mar 2011 13:37:32 +0000 (-0400) Subject: Added dns_use_edns0 main option. X-Git-Tag: exim-4_76_RC1~12 X-Git-Url: https://git.exim.org/users/heiko/exim.git/commitdiff_plain/e97d1f088ab357d806bff8b7d5f3fce068a85989?hp=e97d1f088ab357d806bff8b7d5f3fce068a85989 Added dns_use_edns0 main option. Is int because need a "do not override default" option, but that stops us from using the bool expansion logic and so we need to explicitly set numbers. Should try to find a way around that. ---