Send several X-Differential-CC headers
Summary: People want to create filters checking if they are in CC which is almost impossible with multiplexing in Outlook. Test Plan: Sent e-mail with multiple CCs, verified headers. Reviewers: epriestley, nh Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D2829
This commit is contained in:
@@ -34,7 +34,7 @@ to write more sophisticated mail rules.
|
||||
Phabricator sends a variety of mail headers that can be useful in crafting rules
|
||||
to route and manage mail.
|
||||
|
||||
Many of these headers contain lists. A list containing two items, ##1## and
|
||||
Headers in plural contain lists. A list containing two items, ##1## and
|
||||
##15## will generally be formatted like this:
|
||||
|
||||
X-Header: <1>, <15>
|
||||
@@ -43,13 +43,17 @@ The intent is to allow you to write a rule which matches against "<1>". If you
|
||||
just match against "1", you'll incorrectly match "15", but matching "<1>" will
|
||||
correctly match only "<1>".
|
||||
|
||||
Some other headers use a single value but can be presented multiple times.
|
||||
It is to support e-mail clients which are not able to create rules using regular
|
||||
expressions or wildcards (namely Outlook).
|
||||
|
||||
The headers Phabricator adds to mail are:
|
||||
|
||||
- ##X-Phabricator-Sent-This-Message##: this is attached to all mail
|
||||
Phabricator sends. You can use it to differentiate between email from
|
||||
Phabricator and replies/forwards of Phabricator mail from human beings.
|
||||
- ##X-Phabricator-To##: this is attached to all mail Phabricator sends.
|
||||
It this shows the PHIDs of the original "To" line, before any mutation
|
||||
It shows the PHIDs of the original "To" line, before any mutation
|
||||
by the mailer configuration.
|
||||
- ##X-Phabricator-Cc##: this is attached to all mail Phabricator sends.
|
||||
It shows the PHIDs of the original "Cc" line, before any mutation by the
|
||||
@@ -57,15 +61,18 @@ The headers Phabricator adds to mail are:
|
||||
- ##X-Differential-Author##: this is attached to Differential mail and shows
|
||||
the revision's author. You can use it to filter mail about your revisions
|
||||
(or other users' revisions).
|
||||
- ##X-Differential-Reviewers##: this is attached to Differential mail and
|
||||
- ##X-Differential-Reviewer##: this is attached to Differential mail and
|
||||
shows the reviewers. You can use it to filter mail about revisions you
|
||||
are reviewing, versus revisions you are explicitly CC'd on or CC'd as
|
||||
a result of Herald rules.
|
||||
- ##X-Differential-CCs##: this is attached to Differential mail and shows
|
||||
- ##X-Differential-Reviewers##: list version of the previous.
|
||||
- ##X-Differential-CC##: this is attached to Differential mail and shows
|
||||
the CCs on the revision.
|
||||
- ##X-Differential-Explicit-CCs##: this is attached to Differential mail and
|
||||
- ##X-Differential-CCs##: list version of the previous.
|
||||
- ##X-Differential-Explicit-CC##: this is attached to Differential mail and
|
||||
shows the explicit CCs on the revision (those that were added by humans,
|
||||
not by Herald).
|
||||
- ##X-Differential-Explicit-CCs##: list version of the previous.
|
||||
- ##X-Phabricator-Mail-Tags##: this is attached to some mail and has
|
||||
a list of descriptors about the mail. (This is fairly new and subject
|
||||
to some change.)
|
||||
|
||||
Reference in New Issue
Block a user