…sieve is really quite nice for e-mail filtering. you can, for example, make it save incoming e-mails to arbitrary folders based on the to: or cc: header:
if anyof (
envelope :regex "to" "example-([A-Za-z0-9_-]+)@.*",
header :regex ["To", "Cc"] "example-([A-Za-z0-9_-]+)@.*"
) {
set :lower "folder" "${1}";
fileinto "Updates.${folder}"; stop;
}
=> More informations about this toot | More toots from mawhrin@circumstances.run
of course the only problem remaining is to check the folders, or even read one's mail at all. but it's all there if i need it!
=> More informations about this toot | More toots from mawhrin@circumstances.run
text/gemini
This content has been proxied by September (3851b).