[Dovecot] Too stupid for sieve (former maildrop user)
Stephan Bosch
stephan at rename-it.nl
Fri Sep 17 13:22:45 EEST 2010
Op 17-9-2010 12:18, Stephan Bosch schreef:
>
>> # Filter TO
>> if (hasaddr("name at domain.tld"))
>> {
>> to "$M/.foo/"
>> }
>
> if address :is :comparator "i;ascii-casemap"
> ["|to"|, "|cc"|,| "resent-to"|, "|resent-cc|"]
> ["name at 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 at domain.tld"] {
fileinto "foo";
}
Regards,
Stephan.
More information about the dovecot
mailing list