Commits


resurrect OpenBSD' makefile; rename autotools one to GNUmakefile


augment .gitignore


configure: add missing checks for libasr


first attempt at making it compile on various systems * switch to autotools * include the usual compat goo * libasr taken from opensmtpd


Adjust for new libopensmtpd changes


Strip away keys from paid Abusix and Spamhaus services. Problem pointed out by Renaud Allard (renaud <at> allard <dot> it) Minor manpage nit from jasper@


Remove getprogname from usage. Not needed and makes it easier to compile on ubuntu.


Fix multiple issues where a disconnect can occur without setting up a session. Also fix some queries after disconnects Noticed and fix tested by Mischa Peters


Don't .Op ... From Anton Lindqvist


Add -L and -I for {C,LD}FLAGS here.


We also need destdir


Tweaks for ports


Remove revision, not as useful as I thought


Add revision tag to makefile


Document that a blacklist is a domainname


Rename filter to filter-dnsbl.8


Document -v flag


Wrap long lines


Use osmtpd_err instead of dnsbl_err


Don't use warn/err, since we already print the filter name


Only log not listed if we are verbose


Welcome filter-dnsbl into the libopensmtpd world


Remove log.[ch] now that we have stderr logging


Remove timeout code. It hinders more than it helps


Import fixes made in filter-dkim