Here is a start, others can improve as needed:

SUBJECT 0 PCRE (?:[!@#$%^&*()_][a-z0-9 ]+[!@#$%^&*()_][a-z0-9 ]+[!@#$%^&*()_][a-z0-9 ])

[!@#$%^&*()_] are the symbols
[a-z0-9 ]+    are letters, spaces and numbers

This sequence is repeated for the number of symbols you wish to identify the above example is 3

David


On 10/29/2014 12:07 PM, John Tolmachoff wrote:
I am trying to figure out a way to create a test in Declude for the quantity of 
symbols in the subject line. I am guessing this would have to be done via a 
REGEX test but I am not sure how to create it.

Any one have an idea?

John T
eServices For You


#############################################################
This message is sent to you because you are subscribed to
   the mailing list <[email protected]>.
To unsubscribe, E-mail to: <[email protected]>
To switch to the DIGEST mode, E-mail to <[email protected]>
To switch to the INDEX mode, E-mail to <[email protected]>
Send administrative queries to  <[email protected]>


--
David Barker
Mail’s Best Friend
Email     : [email protected]
Web      :  www.mailsbestfriend.com
Office    :  866.919.2075
Mobile  :  978.518.6461


#############################################################
This message is sent to you because you are subscribed to
 the mailing list <[email protected]>.
To unsubscribe, E-mail to: <[email protected]>
To switch to the DIGEST mode, E-mail to <[email protected]>
To switch to the INDEX mode, E-mail to <[email protected]>
Send administrative queries to  <[email protected]>

Reply via email to