Mark Walker <furface@...> wrote:
> My users can get pretty uppity when messages are blocked, especially if
> they're entirely not work related, as GMail usually is. A bit off
> topic, but it's fascinating how trust works. My biggest spammers are
> now turning out to be Google and AOL users. I would normally
> immediately blacklist spammer ips, but since they're big, I can't. If
> someone's big, you're forced to trust them and accept their malice.
Well, you tend to block a sending IP or network when you think you will
block much more spam than legitimate messages. This explains the latest
spammer move: crack mail farms' CAPTCHA and send mail from the farms.
We end up with a stream of message from mail farms that mixes legitimate
and spam without any way of using the trust we could have to mail farms.
But maybe there is a solution. At least we have a minimal trust in mail
farms: we know they do not allow sender e-mail address usurpation. A
sender you know for being legitimate will not be used for spamming.
So perhaps a solution is to blacklist mail farms by default and have a
whitelist of known sender addresses. Either your user could supply the
list, or you could send an error message explaining we do not trust new
mail farm accounts, and let the sender sign up for your whitelist
through a web form (with yet another CAPTCHA!)
Alternatively, this could be done using greylisting:
racl greylist domain /gmail\.com/ delay 5d autowhite 1000d
msg "we do not trust new gmail accounts, please retry later"
But that would require a per-ACL lazy greylisting, where the source IP
is replaced by a wildcard. Obviously there is something to invent.
--
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu@...