Protonmail is not a robot

This commit is contained in:
M66B 2023-05-20 16:22:07 +02:00
parent 6921a79df3
commit 324fca370e
1 changed files with 3 additions and 1 deletions

View File

@ -2035,8 +2035,10 @@ public class MessageHelper {
return true;
// Google
// Feedback-ID: nnnnnnn:user:proton
header = imessage.getHeader("Feedback-ID", null);
if (header != null)
if (header != null &&
!header.endsWith(":user:proton")) // How privacy-friendly is this anyway?
return true;
header = imessage.getHeader("Precedence", null);