]> git.pld-linux.org Git - packages/exim.git/blob - exim-spam-timeout.patch
Rel 14; fix segfault in srs
[packages/exim.git] / exim-spam-timeout.patch
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);
4  
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.064701 seconds and 3 git commands to generate.