Add tumblr to whitelist
This commit is contained in:
		
							parent
							
								
									576a9fd9a8
								
							
						
					
					
						commit
						ddea3c5101
					
				@ -39,3 +39,10 @@ whitelist_from_rcvd *@reuseum.org reuseum.com
 | 
				
			|||||||
whitelist_from_rcvd *@bigcommerce.com bigcommerce.com
 | 
					whitelist_from_rcvd *@bigcommerce.com bigcommerce.com
 | 
				
			||||||
whitelist_from_rcvd *@salesandorders.com outlook.com
 | 
					whitelist_from_rcvd *@salesandorders.com outlook.com
 | 
				
			||||||
whitelist_from_rcvd *@sixbitsoftware.com emailsrvr.com
 | 
					whitelist_from_rcvd *@sixbitsoftware.com emailsrvr.com
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Paypal and braintree
 | 
				
			||||||
 | 
					whitelist_from_rcvd *@braintreepayments.com braintreepayments.com
 | 
				
			||||||
 | 
					whitelist_from_rcvd *@paypal.com braintreepayments.com
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#Yahoo properties
 | 
				
			||||||
 | 
					whitelist_from_rcvd *@tumblr.com tumblr.com
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										5
									
								
								build.sh
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								build.sh
									
									
									
									
									
								
							@ -1,5 +1,5 @@
 | 
				
			|||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
VERSION=34
 | 
					VERSION=36
 | 
				
			||||||
TAR=`which tar`
 | 
					TAR=`which tar`
 | 
				
			||||||
MYSQL=`which mysql`
 | 
					MYSQL=`which mysql`
 | 
				
			||||||
EPOCH=`date +%s`
 | 
					EPOCH=`date +%s`
 | 
				
			||||||
@ -11,7 +11,8 @@ DNSDB="ns1-powerdns"
 | 
				
			|||||||
DNSTABLE="records"
 | 
					DNSTABLE="records"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
${TAR} zvcf ../../${TARBALL} --exclude-vcs --exclude='*.sh' * ;\
 | 
					${TAR} zvcf ../../${TARBALL} --exclude-vcs --exclude='*.sh' * ;\
 | 
				
			||||||
${SHA1SUM} ../../${TARBALL} > ../../${TARBALL}.sha1
 | 
					cd ../../
 | 
				
			||||||
 | 
					${SHA1SUM} ${TARBALL} > ${TARBALL}.sha1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#echo -n "Mysql password: "
 | 
					#echo -n "Mysql password: "
 | 
				
			||||||
#stty -echo
 | 
					#stty -echo
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user