da481678b6
- Add financ.sieve, plan.md, roundcube.txt to version control - Update verplaats_log.json after backup dry run - Gitignore codex.session session file
13 lines
292 B
Plaintext
13 lines
292 B
Plaintext
require ["copy","date","fileinto","regex"];
|
|
# rule:[kwartaalmail]
|
|
if allof (date :regex "Date" "month" "[789]", date :is "Date" "year" "2026")
|
|
{
|
|
fileinto :copy "INBOX.Notes";
|
|
}
|
|
# rule:[zuiderzee]
|
|
if allof (header :contains "from" "zuiderzee")
|
|
{
|
|
fileinto :copy "INBOX.Notes";
|
|
}
|
|
|