]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
fix router names s/-/_/g
authorLuca Filipozzi <lucaf@goofy.ece.ubc.ca>
Wed, 22 Apr 2009 19:06:56 +0000 (12:06 -0700)
committerLuca Filipozzi <lucaf@goofy.ece.ubc.ca>
Wed, 22 Apr 2009 19:06:56 +0000 (12:06 -0700)
modules/exim/files/common/exim4.conf

index 90d29ed03ef6e63208ef9b0d74e3be58d4b56d68..1bcb0f248780f9e67f13748674d18090484740d1 100644 (file)
@@ -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