Skip to content

Instantly share code, notes, and snippets.

@andrewfoster
andrewfoster / sieve.sieve
Last active April 15, 2025 08:13 — forked from jsit/sieve.sieve
Notifications / mailing lists / bulk email sieve code (for e.g. Fastmail et al.)
if
# these are DEFINITELY notifications
allof(
anyof(
header :contains "X-ME-CMCategory" "notification",
header :contains "X-ME-VSCategory" "transactional"
),
# unless they're from substack, which does "transactional" for some reason
not header :contains ["From", "Reply-To", "Received-From", "Return-Path"] [
"substack.com"