From ddea3c5101a9f5b155e9dbb5966db83d3f339dab Mon Sep 17 00:00:00 2001 From: Brielle Date: Sun, 11 Mar 2018 19:03:17 -0600 Subject: [PATCH] Add tumblr to whitelist --- 10_whitelist.cf | 7 +++++++ build.sh | 5 +++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/10_whitelist.cf b/10_whitelist.cf index aa33070..e71bf92 100644 --- a/10_whitelist.cf +++ b/10_whitelist.cf @@ -39,3 +39,10 @@ whitelist_from_rcvd *@reuseum.org reuseum.com whitelist_from_rcvd *@bigcommerce.com bigcommerce.com whitelist_from_rcvd *@salesandorders.com outlook.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 diff --git a/build.sh b/build.sh index d706c92..48ba1c1 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ #!/bin/bash -VERSION=34 +VERSION=36 TAR=`which tar` MYSQL=`which mysql` EPOCH=`date +%s` @@ -11,7 +11,8 @@ DNSDB="ns1-powerdns" DNSTABLE="records" ${TAR} zvcf ../../${TARBALL} --exclude-vcs --exclude='*.sh' * ;\ -${SHA1SUM} ../../${TARBALL} > ../../${TARBALL}.sha1 +cd ../../ +${SHA1SUM} ${TARBALL} > ${TARBALL}.sha1 #echo -n "Mysql password: " #stty -echo