http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4347





------- Additional Comments From [EMAIL PROTECTED]  2006-08-03 04:27 -------
(In reply to comment #45)
> Is there a lint output message level that isn't logged by default when you 
> simply start SA?  For instance, how does the lint 'score for nonexistant 
> rule' 
> warning appear?  Is that something that would be logged on every SA start?

No, there's no special lint level.  However, when lint is running, typically
messages get bumped up in priority ala:

    if ($self->{main}->{lint_rules}) {
      warn $msg."\n";
    }
    else {
      info($msg);
    }

there's usually also a counter increase of config errors which will cause lint
to throw the error and set the exit code.

> If the 'score for nonexistant rule' message isn't logged under whatever these 
> conditions are, I'd just change the meta rule missing dependencies message to 
> the same form.

that throws a warn() and sets the lint error code.



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

Reply via email to