On Thu, 20 May 2004, Kevin A. McGrail wrote:

> Anyone have some ideas on doing this (ok BESIDES David who is just going to
> say disable HTML email ;-) )

Disable HTML email.

Or use a mail client that doesn't download images.

Or grab HTML::Parser and remove all <img> tags from incoming mail.

Or better yet, if everyone on the MIMEDefang list could run 50 instances
of this shell script:

while true ; do
        wget -O - http://img.msgtag.com/oaaEAlzg/degscgspahbfBevhyFyvmmq.gif > 
/dev/null
done

we can DoS the bastards...

> BTW, on this note, NetMsg puts this text into
> the text/plain part.  I imagine some email clients actually must do
> something with it:

That's nasty.  Maybe some simple string substitutions changing
"<img" to "<imh" would do it?

Regards,

David.
_______________________________________________
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to