CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2017/10/18 11:31:01
Modified files: libexec/spamd : grey.c sdl.c sdl.h spamd.c Log message: Make blacklist entries override the whitelist. When running spamd in greylisting mode, it is not uncommon for an IP to get whitelisted before it shows up on a spam blacklist. With this change, spamd will check its blacklists before adding a WHITE entry to the <spamd-white> pf table. If the IP matches a blacklist, the WHITE entry will be removed. OK phessler@