We have found a few html mime emails, using images, pointing directly to the file name attached, but not using the coomon scheme "cid:":
In the body email:
<IMG SRC="0001.jpg" ALIGN="bottom" BORDER="0"><BR>
Later, in the mime part:
--=-xvtiMV5HLO1a/+QhATcQ
Content-ID: <0001.jpg@01CA678E.00C81510>
Content-Disposition: attachment; filename="0001.jpg"
Content-Type: image/jpeg; name="0001.jpg"
This simple patch applies to the function/mime.php file, and fakes a scheme (foo:) so the function sq_cid2http creates the proper src for the tag IMG.
View and moderate all "patches Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Patches"