diff options
author | miwi <miwi@FreeBSD.org> | 2008-02-02 18:24:12 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-02-02 18:24:12 +0800 |
commit | b0eeb5d22fa873f4409dd210755528584b8d9ed8 (patch) | |
tree | 03c76b04d90627473aa1a6504bafcddb3423eb8e /mail | |
parent | a00ce1d8190cd479f317e10ceed4eda78ecd3f92 (diff) | |
download | freebsd-ports-gnome-b0eeb5d22fa873f4409dd210755528584b8d9ed8.tar.gz freebsd-ports-gnome-b0eeb5d22fa873f4409dd210755528584b8d9ed8.tar.zst freebsd-ports-gnome-b0eeb5d22fa873f4409dd210755528584b8d9ed8.zip |
- Fix a typo
- Update pkg-descr (forgot in the previous commit)
PR: 120206
Submitted by: Mij <mij@bitchx.it> (maintainer)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/greylite/Makefile | 2 | ||||
-rw-r--r-- | mail/greylite/pkg-descr | 14 |
2 files changed, 9 insertions, 7 deletions
diff --git a/mail/greylite/Makefile b/mail/greylite/Makefile index b536bc993369..aadd86b2a89b 100644 --- a/mail/greylite/Makefile +++ b/mail/greylite/Makefile @@ -6,7 +6,7 @@ # PORTNAME= greylite -DISTVERSION= 2.2 +PORTVERSION= 2.2 CATEGORIES= mail MASTER_SITES= http://mij.oltrelinux.com/net/greylite/releases/ diff --git a/mail/greylite/pkg-descr b/mail/greylite/pkg-descr index 9ead2a04996d..bf385bfea21b 100644 --- a/mail/greylite/pkg-descr +++ b/mail/greylite/pkg-descr @@ -1,9 +1,11 @@ -Greylite is an implementation of a modified greylisting technology for fighting -SPAM on mailservers running qmail. - -Greylite does not require patching qmail, it is self-contained because it uses -sqlite, it uses a technology that minimizes delivery delays and enables suspect -senders to be multiply rejected and never whitelisted. +Greylite is a SPAM filter with exceptional effectiveness and no false +positives. It combines natively with qmail and works as a proxy for any SMTP +server. + +It implements a modified greylisting algorithm that improves the filtering +effectiveness and minimizes the delays associated with standard greylisting. +It can be tuned to recognize suspicious clients and reject their attempts +multiple times, reaching filtering rates of over 99% without false positives. Greylite is easy to setup and maintain, and it is small and fast. |