summaryrefslogtreecommitdiff
path: root/usr.sbin/spamdb/spamdb.8
AgeCommit message (Collapse)Author
2004-04-25use '|' as field separator, not ':' - for future IPv6 supportJun-ichiro itojun Hagino
2004-03-13- typosJason McIntyre
- new sentence, new line - tidy up a list
2004-03-01paranoia and cleanup, document output formatBob Beck
ok millert@
2004-02-26Add -g option for greylisting support for spamd. The greylisting techinqueBob Beck
originates from a paper by Evan Harris which can be found at http://projects.puremagic.com/greylisting/. This implementation makes spamd allow for non-blacklisted addresses to be treated as "greylisted". where they are tracked in a db file, and whitelisted by addition to a pf table when the same envelope from and to are retried from the same source IP address. Testing by many, ok deraadt@