Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-04-27 | getaddrinfo 4th arg has to be non-null. Gerard gerritsen | Jun-ichiro itojun Hagino | |
2004-04-26 | bzero hint before use. | Jun-ichiro itojun Hagino | |
2004-04-25 | use '|' as field separator, not ':' - for future IPv6 support | Jun-ichiro itojun Hagino | |
2004-04-19 | Remove unused stuff; give error message if the db cannot be openened; set | Otto Moerbeek | |
exit code. ok beck@ | |||
2004-03-13 | - typos | Jason McIntyre | |
- new sentence, new line - tidy up a list | |||
2004-03-11 | fix leak, found by Patrick Latifi <pat@eyeo.org> | Bob Beck | |
ok millert@, dhartmei@ | |||
2004-03-11 | open O_RDONLY when listing | Bob Beck | |
ok millert@, dharmei@ | |||
2004-03-11 | Remove sync() calls that immediately precede databse close(). Since | Todd C. Miller | |
close() calls sync() itself the standalone sync() is a no-op. OK beck@ | |||
2004-03-01 | paranoia and cleanup, document output format | Bob Beck | |
ok millert@ | |||
2004-02-27 | fix CFLAGS -I | David Krause | |
ok deraadt@ | |||
2004-02-26 | don't double define PATH_SPAMD_DB - notice by pb | Bob Beck | |
2004-02-26 | paranoia; beck ok | Theo de Raadt | |
2004-02-26 | Add -g option for greylisting support for spamd. The greylisting techinque | Bob 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@ |