]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Avoid testing first_delivery as it appears it is not set for a router
authorTollef Fog Heen <tfheen@err.no>
Wed, 3 Aug 2011 08:28:04 +0000 (10:28 +0200)
committerTollef Fog Heen <tfheen@err.no>
Wed, 3 Aug 2011 08:28:04 +0000 (10:28 +0200)
modules/exim/templates/eximconf.erb

index 7811b48040bc019952ae1aac9fe1d0a90fcaf7ed..22f8200683d7a8b650933bf5379225f58ce48e2f 100644 (file)
@@ -1301,7 +1301,7 @@ rt_force_new_verbose:
   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_remove = Subject
-  headers_add = "Delivered-To: ${local_part}${local_part_suffix}@${domain}\nSubject: ${if and {{first_delivery}{match {$h_subject:}{(?i)(.*?)\\[?debian rt\\]?\\s*(.*)}}} {$1$2}{$h_subject:}}"
+  headers_add = "Delivered-To: ${local_part}${local_part_suffix}@${domain}\nSubject: ${if match {$h_subject:}{(?i)(.*?)\\[?debian rt\\]?\\s*(.*)} {$1$2}{$h_subject:}}"
 
 # FIXME: figure out how to generalize this approach so that all of the following would work
 # - rt+NNNN@rt.debian.org          : attach correspondence to ticket (verbose)