0
I've recently installed imapfilter. I have some simple copy and pasted rules that I like, such as this in my config lua file:
results = account1.INBOX:contain_from('git@gitosis.mycompany.com')
results:move_messages(account1.DontCare)
but the rule I really want is: if my email is not in the TO field, move it to another folder
Can I get an example of how to write this rule please? Since the scripting language is based around an actual programming language, I would imagine this is possible?
2I dislike seeing downvotes without an explanation. Please, downvoter, if you read this again, explain why this answer is not a "good" answer. – Nikos Alexandris – 2014-04-20T17:55:32.313