Axb wrote: > If you're using SA 3.4 trunk: > as temporary entry in local.cf > > # ONLY FOR SA 3.4 or higher!!!!!! > dns_query_restriction deny njabl.org
Thanks for reminding us of the new feature! Wrapped up in a conditional, for those wishing to switch between versions while keeping the same .cf file: # Bug 6913, 2013-03-01, NJABL has to be shut down effective immediately if can(Mail::SpamAssassin::Conf::feature_dns_query_restriction) dns_query_restriction deny njabl.org endif Mark