fkoyer commented on PR #18:
URL: https://github.com/apache/spamassassin/pull/18#issuecomment-3373597607

   Looks good but you should probably change `s\xc3\x89curit\xc3` to 
`s\xc3\x89curit\xc3\x89` so the final Unicode char is complete.
   
   Might I also suggest combining the upper and lower case versions into one 
pattern so the whole thing looks like this:
   
   ```
   
/(?=<S>)(?!security)(?!seguridad)(?!s\xc3[\xa9\x89]curit\xc3[\xa9\x89])<S><E>(?:<C>|<G>)<U><R><I>(?:<T><Y>|<D><A><D>)/i
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to