https://bugs.exim.org/show_bug.cgi?id=2149
Git Commit <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from Git Commit <[email protected]> --- Git commit: https://git.exim.org/exim.git/commitdiff/66387a737208e277990b0cbfe58db3db419f34b2 commit 66387a737208e277990b0cbfe58db3db419f34b2 Author: Jeremy Harris <[email protected]> AuthorDate: Sun Jan 28 12:42:01 2018 +0000 Commit: Jeremy Harris <[email protected]> CommitDate: Sun Jan 28 19:44:57 2018 +0000 routing: dnslookup and manualroute routers: ipv4_only, ipv4_prefer options. bug 2149 ---- doc/doc-docbook/spec.xfpt | 33 ++++++++++++-- doc/doc-txt/NewStuff | 3 ++ src/src/host.c | 85 +++++++++++++++++++++--------------- src/src/macros.h | 20 ++++++--- src/src/routers/dnslookup.c | 49 ++++++++++++++------- src/src/routers/dnslookup.h | 4 +- src/src/routers/manualroute.c | 18 +++++--- src/src/routers/queryprogram.c | 6 +-- src/src/routers/rf_lookup_hostlist.c | 33 +++++++++----- src/src/smtp_in.c | 2 +- src/src/transports/smtp.c | 2 +- src/src/verify.c | 2 +- test/confs/1009 | 13 ++++++ test/scripts/1000-Basic-ipv6/1009 | 24 ++++++++++ test/src/locate.pl | 1 + test/stdout/1009 | 21 +++++++++ 16 files changed, 232 insertions(+), 84 deletions(-) -- 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/ ##
