Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 4E56063B882 for ; Fri, 17 Aug 2012 17:47:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2D81C14A230; Fri, 17 Aug 2012 17:47:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4340714A224 for ; Fri, 17 Aug 2012 17:47:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id IgRPVQi5c5L6 for ; Fri, 17 Aug 2012 17:47:44 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id AB68114A21D for ; Fri, 17 Aug 2012 17:47:44 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id A453C175DD; Fri, 17 Aug 2012 17:47:44 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Fri, 17 Aug 2012 17:47:44 +0000 From: "Stoned Elipot" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: seb@netbsd.org X-Mailer: log_accum Message-Id: <20120817174744.A453C175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: seb Date: Fri Aug 17 17:47:44 UTC 2012 Modified Files: pkgsrc/doc: CHANGES-2012 Log Message: Note initial addition of fdm version 1.6 as mail/fdm into The NetBSD Packages Collection. fdm is a program to fetch mail and deliver it in various ways depending on a user-supplied ruleset. Mail may be fetched from stdin, IMAP or POP3 servers, or from local maildirs, and filtered based on whether it matches a regexp, its size or age, or the output of a shell command. It can be rewritten by an external process, dropped, left on the server or delivered into maildirs, mboxes, to a file or pipe, or any combination. fdm is designed to be lightweight but powerful, with a compact but clear configuration syntax. It is primarily designed for single-user uses but may also be configured to deliver mail in a multi-user setup. In this case, it uses privilege separation to minimise the amount of code running as the root user. To generate a diff of this commit: cvs rdiff -u -r1.2616 -r1.2617 pkgsrc/doc/CHANGES-2012 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.