[Bug 7735] Meta rules need to handle missing/unrun dependencies

2022-05-29 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7735 --- Comment #41 from Henrik Krohns --- (In reply to Sidney Markowitz from comment #39) > (In reply to Sidney Markowitz from comment #38) > > In finish_meta_tests, when it does > > delete $mp->{$rulename}; > > should it also do > >

[Bug 7735] Meta rules need to handle missing/unrun dependencies

2022-05-29 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7735 --- Comment #40 from Henrik Krohns --- (In reply to Sidney Markowitz from comment #37) > > I got confused. I really have two separate questions. One is how the checks > for meta and dependencies work when a meta is defined with a header

[Bug 7735] Meta rules need to handle missing/unrun dependencies

2022-05-29 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7735 --- Comment #39 from Sidney Markowitz --- (In reply to Sidney Markowitz from comment #38) > In finish_meta_tests, when it does > delete $mp->{$rulename}; > should it also do > delete $unrun_metas{$rulename}; > in case one that was

[Bug 7735] Meta rules need to handle missing/unrun dependencies

2022-05-29 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7735 --- Comment #38 from Sidney Markowitz --- In finish_meta_tests, when it does delete $mp->{$rulename}; should it also do delete $unrun_metas{$rulename}; in case one that was found as unrun in a previous loop now can be run? -- You

[Bug 7998] make clean should delete rules/70_sandbox.cf and rules/72_active.cf

2022-05-29 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7998 Sidney Markowitz changed: What|Removed |Added Target Milestone|Undefined |4.0.0 CC|

[Bug 7998] New: make clean should delete rules/70_sandbox.cf and rules/72_active.cf

2022-05-29 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7998 Bug ID: 7998 Summary: make clean should delete rules/70_sandbox.cf and rules/72_active.cf Product: Spamassassin Version: SVN Trunk (Latest Devel Version) Hardware:

[Bug 7735] Meta rules need to handle missing/unrun dependencies

2022-05-29 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7735 --- Comment #37 from Sidney Markowitz --- (In reply to Sidney Markowitz from comment #36) > How does this work? I got confused. I really have two separate questions. One is how the checks for meta and dependencies work when a meta is

[Bug 7735] Meta rules need to handle missing/unrun dependencies

2022-05-29 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7735 --- Comment #36 from Sidney Markowitz --- How does this work? rules/72_active.cf:header __THREAD_INDEX_GOOD is used in a number of meta rule definitions with a || operator. What does that do with the dependency checks and the do_meta