]> git.pld-linux.org Git - packages/exim.git/commitdiff
- new
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 8 Jun 2006 08:21:32 +0000 (08:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    exim-spam-timeout.patch -> 1.1

exim-spam-timeout.patch [new file with mode: 0644]

diff --git a/exim-spam-timeout.patch b/exim-spam-timeout.patch
new file mode 100644 (file)
index 0000000..8940909
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN exim-4.62.org/src/spam.c exim-4.62/src/spam.c
+--- exim-4.62.org/src/spam.c   2006-04-28 12:32:23.000000000 +0200
++++ exim-4.62/src/spam.c       2006-06-08 10:20:26.000000000 +0200
+@@ -147,7 +147,7 @@
+                       AF_INET,
+                       spamd_address_vector[current_server]->tcp_addr,
+                       spamd_address_vector[current_server]->tcp_port,
+-                      5 ) > -1) {
++                      15 ) > -1) {
+         /* connection OK */
+         break;
+       };
This page took 0.033038 seconds and 4 git commands to generate.