Earlier quoted context omitted.
The "Dicks Sporting Goods" email is insane - probably hourly at the moment, from what would appear obviously bogus email senders. What is the non-obvious answer as to why these get through?
These are so absolutely ridiculous. The only (dumb) reason I can think of is that there is a large ML model which got used to seeing certain character sequences as not spam and spammers are starting to exploit it. It's kinda shocking as Gmail spam filtering was virtually flawless for over a decade, and now it's falling apart.
Ask HN: What's happening with Gmail spam filtering?
111–120 of 150 posts
Re: Ask HN: What's happening with Gmail spam filtering?
#112Earlier quoted context omitted.
These are so absolutely ridiculous. The only (dumb) reason I can think of is that there is a large ML model which got used to seeing certain character sequences as not spam and spammers are starting to exploit it. It's kinda shocking as Gmail spam filtering was virtually flawless for over a decade, and now it's falling apart.
Maybe the spammers learned about adversarial networks?
1. Sending identical emails to large numbers of users. 2. Using fake emails from fake domains. 3. Not looking at all like a regular email.
This is the stuff that 90s era spam filters could block.
Re: Ask HN: What's happening with Gmail spam filtering?
#113Re: Ask HN: What's happening with Gmail spam filtering?
#114To offer a singular data point, contrary to other posters here, I am not seeing this at all, and I pretty actively use my two Gmail addresses which have been active since 2005. My spam inbox regularly gets correctly categorized spam, and important emails still correctly land in my inbox.
1) 3 "legitimate" spams, i.e. unsolicited messages that the senders believe they should have sent. 3 of these. 2 via Constant Contact and 1 via Salesforce.
2) 1 random porn spam, via random spammer domain with valid SPF and DKIM.
3) 2 phishing scams with the same body arriving from random commercial domains without DKIM. These are almost certainly spread via malware/viruses/worms.
4) 1 Google promotion originating from Google with valid DKIM, because I mark all these as spam.
5) 2 phishing messages, with the phishing warning, that originated from gmail itself via HTTP. These are pwned google accounts or google accounts logged in on machines with malware (effectively, same thing).
6) 1 idiot Republican politician, via Mailchimp.
Re: Ask HN: What's happening with Gmail spam filtering?
#115Re: Ask HN: What's happening with Gmail spam filtering?
#116Earlier quoted context omitted.
It's not because the filter was "too good," it's because political campaigns use hyper-aggressive email tactics that they learned from digital marketers. Trump's campaign(s) apparently took this to a new level (a friend of mine says he'd get up to 10 Republican emails every day , many of which had alarming subject lines) and now Republicans are claiming to be treated unfairly.
I'm not in the US and I don't think I've ever been emailed by a political party in the UK where I live. So I don't know how it normally is. But one of my throwaway emails somehow ended up on a Trump campaign list in 2020 and it was pretty insane. I'd get multiple emails per day saying I'd been hand picked by Trump to do something, which was usually either to send him some money or fill in a survey. Once I was hand pi…
The issue is that many Republican voters were marking them as spam, which then taught Gmail to put them in spam for (at least) that user.
Re: Ask HN: What's happening with Gmail spam filtering?
#117Re: Ask HN: What's happening with Gmail spam filtering?
#118I get about 10 per day. They all seem to come from hacked O365/Gmail accounts. All 4 of my Gmail accounts are affected. It's all the same crap that's obviously spam. "Dear Friend, I hope this email finds you well. I need your assistance in a matter..." "You've been chosen!" "Home Depot/TruGreen/Dicks Sporting Goods/ADT-Security" "Invoice enclosed" "You've received a direct deposit..." "Hot sex " I would guess that Gm…
Re: Ask HN: What's happening with Gmail spam filtering?
#119Because almost all of the spam that is getting through - to me, at least - follows a very simple template - something that spam blockers should be incredibly good at handling - I was able to concoct a reasonable solution.
Google has this Apps Script thing* where you can deposit JavaScript and then schedule that JavaScript to run every minute. They expose a Gmail API and once you've given your script access to your Gmail inbox, you can process the unread messages and look for telltale signs of spam (for me, inspecting the subject for a regex match of `/confirmation#/i` has been adequate[0]) and finally move the message to spam. Since it runs every minute instead of on an event of new mail, new messages may appear unread for a short period of time.
* though there are options to deploy your project it is not necessary to do so in order to run the script on a schedule
0. https://gist.github.com/cfeduke/1dfb7f650b9abbfce549eddffc96...
Re: Ask HN: What's happening with Gmail spam filtering?
#120The crazy thing is that on the last year I found emails from Google, and Apple, in the spam folder. Apple's were invoices... of which I get a couple a month (iTunes purchases, subscriptions). Google's I think were announcements for services, etc. tied to a Workspaces work account. I can't think of no actions I did (in terms of identifying email as spam) that could suggest I might consider emails from Google or Apple,…
That kind of sounds like spam to me!