X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsrc%2Fdeliver.c;h=fe156c696d00f2524f2420d9603cbd929f697866;hb=6c140c0137225dff8b08d62df9c4ecc1093c6cbc;hp=56642c6aab1aa7ee199fb6f20f0a6589510b97b3;hpb=b7d3afcfad94edf99a8dbc50ab670ded417e6bea;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/deliver.c b/src/src/deliver.c index 56642c6aa..fe156c696 100644 --- a/src/src/deliver.c +++ b/src/src/deliver.c @@ -4499,10 +4499,10 @@ for (delivery_count = 0; addr_remote; delivery_count++) /* Set a flag indicating whether there are further addresses that list the continued host. This tells the transport to leave the channel open, - but not to pass it to another delivery process. */ - /*XXX really the flag should be settable even by an initial proces - (not continue_transport dependent). Need to check that uses of it - are independent. */ + but not to pass it to another delivery process. We'd like to do that + for non-continue_transport cases too but the knowlege of which host is + connected to is too hard to manage. Perhaps we need a finer-grain + interface to the transport. */ for (next = addr_remote; next && !continue_more; next = next->next) {