Theo Van Dinter wrote:
On Wed, Jul 06, 2005 at 12:18:32PM +0200, mouss wrote:
In fact, the problem seems with quoted-printable, not with the
redirection. here is an example (reduced to the minimum, and with munged
URI).
Actually it has nothing to do with quoted-printable. The spammer put in an
invalid HTML tag:
<a href=3D""http://medsavenow-MUNGED.com""> Spam URI here </a>
Notice the double double-quotes on each end. So what HTML parsers see is:
<a href="" [extra crap]>
but if I change the content encoding to plain, it gets detected. in any
case, there is a parser problem. how to solve this?