Skip to content

Instantly share code, notes, and snippets.

View nelson's full-sized avatar

Nelson Tam nelson

  • Sydney, Australia
View GitHub Profile
@jsit
jsit / sieve.sieve
Last active May 9, 2023 05:56
Notifications / mailing lists / bulk email sieve code (for e.g. Fastmail et al.)
if
# Tests for "Mailing Lists"
anyof(
header :is "X-ME-VSCategory" "community:mailing-list",
header :contains "X-Mailer" "Sympa",
exists [
"List-Id",
"List-Help",
"List-Subscribe",
"List-Unsubscribe",