diff options
author | sat <sat@FreeBSD.org> | 2006-08-25 20:54:09 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-08-25 20:54:09 +0800 |
commit | ebef4a98452da3288ff5fe0b95b5dd46c93615b9 (patch) | |
tree | 82d4069a7d3b6313f973415996c1ef3f9f02bc27 /mail/Makefile | |
parent | 2bb232478da3c239ca373dfa55c17c04839c5a9b (diff) | |
download | freebsd-ports-gnome-ebef4a98452da3288ff5fe0b95b5dd46c93615b9.tar.gz freebsd-ports-gnome-ebef4a98452da3288ff5fe0b95b5dd46c93615b9.tar.zst freebsd-ports-gnome-ebef4a98452da3288ff5fe0b95b5dd46c93615b9.zip |
Add port mail/fdm:
fdm is a simple, lightweight replacement for mail fetch, filter and
delivery programs such as fetchmail and procmail. It can currently
fetch using POP3, POP3S or from stdin, and deliver to a pipe, file,
maildir, mbox or SMTP server, based on regexps.
WWW: http://fdm.sourceforge.net/
Author: Nicholas Marriott <nicm@users.sourceforge.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 3d5e2393a436..ad56942d4dc4 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -108,6 +108,7 @@ SUBDIR += ezmlm-idx SUBDIR += ezmlm-web SUBDIR += faces + SUBDIR += fdm SUBDIR += fetchmail SUBDIR += fetchyahoo SUBDIR += filtermail |