From 14ff70ec4e68177f7b54e3692d57aa43d76d89d2 Mon Sep 17 00:00:00 2001 From: miwi Date: Mon, 15 Jun 2009 06:53:02 +0000 Subject: This package is an implementation of BATV (Bounce Address Tag Validation), a draft proposal for detecting and messages making fraudulent use of a sender address. The filter is written as a plugin to Sendmail or other filters using the milter API. WWW: https://sourceforge.net/projects/batv-milter/ PR: ports/135393 Submitted by: Hirohisa Yamaguchi --- mail/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/Makefile') diff --git a/mail/Makefile b/mail/Makefile index cc9512fa8654..178cc59833bb 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -25,6 +25,7 @@ SUBDIR += autosig SUBDIR += avenger SUBDIR += balsa + SUBDIR += batv-milter SUBDIR += bayespam SUBDIR += bbmail SUBDIR += biabam -- cgit