diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-06-11 20:58:21 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-06-11 23:47:46 +0100 |
commit | e39fdc8556cb9c21af32e56b1a2aba69a2736f0b (patch) | |
tree | 0d54c3b0d800757576eebaf57f5412d81bc2832e /src/OS | |
parent | e47252f5116d092a96bad199c9a17783885eeef6 (diff) |
On a continued-transport delivery, do not check the hostlist for mismatch in the
transport dispatch level when the transport does hosts-override. Instead do the
full trasport process call and let it decide on compatibility with the connection.
Diffstat (limited to 'src/OS')
-rw-r--r-- | src/OS/Makefile-Base | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OS/Makefile-Base b/src/OS/Makefile-Base index f3903180b..3b7246109 100644 --- a/src/OS/Makefile-Base +++ b/src/OS/Makefile-Base @@ -602,7 +602,7 @@ crypt16.o: $(HDRS) crypt16.c daemon.o: $(HDRS) daemon.c dbfn.o: $(HDRS) dbfn.c debug.o: $(HDRS) debug.c -deliver.o: $(HDRS) deliver.c +deliver.o: $(HDRS) transports/smtp.h deliver.c directory.o: $(HDRS) directory.c dns.o: $(HDRS) dns.c enq.o: $(HDRS) enq.c |