Eddy Beliveau wrote:
Hi!
Thanks to all for your replies
I cannot upgrade right now, the current academic semester is not yet
completed
In the mean time, I will try Chris Conn's solution:
rawbody __LW_URI_CR1 /href=\"[^"]*\r[^\n]/is
full __LW_URI_CR2 /href=\"[^"]*\r[^\n]/is
meta LW_URI_CR __LW_URI_CR1 || __LW_URI_CR2
score LW_URI_CR (YOUR CHOICE)
describe LW_URI_CR unescaped cr in uri
I'll give you a follow-up very soon.
Hello,
This is not my solution, I stole this from another list user. Please do
not give me credit for what for me was successful and for you may not be.
Rember to put a score on the score line =)
Chris