7 lines
		
	
	
		
			167 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			167 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| headline: lang.sieve_preset_7
 | |
| content: |
 | |
|   redirect "other-address@domain.tld";
 | |
|   # Either keep after redirecting:
 | |
|   # keep;
 | |
|   # Or redirect and drop:
 | |
|   discard; stop; |