what else can done to reach every domain

Code:
@app.route('/<string:email>',methods=['GET','POST'])
def post(email):
    blocked_keywords = ["spamhaus",
            "proofpoint",
            "cloudmark",
            "banned",
            "blacklisted",
            "blocked",
            "block list",
...