Compressed

This commit is contained in:
M66B
2022-03-11 15:07:56 +01:00
parent 1ac876fa1a
commit 3f2a62f8af
4 changed files with 10 additions and 4 deletions

View File

@@ -149,6 +149,10 @@ public class MessageHelper {
static final int MAX_UNZIP_COUNT = 20;
static final long MAX_UNZIP_SIZE = 1000 * 1000 * 1000L;
static final List<String> UNZIP_FORMATS = Collections.unmodifiableList(Arrays.asList(
"ZIP"
));
static final List<String> RECEIVED_WORDS = Collections.unmodifiableList(Arrays.asList(
"from", "by", "via", "with", "id", "for"
));