> > +  my $threshold = $self->{_args}->{reject_threshold};
> > +  return (DENY, "spam score $score exceeded threshold $threshold")
> > +    if $score >= $threshold;
> 
> I think it was intentional not to put it in there as to not reveal the
> local configuration...  I could be convinced otherwise though.  What
> do people think?

-1 -- don't want to expose local information.

The message can be easily changed by a plugin wrapper.

-R

Reply via email to