From 8d6ef730fb7cb884c037b660fb81edfcffb4e51c Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 28 Aug 2007 09:57:41 +0200 Subject: [PATCH 1/1] lower max msg size limit for spamfilter to 512k, the spamc default --- procmail/defines | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/procmail/defines b/procmail/defines index 516afa6..9b404de 100644 --- a/procmail/defines +++ b/procmail/defines @@ -44,7 +44,7 @@ DEFAULT=$BASE/ ORGMAIL=$HOME/BOUNCED-MAIL # maximum message size for spam checking -SPAMCHECK_MAX_MESSAGE_SIZE=2500000 +SPAMCHECK_MAX_MESSAGE_SIZE=512000 # if crm114 is unsure and SA returns a score less-than-or-equal to this, # autotrain crm114 with ham -- 2.39.2