I am setting up a server to perform emails to our users, so I use all possible ways to minimize spam problems.
Yandex has an FBL notification system (Feedback Loop) , which sends to the specified email address reports about users adding spam emails that came from a specific network (networks), so that later on these reports, the sender removes the addresses of these users from his distribution list ( again do not send letters to those who add them to spam).
My problem is that there is nothing in these reports that could identify the letter and the sender. Apparently, Yandex (or returnpath.net, judging by the headings of the reports) hides the addresses of users by writing noodles like ca2b45 ... @ email.xxx ([32-character hash-like-md5] @ email.xxx) instead , including the To and Original-Rcpt-To headers, and also does not transmit anything from the original message, except for the subject (Subject).
The FAQ page on YandexFBL has the question “How should I process complaints from the FBL report?”, In response to which it is written:
"The ISP can edit parts of the original messages to protect the personal data of their users. If the ISP has deleted the subscribers' addresses from the FBL report, you should include the control IDs that are unique for the recipients in your database and match those messages were sent to the addressee to track the deletions. You can add unique recipient IDs to the message body, or create a special "X" header: for example, "X-SenderName-ClientID: 543432". "
But the problem is that the body of the original message is not forwarded, as are the X-SenderName-ClientID / Message-ID / X-Feedback-ID / Feedback-ID headers. All that can be recognized by the sent letter, which was added by spam is its topic, but I do not think that adding any identifiers to the subject of each message is a good idea.
For example, when working with Mail.ru FBL, everything happens much simpler, since in their reports the user's address is not replaced, and the original Message-ID is also transmitted.
Who faced a problem, please tell me how to add a message identifier to reports from Yandex FBL