Re: [PR] fix FUZZY_SECURITY with french words [spamassas sin]

fkoyer (via GitHub) <[email protected]>
Newsgroups gmane.mail.spam.spamassassin.devel
Message-ID <PR_kwDOAAMiWs6sUkbX-08aa1d43-e683-4217-82fe-b819a9a2c71a@gitbox.apache.org>
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]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.