[Dovecot] Move messages marked as Spam
            
            
            
                6 Oct
                
                    2009
                
            
            
                6 Oct
                
                '09
                
            
            
            
        
    
                8 p.m.
            
        Hello
I have implemented recently in my work bogofilter utility to mark messages as Spam or Ham, currently is working perfectly, but I want to move those messages marked as spam to a folder called spam.
I installed dovecot-sieve with the intention of using fileinto to accomplish this.
my question is: where I put this:
require "fileinto";
if header :contains "X-Bogosity" "Spam" {
fileinto "Spam";
}
so that all messages that come to my users go into the spam folder?
and how i handle messages that are marked as "Unsure"
X-Bogosity: Unsure
Thanks Michel
        5873
        
      
          Age (days ago)
        
      
        5873
        
    
          Last active (days ago)
        
        
        
        0 comments
    
    
        
        1 participants
    
    
    
    
    
    
    
    
    participants (1)
- 
                
                Michel Bulgado