On 1/29/2014 6:14 PM, Mark Martinec wrote:
Kevin A. McGrail wrote:Anyone know why this dbg was disabled? I found it useful and thought perhaps it should be restored but maybe it's too much output? --- lib/Mail/SpamAssassin/Plugin/DNSEval.pm (revision 1562570) +++ lib/Mail/SpamAssassin/Plugin/DNSEval.pm (working copy) @@ -370,7 +370,7 @@ dbg("dns: _check_rbl_addresses RBL $rbl_server, set $set");for my $host (keys %hosts) { - #dbg("dns: checking [$host] / $rule / $set / $rbl_server"); + dbg("dns: checking [$host] / $rule / $set / $rbl_server"); $pms->do_rbl_lookup($rule, $set, 'A', "$host.$rbl_server"); } }Don't know. Probably too much output. I wouldn't mind if you enable it. Mark
Thanks. I'll enable it. Debug output is rarely a bad thing when trying to figure out issues and I went way down the wrong path on an issue until I enabled this.
