https://issues.apache.org/SpamAssassin/show_bug.cgi?id=7070
--- Comment #12 from Kevin A. McGrail <[email protected]> --- $settings is only configured if in a zone, i.e. $settings = $conf_by_zone->{$zone}; At which point you will see: dbg("async: applying by_zone settings for %s", $zone) if $settings; At which point, these will have values: $t_init = $settings->{rbl_timeout} if $settings && !defined $t_init; $t_end = $settings->{rbl_timeout_min} if $settings && !defined $t_end; At which point, you won't get all the uninitialized errors... Regards, KAM -- You are receiving this mail because: You are the assignee for the bug.
