From ccf76d8427e338b92e89971454ebf4ea57ad750f Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 17 Mar 2014 21:18:16 +0000 Subject: [PATCH] vhost.m4: Use `;' to separate hostnames in `route' entries. --- vhost.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vhost.m4 b/vhost.m4 index 96b7505..b4cfb01 100644 --- a/vhost.m4 +++ b/vhost.m4 @@ -46,7 +46,7 @@ virtual_route: self = fail VHOST condition = DOMKV(route, {true}{false}) - route_data = DOMKV(route) + route_data = <;DOMKV(route) same_domain_copy_routing = true transport = smtp no_more -- 2.11.0