]> git.pld-linux.org Git - packages/postfix.git/commitdiff
- updated to 2.2.10
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 8 May 2006 22:18:54 +0000 (22:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postfix-log-proxy-rejects.patch -> 1.2

postfix-log-proxy-rejects.patch

index 602a3ab8fa4a28b35f5b8c986c3ebdfdbfe00250..db1759842a4e39060486f332e2d511dea85781f6 100644 (file)
@@ -10,9 +10,9 @@
 +              smtpd_check_reject(state, MAIL_ERROR_POLICY,
 +                                      "%s", STR(state->proxy_buffer));
 +          }
-       } else {
-           state->error_mask |= MAIL_ERROR_SOFTWARE;
+       } else if (state->err != CLEANUP_STAT_SIZE) {
            state->err |= CLEANUP_STAT_PROXY;
+           vstring_sprintf(state->proxy_buffer,
 --- postfix-2.2.3/src/smtpd/smtpd_check.c~     2005-09-08 15:51:27.482074664 +0200
 +++ postfix-2.2.3/src/smtpd/smtpd_check.c      2005-09-08 17:28:05.192097120 +0200
 @@ -764,7 +764,7 @@
This page took 0.209695 seconds and 4 git commands to generate.