]> git.pld-linux.org Git - packages/amavisd-new.git/commitdiff
- outdated
authorPaweł Gołaszewski <blues@pld-linux.org>
Tue, 23 May 2006 10:05:33 +0000 (10:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amavisd-new-dirperms.patch -> 1.3
    amavisd-new-unify-log-format.patch -> 1.2

amavisd-new-dirperms.patch [deleted file]
amavisd-new-unify-log-format.patch [deleted file]

diff --git a/amavisd-new-dirperms.patch b/amavisd-new-dirperms.patch
deleted file mode 100644 (file)
index 36c6332..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nur amavisd-new-20030616.orig/helper-progs/amavis-milter-based-on-1.1.2.3.2.40-v2.c amavisd-new-20030616/helper-progs/amavis-milter-based-on-1.1.2.3.2.40-v2.c
---- amavisd-new-20030616.orig/helper-progs/amavis-milter-based-on-1.1.2.3.2.40-v2.c    2004-04-01 02:42:23.000000000 +0200
-+++ amavisd-new-20030616/helper-progs/amavis-milter-based-on-1.1.2.3.2.40-v2.c 2004-05-06 16:29:22.000000000 +0200
-@@ -884,7 +884,7 @@
-     srand48(time(NULL) ^ (mypid + (mypid << 15)));
- #endif
--    umask(0007);
-+    umask(0077);
-     /* Process command line options */
-     while ((c = getopt(argc, argv, args)) != -1) {
diff --git a/amavisd-new-unify-log-format.patch b/amavisd-new-unify-log-format.patch
deleted file mode 100644 (file)
index 2363b85..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
---- amavisd-new-2.2.1/amavisd.orig     2004-12-23 02:38:39.000000000 +0100
-+++ amavisd-new-2.2.1/amavisd  2005-09-09 13:43:08.822055536 +0200
-@@ -7326,8 +7326,8 @@
-           $reason = substr($reason,0,100)."..."  if length($reason) > 100+3;
-           $r->recip_smtp_response( ($final_destiny == D_DISCARD
-                                     ? "250 2.7.1 Ok, discarded"
--                                    : "550 5.7.1 Message content rejected") .
--                                   ", id=$am_id - $reason");
-+                                    : "550 5.7.1 Message content rejected, $reason"
-+                                ) . ", id=$am_id");
-           $r->recip_done(1);
-           # note that 5xx status rejects may later be converted to bounces or
-           # discards, according to $*_destiny setting
-@@ -7414,8 +7414,8 @@
-           my($reason) = (split(/\n/, $bad_headers[0]))[0];
-           $r->recip_smtp_response(($final_destiny == D_DISCARD
-                       ? "250 2.6.0 Ok, message with invalid header discarded"
--                      : "554 5.6.0 Message with invalid header rejected"
--                    ) . ", id=$am_id - $reason");
-+                      : "554 5.6.0 Message with invalid header rejected, $reason"
-+                    ) . ", id=$am_id");
-           $r->recip_done(1);
-           $any_badh++;
-         }
This page took 0.041555 seconds and 4 git commands to generate.