Recognize nullmailer

pull/217/head
M66B 8 months ago
parent 16bc93d61e
commit 45489f9082

@ -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;

Loading…
Cancel
Save