- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
04-09-2013 11:14 PM
hi ,
We have requirements to block some keywords which are less than 7 bytes in size,device has limitation to use the keyworks(regex ) with less than 7 byes in size .
Is there any workaround or alternate solutions to block some keywords with less than 7 bytes .
Thanks,
BIJILESH
05-05-2013 10:34 AM
No, this is a huge limitation by stream based design . Also 7 bytes/characters have to be continuous.
(ABCDEFG) is accepted
I hope in the future this can be avoided due to strong limitation in regex pattern creation.
Regards
05-09-2013 03:26 AM
Whilst we are talking about the 7 byte limit on regex - can it contain spaces ? I have some very annoying spam bounce problems at the moment, the only identifying feature appears to be the subject line - "Can i turst you?" (caps & spelling as in the email) - Ive created a data pattern "Can i turst you\?" which I would expect to match these mails which commits but does not appear to work. Any ideas ?
05-09-2013 04:53 AM
Have you try this format "Can\ i\ turst\ you"
05-09-2013 05:30 AM
Thanks for the suggestion - strangely it now works as above, without escaping the spaces so perhaps it was something else in the data filter it didnt like. Its all a bit of a mystery, but the spam is all being rejected now.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!