]> git.pld-linux.org Git - packages/exim.git/blame - exim-spam-timeout.patch
- rel 5; raise hardcoded spamd timeout value to 240 (exim 4.86 will have this configu...
[packages/exim.git] / exim-spam-timeout.patch
CommitLineData
82ab074f
AM
1diff -urN exim-4.62.org/src/spam.c exim-4.62/src/spam.c
2--- exim-4.62.org/src/spam.c 2006-04-28 12:32:23.000000000 +0200
3+++ exim-4.62/src/spam.c 2006-06-08 10:20:26.000000000 +0200
4@@ -147,7 +147,7 @@
5 AF_INET,
6 spamd_address_vector[current_server]->tcp_addr,
7 spamd_address_vector[current_server]->tcp_port,
8- 5 ) > -1) {
9+ 15 ) > -1) {
10 /* connection OK */
11 break;
12 };
22b67f77
AM
13--- exim-4.85/src/spam.h~ 2015-01-06 00:40:11.000000000 +0100
14+++ exim-4.85/src/spam.h 2015-07-10 14:04:36.437933012 +0200
15@@ -10,7 +10,7 @@
16 #ifdef WITH_CONTENT_SCAN
17
18 /* timeout for reading and writing spamd */
19-#define SPAMD_TIMEOUT 120
20+#define SPAMD_TIMEOUT 240
21
22 /* maximum length of the spam bar */
23 #define MAX_SPAM_BAR_CHARS 50
This page took 0.034637 seconds and 4 git commands to generate.