Ancestors

Written by flere-imsaho on 2025-01-27 at 14:29

…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

Toot

Written by flere-imsaho on 2025-01-27 at 14:34

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

Descendants

Proxy Information
Original URL
gemini://mastogem.picasoft.net/thread/113900812314043096
Status Code
Success (20)
Meta
text/gemini
Capsule Response Time
241.077484 milliseconds
Gemini-to-HTML Time
0.445079 milliseconds

This content has been proxied by September (3851b).