Op 17-9-2010 12:18, Stephan Bosch schreef:
# Filter TO if (hasaddr("[email protected]")) { to "$M/.foo/" }if address :is :comparator "i;ascii-casemap" ["|to"|, "|cc"|,| "resent-to"|, "|resent-cc|"] ["[email protected]"] { 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"] ["[email protected]"] { fileinto "foo"; } Regards, Stephan.
