https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6703

--- Comment #36 from Mark Martinec <[email protected]> ---
mass_checks child process:
  mass_checks::generate_queue
    -> ArchiveIterator::_scan_targets
      -> ArchiveIterator::_set_default_message_selection_opts
              (sets opt_from_regex for a child process)

mass_checks parent process:
  waits for child;
  mass_checks::run_post_scan
  -> run_through_messages
    --> $iter->_run_message  (runs with an undefined opt_from_regex)

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to