X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fspam.h;h=ba700c8b69e3174d10c1f6d0a0685486271fe330;hb=b87a6e0eedc31fdaa0d468349769b265db904aa7;hp=b2a12e3475b45da40fc8668c7df9cfae2efe0555;hpb=8523533c08c018ac4b750b0e0fab6cfe611e8a49;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/spam.h b/src/src/spam.h index b2a12e347..ba700c8b6 100644 --- a/src/src/spam.h +++ b/src/src/spam.h @@ -1,5 +1,3 @@ -/* $Cambridge: exim/src/src/spam.h,v 1.2 2004/12/16 15:11:47 tom Exp $ */ - /************************************************* * Exim - an Internet mail transport agent * *************************************************/ @@ -11,8 +9,8 @@ #ifdef WITH_CONTENT_SCAN -/* timeout for reading from spamd */ -#define SPAMD_READ_TIMEOUT 3600 +/* timeout for reading and writing spamd */ +#define SPAMD_TIMEOUT 120 /* maximum length of the spam bar */ #define MAX_SPAM_BAR_CHARS 50