Andrey Garkin schrieb:
> Dovecot Sieve Plugin...
>
> 2. dovecot.sieve file in /home/vmail/kipalex.ru/andrey at kipalex.ru
> require "fileinto";
> if header :contains "Subject" "***SPAM***" {
> fileinto "/home/vmail/kipalex.ru/andrey at kipalex.ru/.Spam/new";
> }
AFAIK it should just be
fileinto "Spam"
Thomas