Re: Problems matching the last word in multi-OR Regex

2022-12-15 Thread Loren Wilton
> body__ANIMALS/cat|mouse|bird|dog/i There is a possible problem with your rule. It probably isn't related to what you are seeing, but could be a problem for you anyway. There is no word boundry in the regex, so 'cat' will match catamaran, 'mouse' will match mousehouse, 'bird' will

Re: Problems matching the last word in multi-OR Regex

2022-12-15 Thread Jared Hall
On 12/15/2022 7:03 AM, Pedro David Marco via users wrote: HI, Situation: i have 2 twin servers running exactly the same OS, and SA. (3.4.4) i have an email with the word 'dog' inside. i have this rule:   body    __ANIMALS /cat|mouse|bird|dog/i Problem: Rule  __ANIMALS  its in one server, but

Re: Problems matching the last word in multi-OR Regex

2022-12-15 Thread Bill Cole
On 2022-12-15 at 07:03:25 UTC-0500 (Thu, 15 Dec 2022 12:03:25 + (UTC)) Pedro David Marco via users is rumored to have said: HI, Situation:i have 2 twin servers running exactly the same OS, and SA. (3.4.4) i have an email with the word 'dog' inside. i have this rule:      body   

Re: New Release Candidate 4.0.0-rc4 Testers Needed

2022-12-15 Thread Greg Troxel
On 12/14/22 10:51 AM, Kevin A. McGrail wrote: Excellent news!  Please let us know more about the WL/BL changes and open a bugzilla bug. My other post about this has the info, but I just wrote a bug entry that is probably more succinct and coherent now that I understand better.

Problems matching the last word in multi-OR Regex

2022-12-15 Thread Pedro David Marco via users
HI, Situation:i have 2 twin servers running exactly the same OS, and SA. (3.4.4) i have an email with the word 'dog' inside. i have this rule:      body    __ANIMALS    /cat|mouse|bird|dog/i Problem:Rule  __ANIMALS  its in one server, but in the other one, does not! i have noticed that if i