Conversation
Notices
-
@boneidol Yo, Spammer sollten geteert und gefedert werden und dann auf youtube veröffentlicht werden... lol ein bisschen hart, aber ich finde die sollten ma härter dran genommen werden.
- kat repeated this.
-
@boneidol so I'm getting bursts of several 1000's single delivery attempts all from different IP addresses. One delivery attempt per IP. Looking for some heuristic to identify early and automate blocks.
-
greylisting.. but I'm not a fan of greylisting all connections.
-
I just want to greylist the "bad" senders and not "good" ones. greylisting is effective, even with a short time. But some many users these days expect email to be instantaneous. And some big senders don't play nice too, resending from a different IP
-
@boneidol Do a DNS lookup in the anti-spam databases? IOW, are those IP addresses already known as a) spammer b) zombie c) etc. ?
-
We do look up against a number of DNSBL's and it's very effective. But every now and again get targetted by a fresh botnet. Early spotting of a fresh botnet, and forcing them to back off with selective greylisting ( and additional +ve spamassassin weight) is what I'd like to achieve. It's the early recognition I want to get right.
-
@boneidol I see - that's not so simple then; normally 'early' detection still depends on people reporting (suspected) spammers first.
-
What i'm doing is looking over reject logs ( backwards 30 min ) and counting the number of failed deliveries with a particular sender address. If the sender address > SOMENUMBER of rejects, it's likely spam, and I block the envelope address. This is a good match to this botnet
-
Another good heuristic would be the number of previous IP's a FROM: has connected from. If email from foo@example.com has (attempted) delivered from 20 different IP addresses in the last 30 min it's probably a bot.
-
@aqeel yes... Its a few thousand users
-
@aqeel and users don't send email like that. MTA have fixed IP addresses. User connects to MTA with MUA. I dont care about MUA IP addresses or authenticated senders.