def check_for_forged_received_trail(self, msg, option=None, target=None):
        """Check if there are more than one untrusted relays and verify if
        rdns is different than the other relay's by."""
        try:
            mismatch_from = self.get_global("mismatch_from")