> I think the behaviour is that if an attribute doesn't have a value, then the
> attribute's value is the name of the attribute itself, i.e. <BODY NOWRAP>
> =>> tag => BODY, attr => NOWRAP=NOWRAP
>
> So I'd expect something is changing text like "height=184" into "height4".
>
> Perhaps some code thinks that "=18" stands for a hexadecimal representation
> of an ASCII character?
That's it! Searching through the SpamAssassin code I found exactly that.
Thanks!
Brian
( [EMAIL PROTECTED] )
-------------------------------------------------------------------------------
Many times the difference between failure and success is doing something
nearly right... or doing it exactly right.