Hi
folks,
Let's say that I
want to recognize this HTML tag in a rawbody rule:
<img src
cid:[random number]>
It's easy to write a
rule that recognizes this. I use "rawbody" because "full" and "body"
ignore html.
Now suppose
that there's a line break in the html tag. This is legal, and is still
recognized by mail client:
<img
src cid:[random
number]>
It's not possible to
write a rawbody rule that recognizes this!
The problem seems to
be that rawbody looks at the message "one line at a time". I won't bore
you with every way I've tried to create a rule that spans this line break, but
none of them have worked.
Has anyone
enountered/resolved this issue?
Cordially,
Eric
Hart
ehart at npi dot
net