On Sat, 15 Jun 2013, Thomas L?bking wrote:
On Freitag, 14. Juni 2013 22:12:42 CEST, David Lang wrote:
You cannot protect all the users. If you try you will just make
the software worthless.
I can not protect a single one.
That does not mean one should encourage them to jump off the cliff.
True, the question is how to balance things.
and to be realistic, most images are not actually attacks
Most images i get are actually attached, probably because MUAs don't make it
particularily easy to embed an external image, so ppl. rather send the link
than some <img> tag. Those are usually automated mails and the majority of
them i would consider spam (whether the images are inteded as verification i
can't say, probably not all of them)
Well, there's spam and then there's spam, I get a lot of 'official company
information' sent to me vua HTML e-mails, many of which involve HTML with
images. I haven't investigated how many of these pull the image externally vs
embedding the info though.
If you want to have some sophisticated approach to block
images, make a plugin interface for it and let people use
spamassasin, blacklists, etc to block things.
SA blocking would block spam - the problem is if mails make it through and
then SA had to edit the mail to strip <img> tags sourcing untrusted domains.
require manual opening of images
usual hostile environment
auto open all images
friendly environment
auto open only if on 'cheap' Internet connection
should probably happen anyway (whether expensive or slow)
On Freitag, 14. Juni 2013 23:32:31 CEST, Jan Kundr?t wrote:
On Friday, 14 June 2013 22:12:42 CEST, David Lang wrote:
_possibly_ override the default on a per-folder basis
I don't think that the folder-based policy is particularly safe
-- it would be trivial to defeat any of my filters
It would only make sense for a user managed mailbox (ie. some box where you
drag mails by hand)
Otherwise it's indeed as unreliable as relying on the sender.
Well, a large part of the reason I want per-folder overrides is to override to
"don't display" on the spam folder.
And if you just block all images, you end up not protecting the
users anyway as they will move to a mail client that will let
them see the kitten pictures that people send to them without
such horrid annoyances.
Just to avoid misunderstandings:
this is not about blocking image attachments (that's not a MUAs job at all)
or rendering attached images inline with textmails, but fetching and
rendering images with html mails that are *not* attached to the mail but
reside on foreign domains.
An image attached to the mail resides at your MSP - it's too late, they
already know you fetched the mail ;-)
Ok, I was misunderstanding the problem.
I wonder if it's worth someone throwing together a tool that we could have
people point at their IMAP folders and have it crunch through the messages and
identify how many messages are setup this way to see how common such things are.
David Lang