From 9c070233165fba8b3bd100a1ba3da9ebf3333158 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Sun, 20 Nov 2022 15:10:55 +0100 Subject: [PATCH] change filter limit --- src/bash/filter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bash/filter.sh b/src/bash/filter.sh index 0920792..7aa5846 100755 --- a/src/bash/filter.sh +++ b/src/bash/filter.sh @@ -61,7 +61,7 @@ JIRAFEAU_LOCAL=http://depot JIRAFEAU_TIME=month MD5_CMD=/usr/bin/md5sum DISCLAMER_CMD=altermime -MAX_FINAL_SIZE=307200 # 300ki +MAX_FINAL_SIZE=2097152 # 2Mi ARCHIVE_TITLE="archive_content" ARCHIVE_MIME="text/kaz_email_archive"