diff options
author | will <will@FreeBSD.org> | 2000-09-18 06:45:02 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-09-18 06:45:02 +0800 |
commit | 1e8c4e9cb8edf69d6a5c9036e560980285dbf9a6 (patch) | |
tree | fcefba47d0e7f4379422e9f9db8b940f6332faec /mail/Makefile | |
parent | a9afda36d289ab3ae5629ba29504b807f48d0fcf (diff) | |
download | freebsd-ports-gnome-1e8c4e9cb8edf69d6a5c9036e560980285dbf9a6.tar.gz freebsd-ports-gnome-1e8c4e9cb8edf69d6a5c9036e560980285dbf9a6.tar.zst freebsd-ports-gnome-1e8c4e9cb8edf69d6a5c9036e560980285dbf9a6.zip |
Add vrfy (unversioned), an email address verifier. No, I don't know how
this thing works, and if it creates spam, oh well. Tools, not policy. :)
PR: 21234
Submitted by: NAKAMURA Kazushi <kaz@kobe1995.net>
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 9902625fc9ee..75bc9ec39cec 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -124,6 +124,7 @@ SUBDIR += teapop SUBDIR += tkrat SUBDIR += tkrat2 + SUBDIR += vrfy SUBDIR += wanderlust-emacs SUBDIR += wanderlust-emacs20 SUBDIR += wanderlust-mule |