[Dovecot] Sieve Vacation Auto-Reply Exclusions
            
            
            
                24 Jul
                
                    2007
                
            
            
                24 Jul
                
                '07
                
            
            
            
        
    
                1:29 p.m.
            
        The Dovecot Wiki is quite clear regarding its vacation auto-reply
mechanism http://wiki.dovecot.org/LDA/Sieve and under what
circumstances the automatic replies will NOT be sent. However, is it
possible to manually add a list of envelope senders that the script
will not respond to?
Thank you, B. Bodger
            
            
            
                24 Jul
                
            
            
                24 Jul
                
            
            
            
        
    
                1:59 p.m.
            
        "BB" == Bruce Bodger <bbodger@bodcon.com> writes:
BB> The Dovecot Wiki is quite clear regarding its vacation auto-reply
BB> mechanism http://wiki.dovecot.org/LDA/Sieve and under what
BB> circumstances the automatic replies will NOT be sent. However, is
BB> it possible to manually add a list of envelope senders that the
BB> script will not respond to?
Beyond putting the vacation clause inside a conditional?
require ["envelope", "vacation"]; if not envelope :all :is "from" ["a@example.com", "b@example.com"] { vacation; }
        6678
        
      
          Age (days ago)
        
      
        6678
        
    
          Last active (days ago)
        
        
        
        1 comments
    
    
        
        2 participants
    
    
    
    
    
    
    
    
    participants (2)
- 
                
                Bruce Bodger
 - 
                
                pod