mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
TLS phrases
This commit is contained in:
@@ -2090,8 +2090,10 @@ public class MessageHelper {
|
||||
}
|
||||
|
||||
// (qmail nnn invoked by uid nnn); 1 Jan 2022 00:00:00 -0000
|
||||
if (header.contains("qmail") && header.contains("invoked by uid")) {
|
||||
Log.i("--- found qmail");
|
||||
// by <host name> (Postfix, from userid nnn)
|
||||
if (header.matches(".*\\(qmail \\d+ invoked by uid \\d+\\).*") ||
|
||||
header.matches(".*\\(Postfix, from userid \\d+\\).*")) {
|
||||
Log.i("--- phrase");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user