Patrick Westenberg <pw <at> wk-serv.de> writes:
Hi Patrick,
>
> Hi again,
>
> FYI: this is the way it works for me:
>
> require ["fileinto", "mailbox"];
you mean the really name "mailbox" or?
> if header :contains "X-Spam-Flag" "YES" {
> fileinto :create "Spamverdacht";
> }
>
> If the specified mailbox does not exist, it will be created.
>
cu Jim