Consider Postfix as local

master
M66B 5 months ago
parent 2da8ffb503
commit 24edad6dfa

@ -3261,6 +3261,10 @@ public class MessageHelper {
Log.i("--- local by sendmail"); Log.i("--- local by sendmail");
return true; return true;
} }
if (by.toLowerCase(Locale.ROOT).contains("postfix")) {
Log.i("--- local by Postfix");
return true;
}
if (by.startsWith("filterdrecv-")) { if (by.startsWith("filterdrecv-")) {
Log.i("--- local by filterdrecv"); Log.i("--- local by filterdrecv");
return true; return true;

Loading…
Cancel
Save