diff options
author | miwi <miwi@FreeBSD.org> | 2009-06-15 14:53:02 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-06-15 14:53:02 +0800 |
commit | 14ff70ec4e68177f7b54e3692d57aa43d76d89d2 (patch) | |
tree | 4ba691c33351d8b7c6078ccd970d33604da0db4b /mail/Makefile | |
parent | cfea0fd5609d1d3f7c760835035845dcfa4ac748 (diff) | |
download | freebsd-ports-graphics-14ff70ec4e68177f7b54e3692d57aa43d76d89d2.tar.gz freebsd-ports-graphics-14ff70ec4e68177f7b54e3692d57aa43d76d89d2.tar.zst freebsd-ports-graphics-14ff70ec4e68177f7b54e3692d57aa43d76d89d2.zip |
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 <umq at ueo.co.jp>
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index cc9512fa865..178cc59833b 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 |