12 Sep
2014
12 Sep
'14
10:40 p.m.
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
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