On Thu, 2018-12-13 at 15:14 -0600, Chris Pollock wrote:
> On Tue, 2018-12-11 at 19:00 -0500, Bill Cole wrote:
> > On 11 Dec 2018, at 16:37, Chris Pollock wrote:
> > 
> > > On Mon, 2018-12-10 at 13:09 -0500, Bill Cole wrote:
> > 
> > [...]
> > > > Anyway, as of today I've capped those 2 subrules at levels
> > > > which
> > > > leave ample space to still match the target spam. Should show
> > > > up
> > > > in
> > > > tomorrow's update.
> > 
> > I was wrong. The addition of a 'maxhits' parameter to the two
> > subrules apparently didn't get committed in time for the nightly
> > rule
> > promotion run. It was in r1848602 and the current ruleset is still
> > at
> > r1848555. Assuming all goes well tonight, the change will appear
> > tomorrow.
> > 
> 
> Shouldn't this have stopped by now - https://pastebin.com/7260daT3
> Today's update was '1848731'.
> 
Hit send too fast. Doing a compare between 72_active.cf dated the 11th
and the one dated today I do see:

Dated 11 Dec
if can(Mail::SpamAssassin::Conf::feature_bug6558_free)
  ifplugin Mail::SpamAssassin::Plugin::ReplaceTags
    body            __E_LIKE_LETTER /<E>/
    tflags          __E_LIKE_LETTER multiple

if can(Mail::SpamAssassin::Conf::feature_bug6558_free)
  ifplugin
Mail::SpamAssassin::Plugin::ReplaceTags
    body            __LOWER_E   
/e/i
    tflags          __LOWER_E       multiple

Dated today 13 Dec
if can(Mail::SpamAssassin::Conf::feature_bug6558_free)
  ifplugin Mail::SpamAssassin::Plugin::ReplaceTags
    body            __E_LIKE_LETTER /<E>/
    tflags          __E_LIKE_LETTER multiple maxhits=400

if can(Mail::SpamAssassin::Conf::feature_bug6558_free)
  ifplugin
Mail::SpamAssassin::Plugin::ReplaceTags
    body            __LOWER_E   
/e/
    tflags          __LOWER_E       multiple maxhits=250

IIUC then __E_LIKE_LETTER can hit a max of 400 times in one message and
__LOWER_E a max of 250 times in one message. Therefore I may still have
a large listing of subtest ran.

-- 
Chris
KeyID 0xE372A7DA98E6705C
31.11972; -97.90167 (Elev. 1092 ft)
15:16:48 up 5 days, 19:40, 1 user, load average: 1.25, 0.89, 0.67
Description:    Ubuntu 18.04.1 LTS, kernel 4.15.0-42-generic

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to