Spam blacklisting with Emacs org babel

from blog lmno.lol @alvaro, | ↗ original
Some email provider accept regular expressions to blacklist additional spam. My blacklist is long and tedious to update, but hey… Emacs org babel can simplify things here. It's way easier to maintain a blacklist (with no regex) using an org table. Blacklist and subsequently use org babel (elisp snippet) to generate the regex. Regex gen UPDATE:...