]> git.pld-linux.org Git - packages/exim.git/blame - exim-spam-timeout.patch
- rel 5; mime segfault fix
[packages/exim.git] / exim-spam-timeout.patch
CommitLineData
f4d0d081
AM
1--- exim-4.86/src/spam.c~ 2015-07-23 23:20:37.000000000 +0200
2+++ exim-4.86/src/spam.c 2015-07-29 10:41:57.918864020 +0200
3@@ -344,7 +344,7 @@ start = time(NULL);
22b67f77 4
f4d0d081
AM
5 for (;;)
6 {
7- if ( (spamd_sock = ip_streamsocket(sd->hostspec, &errstr, 5)) >= 0
8+ if ( (spamd_sock = ip_streamsocket(sd->hostspec, &errstr, 15)) >= 0
9 || sd->retry <= 0
10 )
11 break;
This page took 0.035518 seconds and 4 git commands to generate.