From 9340655d004d11ad7e15bfae940e608c87d0cf05 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 16 Mar 2017 06:55:24 -0700 Subject: [PATCH 1/1] increase the max message size to 100M --- learn_from_spam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learn_from_spam b/learn_from_spam index 35a25f6..071f7f1 100755 --- a/learn_from_spam +++ b/learn_from_spam @@ -8,7 +8,7 @@ SPAM_CHECK="spamassassin -e" # these are for spamc SPAM_REPORT="spamc --learntype=spam" HAM_REPORT="spamc --learntype=ham" -SPAM_CHECK="spamc -c" +SPAM_CHECK="spamc -s $((100 * 1024 * 1024)) -c" # needs rules directories NEEDS_SPAM_RULES="$(echo ~/Maildir/spam/needs_rules)" -- 2.39.2