https://issues.apache.org/SpamAssassin/show_bug.cgi?id=7070
--- Comment #7 from Kevin A. McGrail <[email protected]> --- > 213 my $t_end = $ent->{timeout_min}; # application-specified has > precedence $ent->{timeout_min} is likely set which short circuits all of the below... > 214 $t_end = $settings->{rbl_timeout_min} if $settings && !defined $t_end; > 215 $t_end = 0.2 * $t_init if !defined $t_end; > 216 $t_end = 0 if $t_end < 0; # just in case > 217 $t_init = $t_end if $t_init < $t_end; > > > Apparently, $t_end is not correctly getting set when rbl_timeout_min is > specified. But looking at one line of debug on a system with known wonky DNS is a waste of everyone's time. -- You are receiving this mail because: You are the assignee for the bug.
