mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Added rule check
This commit is contained in:
@@ -152,7 +152,7 @@ public class EntityRule {
|
||||
}
|
||||
|
||||
JSONObject jheader = jcondition.optJSONObject("header");
|
||||
if (jheader != null) {
|
||||
if (jheader != null && imessage != null) {
|
||||
String value = jheader.getString("value");
|
||||
boolean regex = jheader.getBoolean("regex");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user