we can dream

Does "Report Junk" in iMessage do anything?

I get a few spam SMSes a day from previously-unknown numbers. They're mostly political, always mention Trump or Harris, and always contain a link. I Delete and Report Junk every time. This should be a fairly easy heuristic to match.

(It's also possible that Apple is intentionally NOT filtering campaign-related keywords, either by legal threat or cowardice. US politicians always try to make it illegal to filter campaign spam.)

@marcoarment @gruber You guys have to try out Bouncer, a free and open source app which lets you filter SMS by keyword/regex. I've been using it since the 2022 election to cut down on donation spam and other recurring messages.

iOS 18 changed something so it's been broken in the betas (app needs to be recompiled with Xcode 16). I haven’t received any spam since the latest ones dropped so it may be fixed, but it won't be an issue in a few weeks anyway.

https://apps.apple.com/us/app/bouncer-private-sms-blocker/id1457476313

‎Bouncer - Private SMS Blocker

‎Introducing Bouncer, the private SMS Blocker and your ultimate solution to reclaim control over your text messaging experience. Say goodbye to spam, unwanted advertisements, and promotions with this powerful, user-friendly app designed to protect your privacy. Features: --- Privacy Protection:  Bou…

App Store
@gordonmb @marcoarment @gruber This looks cool but... a little concerning that it will also end up passing things like two-factor login codes over to some central database. Granted, maybe that's not super scary since the first factor, my password, isn't compromised but still. And it sure feels like a bad actor could use this in conjuction with a list of leaked passwords on the 'dark web' somewhere...
@ronbrinkmann @marcoarment @gruber Filter extensions can’t make network requests or write to storage shared with the containing app, so barring a security bug, there’s really no way to get message content out of the extension or to tie it to an individual. See https://developer.apple.com/documentation/sms_and_call_reporting/sms_and_mms_message_filtering
SMS and MMS Message Filtering | Apple Developer Documentation

Create an app extension that identifies and filters unwanted SMS and MMS messages while preserving user privacy.

Apple Developer Documentation
@gordonmb @marcoarment @gruber Ah, very useful info. Ok, purchased and I’ll give it a shot!