diff options
author | eik <eik@FreeBSD.org> | 2004-05-26 18:46:31 +0800 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-05-26 18:46:31 +0800 |
commit | 591235257cd594149ecbb2ce98c4eeca0dc36802 (patch) | |
tree | 2d20c0e744856a95566a6e60d907254ef4ac9a73 /mail/libspf-alt/pkg-descr | |
parent | af234f5cefb281d6cc20f5a5aa2b27c3dcb64704 (diff) | |
download | freebsd-ports-gnome-591235257cd594149ecbb2ce98c4eeca0dc36802.tar.gz freebsd-ports-gnome-591235257cd594149ecbb2ce98c4eeca0dc36802.tar.zst freebsd-ports-gnome-591235257cd594149ecbb2ce98c4eeca0dc36802.zip |
Add libspf-alt, a library that allows email
systems such as Exim to check SPF records.
Diffstat (limited to 'mail/libspf-alt/pkg-descr')
-rw-r--r-- | mail/libspf-alt/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/libspf-alt/pkg-descr b/mail/libspf-alt/pkg-descr new file mode 100644 index 000000000000..76111ab5d564 --- /dev/null +++ b/mail/libspf-alt/pkg-descr @@ -0,0 +1,6 @@ +The libspf-alt SPF implementation is a library that allows email systems +such as Exim to check SPF records and make sure that the email is authorized +by the domain name that it is coming from. This prevents email forgery, +commonly used by spammers, scammers and email viruses/worms. + +WWW: http://www.midwestcs.com/spf/libspf-alt/ |