aboutsummaryrefslogtreecommitdiff
path: root/mail/spamilter/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* - remove MD5Olli Hauer2011-07-031-2/+0
| | | | Notes: svn path=/head/; revision=276989
* - update to 0.60Dirk Meyer2005-12-141-3/+3
| | | | Notes: svn path=/head/; revision=151168
* - add SHA checksumDirk Meyer2005-11-131-0/+2
| | | | Notes: svn path=/head/; revision=148088
* - fix a violation of RFC2821Dirk Meyer2005-11-081-0/+2
| | | | | | | Reported by: Claus Assmann Notes: svn path=/head/; revision=147550
* - update distifoDirk Meyer2004-06-151-2/+2
| | | | | | | | | distfiles was rerolled at Apr 29 list of extensions extended example configuration files added Notes: svn path=/head/; revision=111511
* Spamilter is a Sendmail milter written entierly in C, and thereforeDirk Meyer2004-06-111-0/+2
is faster and less cpu intensive than other interperative based solutions. It blocks spam using the following methods; * Configurable Realtime DNS Blacklists * Sender Address verification * Configurable Black and White lists * Invalid MTA hostname verfication * Basic Virus/Worm file attachment rejection for files ending in .pif, .scr, etc.. via MsExtChk filter * SPF via libspf Also; * Realtime firewall blocking of MTA hosts with invalid host names via MtaHostIpfw filter * Realtime rate limited connection blocking via firewall rule injection All actions are logged via syslog with both the sender and the recipient. From this, report generation and notification to recipients showing activity becomes extremely simple. WWW: http://www.wanlink.com/spamilter/index.php Notes: svn path=/head/; revision=111253