]> git.pld-linux.org Git - packages/exim.git/blob - exim-spam-timeout.patch
- rel 3; run tidydb daily (not weekly) because on some systems databases grow too...
[packages/exim.git] / exim-spam-timeout.patch
1 diff -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        };
This page took 0.022808 seconds and 3 git commands to generate.