diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-05-02 15:46:02 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-05-02 15:46:02 +0000 |
commit | ac776416f2bec3d8c7eb7d5f1c78cc8fa2b35790 (patch) | |
tree | bc39aa2fe3922d821c108efa772e9cb8538cc34d /mail/Makefile | |
parent | 44f2e010ae4450fd78a57933d432e59b04e47463 (diff) |
Lens is a mail filter written in Ruby. Lens can filter an
incoming mail when it is received and filter mails in a Maildir.
Author: Toshiyuki Masui
WWW: http://pitecan.com/Lens/
PR: ports/95150
Submitted by: TAKATSU Tomonari <tota@rtfm.jp>
Notes
Notes:
svn path=/head/; revision=161200
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 2ab249e03741..901ef06b3185 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -154,6 +154,7 @@ SUBDIR += kiltdown SUBDIR += kshowmail SUBDIR += lbdb + SUBDIR += lens SUBDIR += libdomainkeys SUBDIR += libesmtp SUBDIR += libetpan |