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";
}

