From: Don Armstrong Date: Thu, 16 Mar 2017 13:55:24 +0000 (-0700) Subject: increase the max message size to 100M X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;ds=sidebyside;h=9340655d004d11ad7e15bfae940e608c87d0cf05;hp=015514a890109b36ca15400d5c8ad31b4f30b16c;p=bin.git increase the max message size to 100M --- 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)"