From owner-cvs-all Sat Jan 19 7:32:29 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D92D37B400; Sat, 19 Jan 2002 07:32:22 -0800 (PST) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0JFWMW93875; Sat, 19 Jan 2002 07:32:22 -0800 (PST) (envelope-from dinoex) Message-Id: <200201191532.g0JFWMW93875@freefall.freebsd.org> From: Dirk Meyer Date: Sat, 19 Jan 2002 07:32:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/raysfilter Makefile distinfo pkg-comment pkg-descr pkg-plist ports/mail/raysfilter/files patch-rays-filter.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2002/01/19 07:32:22 PST Modified files: mail Makefile Added files: mail/raysfilter Makefile distinfo pkg-comment pkg-descr pkg-plist mail/raysfilter/files patch-rays-filter.c Log: New port. Ray's Mail Filter, Copyright (C) 2000 South Bank University, London This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. The configuration files, header-list.conf and string-list.conf control which message headers the filter examines and what strings it looks for in those headers. The filter will look for all of the specified strings in all of the specified headers. The configuration files can be changed while the filter is running. The mail-filter reset command is then used to signal the program to re-read the files. WWW: http://www.sendmail-filter.sbu.ac.uk/ Revision Changes Path 1.282 +1 -0 ports/mail/Makefile 1.1 +79 -0 ports/mail/raysfilter/Makefile (new) 1.1 +1 -0 ports/mail/raysfilter/distinfo (new) 1.1 +32 -0 ports/mail/raysfilter/files/patch-rays-filter.c (new) 1.1 +1 -0 ports/mail/raysfilter/pkg-comment (new) 1.1 +17 -0 ports/mail/raysfilter/pkg-descr (new) 1.1 +22 -0 ports/mail/raysfilter/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message