9 lines
		
	
	
		
			206 B
		
	
	
	
		
			Plaintext
		
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			206 B
		
	
	
	
		
			Plaintext
		
	
	
	
| 
								 | 
							
								require ["vnd.dovecot.pipe", "copy", "imapsieve", "environment", "variables"];
							 | 
						||
| 
								 | 
							
								  
							 | 
						||
| 
								 | 
							
								if environment :matches "imap.user" "*" {
							 | 
						||
| 
								 | 
							
								  set "username" "${1}";
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								pipe :copy "rspamd-learn-spam.sh" [ "${username}" ];
							 | 
						||
| 
								 | 
							
								
							 |