@LoyceV, any way to tell how many members have a custom trust list?
Yes, but you're going to be disappointed:
wget -qO- https://bitcointalk.org/trust.txt.xz | xz -d | cut -d'>' -f1 | sed s/"\/$"// | sort -u | wc -l
5034
That doesn't include users with zero posts.