Hi, I'm using OpenBSD spamd before postscreen. I scripted a log tailing script which checks any new connection to a few rbls and if it's not on them I whitelist the ip, bypassing further greyfiltering.
After that postscreen gets to deal with whatever comes next. Now incase postscreen decides that the ip is a zombie it's being blacklisted by postscreen. In that case I'd like to hand the ip back to OpenBSD spamd. This can be done in various ways of course. I could script analysing the maillog, I could script checking the postscreen database or maybe postscreen could execute the command to blacklist the zombie. I think I prefer the last option since it's the most direct. How can I set that up? # Han