Hello list, just a quick guess from my side:
if header :matches "List-ID" "<*.*.*>" { fileinto "INBOX.${3}.${2}.${1}"; stop; } this should do the trick -dominik Am Freitag, den 12.09.2014, 20:37 +0200 schrieb A. Schulze: > Lev Serebryakov: > > > List-Id: This is decription of list <list-name.host.org> > > > > will be put into folder "org.host.list-name" where "." is namespace > > separator (so, such folders will be shown as hierarchy in mail client)? > > :-) > had the same idea while writing my sieve file ... > > Another idea would be a key -> value map > key : list-id > value: foldername > > Andreas