diff options
author | John Denker <jsd@av8n.com> | 2012-07-14 14:28:43 -0700 |
---|---|---|
committer | John Denker <jsd@av8n.com> | 2012-07-14 14:28:43 -0700 |
commit | f639924b1c6e014a458f34e45133d50990887050 (patch) | |
tree | 8a6e0487dfbea70212ead65b1771577209665891 | |
parent | 2ea78688f2a8189cad8766df4859e2dad8d14486 (diff) |
allow spam checks up to 1 megabyte
-rw-r--r-- | tools/filters.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |