Silly M dashes
[mirror/dsa-puppet.git] / modules / exim / files / common / exim4.conf
index 2fbac02..696901d 100644 (file)
@@ -199,10 +199,11 @@ av_scanner = CLAMAV
 
 .ifdef HAVE_USER_DEBBUGS MAIL_RELAY STUPID_FIREWALL
 daemon_smtp_ports = 25 : 587
-.endif
+.else
 .ifdef EVEN_MORE_STUPID_FIREWALL
 daemon_smtp_ports = 25 : 2025
 .endif
+.endif
 
 admin_groups = adm
 remote_sort_domains = *.debian.org:*.debian.net
@@ -1018,8 +1019,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"