mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-11 11:33:09 +02:00
Recognize nullmailer
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user