I get some mails arriving (on an IMAP server) with subject like:
[1270503] apple [1272481] bottle [172481] wine [43172481] grapes
I need these letters to be moved in INBOX.CSR.number where number is the one standing in "[ ]" s in the subject. The mailbox shall be created, if does not exists.
Since I'm not familiar with LUA programming language, I find difficult setting up imapfilter (http://imapfilter.hellug.gr/) to do this.
update1: i need to rearrange the letters on the IMAP account folders. No file operations possible.
Since no-one has came up with an idea, I had to get deeper in LUA programming language.
The answer is here if later someone finds him/herself in a situation like this:
Did you think to use procmail, procmail accepts egrep extended regular expressions.