This commit is contained in:
M66B 2021-11-08 11:26:20 +01:00
parent 6e5a0fbcd9
commit f0733908c9
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@ public class FragmentCompose extends FragmentBase {
private static ExecutorService executor = Helper.getBackgroundExecutor(1, "encrypt");
private static final List<String> DO_NOT_REPLY = Collections.unmodifiableList(Arrays.asList(
"noreply", "no-reply", "do-not-reply"
"noreply", "no.reply", "no-reply", "do-not-reply"
));
@Override