Hello all!
In dovecot using managesieve I defined filters like this:
if header :contains "From" "fred@anup.de" { vacation :days 1 :subject "Bin isch konkret nischt zu Hause!"
"Geniesse das konkrete Wetter am Baggasee
Bis dann"; }
That works with my MUA claws-mail. Now when I login to roundcube and choose filters, I find this in the log of dovecot:
Mar 06 14:26:10 managesieve(anmeyer@anup.de): Warning: sieve-storage: Active sieve script symlink /var/spool/vhosts/anup.de/anmeyer/.dovecot.sieve is broken: invalid/unknown path to storage (points to /var/spool/vhosts/anup.de/anmeyer/.sieve/managesieve.sieve).
But I guess the path objected is correct. And roundcube made this out of my filters:
if header :contains "From" "fred@anup.de" { vacation :days 1 :subject "Bin isch konkret nischt zu Hause!" text:
Geniesse das konkrete Wetter am Baggasee
Bis dann . ; }
Now what's to do? If I define a filter in roundcube, it omits the :days 1 for example. What scheme is the right one?
Every hint apprecheated!
Andreas