Alexandros Kosiaris has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/373848 )

Change subject: role::mx: Use the Message-ID header instead of Subject
......................................................................


role::mx: Use the Message-ID header instead of Subject

For OTRS to work with the References header on bounces and warnings we
need to use the Message-ID header and not the Subject header. Amend the
files accordingly

Bug: T173733
Change-Id: I06e964098db3541b0194238819e1eb212a0cfe78
---
M modules/role/files/exim/bounce_message_file
M modules/role/files/exim/warn_message_file
2 files changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Alexandros Kosiaris: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/role/files/exim/bounce_message_file 
b/modules/role/files/exim/bounce_message_file
index 02a16fd..952c66d 100644
--- a/modules/role/files/exim/bounce_message_file
+++ b/modules/role/files/exim/bounce_message_file
@@ -1,5 +1,5 @@
 Subject: Mail delivery failed ${if eq{$sender_address}{$bounce_recipient} {: 
returning message to sender}}
-References: $h_subject
+References: $h_message-id
 ****
 ****
 ****
diff --git a/modules/role/files/exim/warn_message_file 
b/modules/role/files/exim/warn_message_file
index 2ddd36b..dccf280 100644
--- a/modules/role/files/exim/warn_message_file
+++ b/modules/role/files/exim/warn_message_file
@@ -1,4 +1,4 @@
 Subject: Warning: message $message_exim_id delayed $warn_message_delay
-References: $h_subject
+References: $h_message-id
 ****
 ****

-- 
To view, visit https://gerrit.wikimedia.org/r/373848
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I06e964098db3541b0194238819e1eb212a0cfe78
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to