Recognize nullmailer

This commit is contained in:
M66B
2025-01-23 18:01:37 +01:00
parent 16bc93d61e
commit 45489f9082

View File

@@ -3195,6 +3195,7 @@ public class MessageHelper {
// (qmail nnn invoked by uid nnn); 1 Jan 2022 00:00:00 -0000
// Postfix: by <host name> (<name>, from userid nnn)
if (header.matches(".*\\(qmail \\d+ invoked by uid \\d+\\).*") ||
header.matches(".*\\(nullmailer pid \\d+ invoked by uid \\d+\\).*") ||
header.matches(".*\\(.*, from userid \\d+\\).*")) {
Log.i("--- phrase");
return true;