Benny Pedersen junc.org> writes:
> fuzzyocr stop scanning if spam score is over a limit, why scan
> ocr when spamassassin can do it without ocr ?
Good to know.
> it could maybe be a option to make spamassassin stop scanning in
> generic if spam score is high ?
>
> there is alot of plugins tha
Matus UHLAR - fantomas fantomas.sk> writes:
> > That rises the question, whether the basic detections can be turned off.
> >
> > I found the following options:
> > skip_rbl_checks 1
> > dns_available no
> > use_bayes 0
> > use_bayes_rules 0
> > bayes_auto_learn 0
> > - but I do not see an option
Matus UHLAR - fantomas fantomas.sk> writes:
> You haven't read Matt's explanation of why it wasn't a good idea, did you?
>
> There are rules with negative scores, which can puch the score back to the
> ham, e.g. whitelist. Would you like to stop scoring before e.g. whitelist is
> checked?
I am n
ArtemGr gmail.com> writes:
> I would like to configure Spamassassin to only do certain tests
> when the "required_score" is not yet reached.
> For example, do the usual rule-based and bayesian tests first,
> and if the score is lower than the "required_score",
Matt Kettler verizon.net> writes:
> In theory, a feature could be added to let you do something like this
> (SA doesn't have this feature, but I'm proposing it could be added):
That would be a nice optimization: most of the spam we receive have a >10 score.
It seems a real waste of resource to pe
I would like to configure Spamassassin to only do certain tests
when the "required_score" is not yet reached.
For example, do the usual rule-based and bayesian tests first,
and if the score is lower than the "required_score",
then do the DCC and RAZOR2 tests.
Is it possible?