blob: 65da0fb5a86cdc22f4e9ffc4da6c719dd7e20431 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ag,v 1.5 2006/06/14 22:43:39 abs Exp $
--- src/spam.h.orig 2005-10-04 09:55:28.000000000 +0100
+++ src/spam.h
@@ -12,7 +12,7 @@
#ifdef WITH_CONTENT_SCAN
/* timeout for reading and writing spamd */
-#define SPAMD_TIMEOUT 120
+#define SPAMD_TIMEOUT 240
/* maximum length of the spam bar */
#define MAX_SPAM_BAR_CHARS 50
|