]> git.pld-linux.org Git - packages/cyrus-imapd.git/commitdiff
bounce mail if mailbox is over quota
authorArtur Frysiak <artur@frysiak.net>
Wed, 14 Feb 2001 13:20:25 +0000 (13:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cyrus-imapd-overquota.patch -> 1.1

cyrus-imapd-overquota.patch [new file with mode: 0644]

diff --git a/cyrus-imapd-overquota.patch b/cyrus-imapd-overquota.patch
new file mode 100644 (file)
index 0000000..057f6fe
--- /dev/null
@@ -0,0 +1,11 @@
+--- cyrus-imapd-2.0.11/imap/lmtpengine.c.wiget Wed Feb 14 13:13:46 2001
++++ cyrus-imapd-2.0.11/imap/lmtpengine.c       Wed Feb 14 13:15:52 2001
+@@ -149,7 +149,7 @@
+       return "550 5.7.1 Permission denied";
+     case IMAP_QUOTA_EXCEEDED:
+-      return "452 4.2.2 Over quota";
++      return "550 5.7.1 Over quota";
+     case IMAP_MAILBOX_BADFORMAT:
+     case IMAP_MAILBOX_NOTSUPPORTED:
This page took 0.180174 seconds and 4 git commands to generate.