17 Sep
2010
17 Sep
'10
1:22 p.m.
Op 17-9-2010 12:18, Stephan Bosch schreef:
# Filter TO if (hasaddr("name@domain.tld")) { to "$M/.foo/" }
if address :is :comparator "i;ascii-casemap" ["|to"|, "|cc"|,| "resent-to"|, "|resent-cc|"] ["name@domain.tld"] { fileinto "foo"; }
Iew! Not sure where these '|' chars came from, but these are obviously not supposed to be there:
if address :is :comparator "i;ascii-casemap" ["to", "cc", "resent-to", "resent-cc"] ["name@domain.tld"] { fileinto "foo"; }
Regards,
Stephan.