[Dovecot] Move messages marked as Spam

Charles Marcus CMarcus at Media-Brokers.com
Thu Oct 8 15:00:13 EEST 2009


On 10/8/2009 7:28 AM, michel at casa.co.cu wrote:
> michel.sieve
> ############
> require "fileinto";
> 
> if header :contains "X-Bogosity" "Spam" {
>         fileinto "Spam";
>         stop;
> }


I'm no sieve expert, but I think you need to change 'stop' to 'keep'?

-- 

Best regards,

Charles


More information about the dovecot mailing list