From f639924b1c6e014a458f34e45133d50990887050 Mon Sep 17 00:00:00 2001
From: John Denker <jsd@av8n.com>
Date: Sat, 14 Jul 2012 14:28:43 -0700
Subject: allow spam checks up to 1 megabyte

---
 tools/filters.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/filters.conf b/tools/filters.conf
index 2a9e5d0..53e97a0 100644
--- a/tools/filters.conf
+++ b/tools/filters.conf
@@ -1,4 +1,4 @@
 # configuration file for hi-q
   /var/qmail/bin/skrewt
-  /usr/local/bin/spamc -Y 2
+  /usr/local/bin/spamc -Y 2 -s 1000000
   /var/qmail/bin/qmail-queue
-- 
cgit v1.2.3