Mailing List Archive

[Bug 2701] dns_ipv4_lookup does not expand +domainlist
https://bugs.exim.org/show_bug.cgi?id=2701

Jeremy Harris <jgh146exb@wizmail.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Assignee|unallocated@exim.org |jgh146exb@wizmail.org
Status|NEW |ASSIGNED

--- Comment #1 from Jeremy Harris <jgh146exb@wizmail.org> ---
Yup; sublists not handled in that context. I don't see why they shouldn't be;
consistency would be preferable.

--
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/ ##
[Bug 2701] dns_ipv4_lookup does not expand +domainlist [ In reply to ]
https://bugs.exim.org/show_bug.cgi?id=2701

Git Commit <git@exim.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |git@exim.org

--- Comment #2 from Git Commit <git@exim.org> ---
Git commit:
https://git.exim.org/exim.git/commitdiff/e2be2df5c0760e2b6a7870c88ad486a23f5e4b01

commit e2be2df5c0760e2b6a7870c88ad486a23f5e4b01
Author: Jeremy Harris <jgh146exb@wizmail.org>
AuthorDate: Mon Feb 22 21:24:01 2021 +0000
Commit: Jeremy Harris <jgh146exb@wizmail.org>
CommitDate: Mon Feb 22 21:24:01 2021 +0000

fix list-expansion for various domainlists, having included sublist
elements. bug 2701
----
doc/doc-txt/ChangeLog | 6 ++++++
src/src/acl.c | 6 +++---
src/src/deliver.c | 2 +-
src/src/dns.c | 6 +++---
src/src/host.c | 46 +++++++++++++++++++++++-----------------------
src/src/readconf.c | 33 +++++++++++++++------------------
6 files changed, 51 insertions(+), 48 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/ ##