From: Luca Filipozzi Date: Wed, 22 Apr 2009 19:06:56 +0000 (-0700) Subject: fix router names s/-/_/g X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=b826d8ca4b39d5558a812b3b58a918903bd398b5;p=mirror%2Fdsa-puppet.git fix router names s/-/_/g --- diff --git a/modules/exim/files/common/exim4.conf b/modules/exim/files/common/exim4.conf index 90d29ed03..1bcb0f248 100644 --- a/modules/exim/files/common/exim4.conf +++ b/modules/exim/files/common/exim4.conf @@ -993,7 +993,7 @@ bugs: .endif # This router delivers for rt.d.o -rt-force-new: +rt_force_new: debug_print = "R: rt for $local_part+new@$domain" driver = redirect domains = rt.debian.org @@ -1004,7 +1004,7 @@ rt-force-new: data = "|/usr/bin/rt-mailgate --queue '${lookup{${sg{$local_part}{-comment}{}}}lsearch{RT_QUEUE_MAP}}' --url https://rt.debian.org/ --action ${if match{$local_part}{.*-comment.*}{comment}{correspond}}" headers_add = "Delivered-To: ${local_part}${local_part_suffix}@${domain}" -rt-otherwise: +rt_otherwise: debug_print = "R: rt for $local_part@$domain" driver = redirect domains = rt.debian.org