aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ask
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.5.0mnag2005-11-284-9/+15
| | | | | | | | Add SHA256 Change maintainer's email PR: 89579 Submitted by: Marcelo Araujo <araujobsd@hotmail.com> (maintainer)
* ASK takes advantage of the fact that most spammers use invalid or fakepav2005-11-124-0/+104
"From:" address in their messages. When a new message arrives and the sender is unknown, ASK sends a "confirmation message" back, informing the sender that the original message has been queued, pending confirmation. When the sender confirms (a simple reply), ASK delivers the original message and adds the sender to a "whitelist". Further messages from this sender will be immediately delivered. It is also possible to ignore messages based on specific criteria, like sender's email, subject and so on. PR: ports/88422 Submitted by: Marcelo Araujo <araujobsd@hotmail.com>