Pages: 1
RSS
Moving messages to folders that match the subject
 
I have a filter that grabs emails that match this expression \[\d\d\d\d\] i.e. if the subject contains [1234] it will be filtered and moved to a folder.

What I would like however is for [1234] to be moved to a folder called [1234] and [4321] to go to a folder called [4321].

Is there a way to use the value discovered with \[\d\d\d\d\] to form the name of a folder?

Sorry that's badly explained!

Any help appreaciated!
 
Condition: Subject match \[\d{4}\]

Operation: Move to the folder (path or not)%SetPattRegexp="(\[\d{4}\])"%RegexpMatch(%Subject)
[x] Automatically create...
Pages: 1