-----=_NextPart_000_00EB_01C5061E.42C54EA0 Content-Type: image/gif; name="zpalaver"
The name should have been zpalaver.gif but the extension is deliberately omitted. Can someone help me with a regex for images without \.(?:gif| png|jpg) extensions
There's a better way than a full rule if you have the right plugin installed, but I don't recall the magic keyword off the top of my head. You can do it the slow way with
full NO_SUFFIX m'\nContent-Type: image/gif; name=\"\w+\"' Loren