mirror of https://github.com/rspamd/rspamd.git
				
				
			
				Rapid spam filtering system
				https://rspamd.com/
			
			
				
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							16 lines
						
					
					
						
							339 B
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							16 lines
						
					
					
						
							339 B
						
					
					
				| *** Settings *** | |
| Suite Setup     Rspamd Redis Setup | |
| Suite Teardown  Rspamd Redis Teardown | |
| Resource        lib.robot | |
| 
 | |
| *** Variables *** | |
| ${RSPAMD_REDIS_SERVER}  ${RSPAMD_REDIS_ADDR}:${RSPAMD_REDIS_PORT} | |
| ${RSPAMD_STATS_HASH}    siphash | |
| ${RSPAMD_STATS_KEY}     ${RSPAMD_KEY_PVT1} | |
| 
 | |
| *** Test Cases *** | |
| Learn | |
|   Learn Test | |
| 
 | |
| Relearn | |
|   Relearn Test
 |