12 lines
		
	
	
		
			306 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			306 B
		
	
	
	
		
			Plaintext
		
	
	
	
# Note that the implementation of the spam filter is private; internal
 | 
						|
# developers will need to override this URL with:
 | 
						|
#
 | 
						|
# ```
 | 
						|
# git config submodule.spam-filter.url PRIVATE_URL
 | 
						|
# ```
 | 
						|
#
 | 
						|
# External developers may safely ignore this submodule.
 | 
						|
[submodule "spam-filter"]
 | 
						|
	path = spam-filter
 | 
						|
	url = REDACTED
 |