Re: [Dovecot] Cannot get cmusieve to work

2007-06-12 Thread Dani
A Dimarts 12 Juny 2007 15:12, Steffen Kaiser va escriure: > On Tue, 12 Jun 2007, Dani wrote: > > I'm using a .dovecot-sieve example from the wiki: > > > > require "fileinto"; > > if exists "X-Spam-Flag" { > >   fileinto ".Junk/"; > > } > > It should be > > fileinto "Junk"; > Oh, my God! That is! -

Re: [Dovecot] Cannot get cmusieve to work

2007-06-12 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 12 Jun 2007, Dani wrote: I'm using a .dovecot-sieve example from the wiki: require "fileinto"; if exists "X-Spam-Flag" {   fileinto ".Junk/"; } It should be fileinto "Junk"; and I used the CONCAT method but anyway mails don't filter b

[Dovecot] Cannot get cmusieve to work

2007-06-12 Thread Dani
Hi, # I messed with the identities in my MUA and sent the email with a non registered address, sorry for the incinvenience ## I'm not able to make cmusieve to work to filter emails. Below is my configuration. I'm using a .dovecot-sieve example from the wiki: require "fileinto"; if exists "X