diff options
author | dinoex <dinoex@FreeBSD.org> | 2001-03-12 15:18:13 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2001-03-12 15:18:13 +0800 |
commit | 7b6434457ce53fce0229af55c5cc60c5e94b808f (patch) | |
tree | 3720adced5fe5e899367bf603780c89e5866c217 /mail/Makefile | |
parent | 374597945cd336568e13aa5defab0c03fe69236f (diff) | |
download | freebsd-ports-gnome-7b6434457ce53fce0229af55c5cc60c5e94b808f.tar.gz freebsd-ports-gnome-7b6434457ce53fce0229af55c5cc60c5e94b808f.tar.zst freebsd-ports-gnome-7b6434457ce53fce0229af55c5cc60c5e94b808f.zip |
vbsfilter will rename VBS and SHS attachments to .txt,
thus rendering them harmless.
Sendmail 8.10 introduced a new feature called the milter library,
which provides filtering callbacks to a user-level program, which in
turn can provide a "Yes"/"No"/"I haven't seen enough yet" answer to
the question: Can sendmail allow this mail to be delivered?
Sendmail is a trademark of Sendmail, Inc.
WWW: http://aeschi.ch.eu.org/milter/
Submitted by: maintainer
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 b529febc50a5..b83e375c0678 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -155,6 +155,7 @@ SUBDIR += teapop SUBDIR += tkrat SUBDIR += tkrat2 + SUBDIR += vbsfilter-1.3 SUBDIR += vpopmail SUBDIR += vrfy SUBDIR += wanderlust-emacs |