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
04-16-2013 08:48 AM
unfortunately , the answer is no .
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"
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!