mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to TMDA 1.0 "Cannonade"
From Jason's announcement: "After almost three years of hacking on TMDA, I'm proud to announce the release of version 1.0-final. I figured that after this length of time, the version number should be bumped to a positive value to better reflect its current stability." - Reword pkg-descr
This commit is contained in:
parent
11accb62c8
commit
a5b045f877
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96231
3 changed files with 19 additions and 9 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= tmda
|
PORTNAME= tmda
|
||||||
PORTVERSION= 0.92
|
PORTVERSION= 1.0
|
||||||
CATEGORIES= mail python
|
CATEGORIES= mail python
|
||||||
MASTER_SITES= http://www.tmda.net/releases/%SUBDIR%/ \
|
MASTER_SITES= http://www.tmda.net/releases/%SUBDIR%/ \
|
||||||
http://www.us.tmda.net/releases/%SUBDIR%/ \
|
http://www.us.tmda.net/releases/%SUBDIR%/ \
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (tmda-0.92.tgz) = 1d56e7be312dd3f74a76a0623241b727
|
MD5 (tmda-1.0.tgz) = 6823af3edeffcf390ec4dc630a46f8c0
|
||||||
|
|
|
@ -1,9 +1,19 @@
|
||||||
Tagged Message Delivery Agent (TMDA).
|
Tagged Message Delivery Agent (TMDA) is designed to significantly reduce the
|
||||||
|
amount of spam (junk-mail) you receive. TMDA strives to be more effective,
|
||||||
|
yet less time-consuming than traditional spam filters.
|
||||||
|
|
||||||
TMDA is an OSI certified software application designed to
|
The technical countermeasures used by TMDA to thwart spam include:
|
||||||
significantly reduce the amount of SPAM/UCE (junk-mail) you receive.
|
- whitelists: accept mail from known, trusted senders
|
||||||
TMDA combines a "whitelist" (for known/trusted senders), a "blacklist"
|
- blacklists: refuse mail from undesired senders
|
||||||
(for undesired senders), and a cryptographically enhanced confirmation
|
- challenge/response: allows unknown senders which aren't on the whitelist or
|
||||||
system (for unknown, but legitimate senders).
|
blacklist the chance to confirm that their message is legitimate (non-spam)
|
||||||
|
- tagged addresses: special-purpose e-mail addresses such as time-dependent
|
||||||
|
addresses, or addresses which only accept certain kinds of communication.
|
||||||
|
These increase the transparency of TMDA for unknown senders by allowing them
|
||||||
|
to safely circumvent the challenge/response system.
|
||||||
|
|
||||||
WWW: http://tmda.net/
|
TMDA can also be used as a general purpose local mail delivery agent to filter,
|
||||||
|
sort, deliver and dispose of incoming mail.
|
||||||
|
|
||||||
|
Author: Jason R. Mastaler
|
||||||
|
WWW: http://tmda.net/
|
||||||
|
|
Loading…
Add table
Reference in a new issue