Page 1 of 1

Posted: Thu Jun 18, 2009 1:25 pm
by JRodriguez
Are you using your entire pattern?

IP and UP overrides are specified only for an entire unhandled pattern, it doesn't work with partial pattern matching .... in your case I would used IP

Posted: Thu Jun 18, 2009 3:36 pm
by divstands
JRodriguez wrote:Are you using your entire pattern?

IP and UP overrides are specified only for an entire unhandled pattern, it doesn't work with partial pattern matching .... in your case I would used IP
Yeah, for the Unhandled Pattern, i am using the entire pattern,
but
for Input pattern, cant we give partial patterns?
I ask this because, for UP like

Q+
Q++
Q+++
Q++++
Q+++++

where we know that it is only Q+ which is causing the problem. But if we cannot use IP for a partial pattern, then we need to have a rule for each and every UP/IP like above!!

Can alternate way be to modify the pattern action file instead for handling of Q+ here?

Posted: Fri Jun 19, 2009 10:39 am
by JRodriguez
Yes, Always you can make your own version of the rule set... taking the original as a base where you can add all patterns and actions that allow to process your data ...