https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7363
Matt Corallo changed:
What|Removed |Added
CC||asabzaf...@mattcorallo.com
--- Comme
On 2021-05-28 17:43, Henrik K wrote:
On Fri, May 28, 2021 at 05:29:11PM +0200, Benny Pedersen wrote:
only bayes with redis backend have expire data, why only redis ?, and
why
only bayes ? :)
Redis has internal automatic expire, no effort required. For others
bayes_auto_expire works too - i
On Fri, May 28, 2021 at 05:29:11PM +0200, Benny Pedersen wrote:
>
> only bayes with redis backend have expire data, why only redis ?, and why
> only bayes ? :)
Redis has internal automatic expire, no effort required. For others
bayes_auto_expire works too - if it's slow, use Redis..
On 2021-05-28 15:15, Henrik K wrote:
On Fri, May 28, 2021 at 03:00:25PM +0200, Giovanni Bechis wrote:
cache must be invalidated every day with sql queries, to detect if a
return code has changed for a cached
url, we should run a head request so cache will be of no use.
This should be automa
On Fri, May 28, 2021 at 03:00:25PM +0200, Giovanni Bechis wrote:
>
> cache must be invalidated every day with sql queries, to detect if a return
> code has changed for a cached
> url, we should run a head request so cache will be of no use.
This should be automated too from the plugin, being a tr
On 5/28/21 12:06 PM, Henrik K wrote:
> On Fri, May 28, 2021 at 09:52:25AM +0300, Henrik K wrote:
>>
>> The current (legacy) way that DecodeShortURLs works need to be changed.
>> Calling got_hit() for random rules that are not defined, especially things
>> like SHORT_C_C should not be used. One ca
On Fri, May 28, 2021 at 01:06:24PM +0300, Henrik K wrote:
> On Fri, May 28, 2021 at 09:52:25AM +0300, Henrik K wrote:
> >
> > The current (legacy) way that DecodeShortURLs works need to be changed.
> > Calling got_hit() for random rules that are not defined, especially things
> > like SHORT_C_C s
On Fri, May 28, 2021 at 09:52:25AM +0300, Henrik K wrote:
>
> The current (legacy) way that DecodeShortURLs works need to be changed.
> Calling got_hit() for random rules that are not defined, especially things
> like SHORT_C_C should not be used. One can't score them
> properly and it also brea
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7735
Henrik Krohns changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW