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

2023-06-21 Thread Matija Nalis
On Thu, Dec 15, 2022 at 09:17:54AM -0500, Bill Cole wrote: > 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) Are there

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   

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