Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15354577
D19124.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
833 B
Referenced Files
None
Subscribers
None
D19124.diff
View Options
diff --git a/src/applications/metamta/storage/PhabricatorMetaMTAMail.php b/src/applications/metamta/storage/PhabricatorMetaMTAMail.php
--- a/src/applications/metamta/storage/PhabricatorMetaMTAMail.php
+++ b/src/applications/metamta/storage/PhabricatorMetaMTAMail.php
@@ -1302,6 +1302,11 @@
$headers[] = array('Thread-Topic', $related_phid);
}
+ $headers[] = array('X-Phabricator-Mail-ID', $this->getID());
+
+ $unique = Filesystem::readRandomCharacters(16);
+ $headers[] = array('X-Phabricator-Send-Attempt', $unique);
+
return $headers;
}
@@ -1356,6 +1361,8 @@
'X-Phabricator-Sent-This-Message',
'X-Phabricator-Must-Encrypt',
+ 'X-Phabricator-Mail-ID',
+ 'X-Phabricator-Send-Attempt',
);
// NOTE: The major header we want to drop is "X-Phabricator-Mail-Tags".
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 12, 4:48 AM (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7394676
Default Alt Text
D19124.diff (833 B)
Attached To
Mode
D19124: Add some delivery diagnostic headers to outbound mail
Attached
Detach File
Event Timeline
Log In to Comment