From: Luca Filipozzi Date: Thu, 23 Apr 2009 15:39:55 +0000 (-0700) Subject: oops X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=3e42b3aecf81d99fd2f6248d361cc56227e7d012;p=mirror%2Fdsa-puppet.git oops --- diff --git a/modules/exim/files/common/exim4.conf b/modules/exim/files/common/exim4.conf index 2fbac0254..b244eb5ca 100644 --- a/modules/exim/files/common/exim4.conf +++ b/modules/exim/files/common/exim4.conf @@ -1018,8 +1018,7 @@ rt_force_new_quiesce: local_part_suffix = +new-quiesce pipe_transport = rt_pipe 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 = "X-RT-Mode: quiesce" - headers_add = "Delivered-To: ${local_part}${local_part_suffix}@${domain}" + headers_add = "Delivered-To: ${local_part}${local_part_suffix}@${domain}\nX-RT-Mode: quiesce" rt_otherwise: debug_print = "R: rt for $local_part@$domain"