At the moment I receive emails like this from Maniphest tasks:
Subject: [Maniphest] [Commented On] T29: Some Amazing Task
I checked the headers of the email and don't see any unique ident/string to allow a mail filter rule, so that tasks from different projects can be routed to different folders/labels on an email client, to avoid all the Maniphest tasks going into the inbox.
I checked through the code and saw some config options for setting the prefix to Task emails but nothing around this.
Was thinking of a header something like this:
X-Phabricator-Projects: Project1,Project2,Project3
I'll have a go at doing something for our use case but if there is another way to do this, I'm all ears.