mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Added rule condition $$automatic
This commit is contained in:
@@ -1691,6 +1691,7 @@ public class MessageHelper {
|
||||
|
||||
Boolean getAutoSubmitted() throws MessagingException {
|
||||
// https://tools.ietf.org/html/rfc3834
|
||||
// auto-generated, auto-replied
|
||||
String header = imessage.getHeader("Auto-Submitted", null);
|
||||
if (header == null) {
|
||||
// https://www.arp242.net/autoreply.html
|
||||
|
||||
Reference in New Issue
Block a user