summaryrefslogtreecommitdiff
path: root/mail/postfix-current/patches/patch-bs
diff options
context:
space:
mode:
Diffstat (limited to 'mail/postfix-current/patches/patch-bs')
-rw-r--r--mail/postfix-current/patches/patch-bs17
1 files changed, 0 insertions, 17 deletions
diff --git a/mail/postfix-current/patches/patch-bs b/mail/postfix-current/patches/patch-bs
deleted file mode 100644
index 9b3dd71f057..00000000000
--- a/mail/postfix-current/patches/patch-bs
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-bs,v 1.1 2004/06/06 13:50:41 taca Exp $
-
---- src/local/mailbox.c.orig 2002-11-17 08:44:57.000000000 +0900
-+++ src/local/mailbox.c
-@@ -213,7 +213,11 @@ static int deliver_mailbox_file(LOCAL_ST
- if (mail_copy_status & MAIL_COPY_STAT_CORRUPT) {
- deliver_status = DEL_STAT_DEFER;
- } else if (mail_copy_status != 0) {
-- deliver_status = (errno == EAGAIN || errno == ENOSPC || errno == ESTALE ?
-+ deliver_status = (errno == EAGAIN || errno == ENOSPC ||
-+#ifdef EDQUOT
-+ errno == EDQUOT ||
-+#endif
-+ errno == ESTALE ?
- defer_append : bounce_append)
- (BOUNCE_FLAGS(state.request), BOUNCE_ATTR(state.msg_attr),
- "cannot access mailbox %s for user %s. %s",