Re: patch to smtpd/filter_api.c

2015-08-15 Thread Gilles Chehade
Hi, On Sat, Aug 15, 2015 at 05:54:55AM -0400, Geoff Steckel wrote: > The included patch allows smtpd/filter_api.c to compile. I know it's This is not ok, this file is not meant to be linked in the daemon. It is meant to be linked against filters which will communicate with the daemon through the

patch to smtpd/filter_api.c

2015-08-15 Thread Geoff Steckel
The included patch allows smtpd/filter_api.c to compile. I know it's not hooked in yet. I am working on adding dnsbl. I have a patch under test which is integrated into the body of smtpd. It would be cleaner if it could be an external filter. Is anybody working on the filter code? Would it be poss