From owner-cvs-all Tue Jul 18 22:21:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 74A9137B6E6; Tue, 18 Jul 2000 22:21:15 -0700 (PDT) (envelope-from kbyanc@FreeBSD.org) Received: (from kbyanc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA85079; Tue, 18 Jul 2000 22:21:15 -0700 (PDT) (envelope-from kbyanc@FreeBSD.org) Message-Id: <200007190521.WAA85079@freefall.freebsd.org> From: Kelly Yancey Date: Tue, 18 Jul 2000 22:21:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/cclient/patches patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kbyanc 2000/07/18 22:21:15 PDT Added files: mail/cclient/patches patch-ad Log: Add patch to fix mailbox permissions with using cclient's mx driver. As Vladimir Ivanov explains: unix-mx driver doesn't set file permissions properly for non-private messages (e.g. public#). The problem caused by mx_append procedure, where the driver doesn't call set_mbx_permissions for just created message file. Submitted by: Vladimir Ivanov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message