summaryrefslogtreecommitdiff
path: root/libexec/spamlogd/Makefile
AgeCommit message (Collapse)Author
2006-11-26repair missing DPADD requestsTheo de Raadt
2006-11-03donot for tcpdump, use libpcap directly.Henning Brauer
joint work with Berk D. Demir, ok beck deraadt
2005-05-24Remove -ansi as that means expose only C89 interfaces.Todd C. Miller
2004-02-27fix CFLAGS -IDavid Krause
ok deraadt@
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@