From 9092bc9985a73505492bdde654016bcb581dbad2 Mon Sep 17 00:00:00 2001 From: dinoex Date: Sat, 19 Jan 2002 15:32:22 +0000 Subject: 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/ --- mail/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/Makefile') diff --git a/mail/Makefile b/mail/Makefile index 64ce65d4649..e6a5fabf8f4 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -180,6 +180,7 @@ SUBDIR += qmailanalog SUBDIR += qpopper SUBDIR += qtools + SUBDIR += raysfilter SUBDIR += razor-agents SUBDIR += rblcheck SUBDIR += regm -- cgit