+91 9619904949

16-Email Email Message-ID Implementation

A Message-ID is a unique identifier assigned to each email to help track and reference the message across mail servers. It is mostly  unique-identifier(at)yourdomain.com .The length of a Message-ID depends on its format, but generally, it should not exceed 255 characters, as per RFC 5322.

Basic Message-ID (e.g., ) → ~30–50 characters
Structured Message-ID (with campaign, recipient, client, timestamp, and randomness) → ~70–120 characters

Breakdown of Components

ID Components Purpose
1 campaignID Identifies the email campaign
2 recipientID Unique ID per recipient (hashed if needed)
3 clientID Internal client or sender identifier
4 timestamp Ensures uniqueness (nanosecond precision)
5 random Additional randomness (6-byte hex)
6 @domain.com Matches your sending domain


What we can include in Structured Message-ID

Id Identifies Approx Length
1 Campaign-ID 5–10 chars
2 Recipien-ID 8–12 chars
3 Clien-ID 5–10 chars
4 Timestamp 19 chars (nanosecond precision)
5 Rando-String 12 chars (6-byte hex)
6 Domain-Name 15–30 chars
Total 70–120 chars


Benefits of This Approach

Improves Deliverability: Follows Gmail & ESP best practices.
Tracking & Analytics: Easily track messages per campaign, recipient, or client.

Ensures Uniqueness: Timestamp + randomness avoids duplication.
Customizable: Adapt it based on your business needs.

Best Practices
Keep it under 255 characters

Ensure global uniqueness
Use a valid domain
Avoid sensitive data (e.g., email addresses)

Domain Components:-
The Return-Path (Envelope From) is used for bounce handling and is critical for deliverability because it directly impacts SPF authentication. The From address is the visible sender shown to recipients and must align with DKIM for DMARC compliance.
The Message-ID domain identifies the message source but does not directly impact authentication. However, it should ideally match the Return-Path domain to establish trust with receiving mail servers.

Return-Path (Envelope From) and From domain is different
From: Example [email protected]

Return-Path: [email protected]
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=y.eample.com;
Authentication-Results: spf=pass (sender IP is 1.1.1.1)smtp.mailfrom=x.y.eample.com; dkim=pass (signature was verified)header.d=y.eample.com; dmarc=pass action=none header.from=y.eample.com; compauth=pass reason=100

Which Domain Should Be Used in the Message-ID?
In this case, the SPF and DKIM authentication pass successfully, and DMARC aligns with y.eample.com. Because of this, the safest choice for the Message-ID domain is y.eample.com.

Recommended Message-ID Format
To maintain consistency and improve tracking, the Message-ID should be structured using unique identifiers such as a campaign ID, recipient ID, client ID, timestamp, and a random string.

Message-ID:
Example Generated Message-ID:<[email protected]>

Best Practices for Message-ID Generation Ensure uniqueness by using a combination of timestamp, random string, and tracking identifiers. Use a domain you control, ideally one that aligns with your Return-Path or DKIM domain for consistency. Avoid using free/public domains like Gmail or Yahoo, as this can create authentication issues.

Following these guidelines helps improve email deliverability, authentication alignment, and tracking accuracy.

15-Email Google Feedback Loop Setup

Gmail Spam Feedback Loop (FBL) for ESPs

Gmail is rolling out the Feedback Loop (FBL) program pilot for ESPs/Bulk senders to help them with spam/abuse detection at the source and identify bad actors exploiting their systems. To protect user privacy, this feedback will at best contain aggregate data that cannot be attributed or traced to a particular recipient. Gmail discussed with various ESPs to understand how best Gmail could address their feedback requirements while respecting user privacy, the most agreed-upon solution was to provide aggregated spam statistics per customer and/or per campaign. Thus, the FBL will report the percentage of user spam markings per campaign and/or per each customer of an ESP for a given day. The purpose of the FBL is purely to help ESPs with identifying spammers/outliers in their traffic and is not meant to assist with deliverability and/or delivery evaluation. The expectation is that the data should be used only for spam and abuse prevention.

Implementation Details:

ESPs will need to embed a header consisting of parameters (called Identifiers) that uniquely identify their customers and/or campaigns for the traffic that they wish to receive the feedback data. Gmail would aggregate and send out feedback reports based on these identifiers.

The header should be in the format:

Feedback-ID: a:b:c:ESPid

  • Feedback-ID is the name of the header to be embedded.
  • a, b, c are (optional) fields that can be used by the ESP to embed identifiers of their choice (campaign/customer/other). These can be at most 3.
  • ESPid is a (mandatory) unique identifier (of length 5 to 15 characters) chosen by the ESP and should be consistent across the mail stream.

The aggregate data will be generated for the first 4 fields (as separated by ‘:’) of the Feedback-ID, starting from the right-hand side. Thus, in the absence (or excess) of a given field, the data will be generated for the rest (except in the case of ESPid – in the absence of which, no data will be generated).

To prevent spoofing of the Feedback-ID by spammers, traffic being sent to Gmail needs to be DKIM signed by a domain owned by the ESP, after the addition of this header. This will be over and above any previous DKIM signing by the ESP’s customers.

A maximum of 10 such unique DKIM (d=) domains may be used across the ESP’s mail stream. Alternatively, the ESP can use multiple subdomains from the same domain(s) as well.

ESPs should ensure that all of their outgoing mail has only one such verified header and overwrite any that might be present already.

Further, the ESPs will have to publish the IPs from which they are sending mail in the SPF records of their signing domains as well – this would also prevent possible issues with the IP list going stale or IPs being relinquished. The sending IPs must have PTR records and resolve to a valid hostname (preferably one of the DKIM domains).

When generating the FBL report, data would be aggregated across the published IPs.

In order to prevent any potential abuse of the system, by way of campaigns having just a single mail or a few emails each, an FBL report will be generated only if a given Feedback-ID Identifier is associated with greater than a certain number of emails, distinct recipients, and user spam reports in a given day’s traffic.

The FBL data will consist of the percentage of user spam markings for each qualifying field(s) in the Feedback-ID, aggregated across all emails received from the ESP on a given day.

An FBL report, consisting of a CSV attachment, will be sent over email (when applicable) daily to an address of the ESP’s choice. The report will pertain to the ESP’s traffic received by Gmail on the previous day.

The FBL data will be generated only for gmail.com recipients (and NOT for recipients on Google Apps or other Google domains).

 

Appendix:

FBL data will be aggregated by way of each identifier independently and NOT grouped across identifiers, i.e., we will be reporting the spam percentages across all the mails containing a given identifier, irrespective of the position of the identifier in the header.

This is mainly for 3 reasons:

  1. To keep the fields a, b, c in Feedback-ID: a:b:c:ESPid open for the ESP to assign any identifiers of their choice and not be restricted by any particular order that we specify for the sake of grouping.
  2. Allow the use of a limited number of identifiers, i.e., something like Feedback-ID: a:b:ESPid.
  3. Allow the use of identifiers that are unrelated to each other.

So, for a given day’s traffic, the ESP should ensure that the identifier namespace is unique across fields so that data is not aggregated on unrelated identifiers. For example, an identifier (say a1) used for a CustomerID should not be re-used as CampaignID within the same day’s traffic to ensure that data is not aggregated by unrelated/wrong keys.

If there is a concern about how the identifier namespace can be kept unique or if the preference is for the data to be grouped between two identifiers, the hash of one identifier can be appended to the other, per use case. For example, if the CustomerID is a1 and the Campaign number is 3, a unique identifier a1_3 can be used as a CampaignID.

Also, when choosing identifiers, an ESP should avoid selecting a parameter that will be unique across every single mail (like a unique message ID), as there will be no scope for aggregation on that field.

Below is an example of a Feedback-ID header for illustration:

Feedback-ID: CustomerID2:CampaignIDX:MailTypeID3:ESPid

where

  • CustomerID2 is a unique customer identifier.
  • CampaignIDX is a campaign identifier and is unique across the board (i.e., no two customers share the same campaign ID).
  • MailTypeID3 is an identifier for the nature of the mail (e.g., offers/newsletters/product-update mails, etc.) and can be unique to a customer. Alternatively, in case the ESP would like to measure the spam rate for that mail type throughout their traffic, they can simply keep this identifier common across customers.
  • ESPid is the ESP’s unique identifier and can be used for overall stats.

In the above case, we will be sending the spam percentages for each of the 4 identifiers independently (provided they meet the qualifying criterion – as mentioned in the previous section).

Next Steps:

Once you are implementation-ready, please use the confirmation form at (email me for link)to send us the details of your DKIM domain(s) (i.e., the domain in d=), ESPid (of your choice), and the designated email address for the FBL reports to be sent. On receiving these details through the form, we will onboard you in about a week and send you a confirmation email. You will then start receiving FBL reports, whenever there is sizable spam in your traffic.

Note: Do not fill out the form until you are ready with your implementation. Once you enter the data through the form, it cannot be modified – so please be sure to enter the correct details.

In case you have any questions, please refer to the FAQs here. Almost every implementation-related question you may have should be covered in the FAQs.

Our expectation is that you will be acting on the bad actors reported through FBL and prevent them from sending spam in the future.

What is an Identifier?

An Identifier is a key by which you’d like the spam rate aggregated for your FBL report. Examples of Identifiers are: CustomerID_22, CampaignID_67, MailCategoryID_3, etc.

Is it Feedback-ID or X-Feedback-ID?

As you might know, the X in an X-header stands for experimental. The early testers for the Gmail FBL were asked to use X-Feedback-ID since the FBL was an experimental feature back then – but that is not the case anymore.

So, for all current/newer FBL implementations use ONLY Feedback-ID.

What is the ESPid? Do we get to choose our own ESPid or are we assigned one?

ESPid is a unique identifier for each ESP. You can choose an ESPid of your choice. However, when choosing an ESPid, please choose something that is descriptive, 5 to 15 characters long, and contains at least a few letters – ideally the name of your ESP.

Why do we need to DKIM sign our traffic to be eligible for FBL?

This is important for us to correctly identify and aggregate mail coming from your ESP and prevent any spoofing.

My customers are already signing their mail with their own DKIM domains. What do we do?

All you need to do is simply re-sign your traffic after adding the Feedback-ID header with a DKIM (d=) domain owned by your ESP. You have the option to use up to 10 such unique domains to sign your traffic. Gmail supports multiple DKIM signatures.

We have heard that a particular MTA vendor does not support double DKIM signing, an FBL requirement?

Please check with your MTA vendor directly rather than assume. Most vendors have already enabled support for double DKIM, making it simple and seamless to implement the Gmail FBL.

As an ESP, we already sign all our traffic with a DKIM domain owned by us. Do we still need to resign with another domain?

No. All you need to do is add the Feedback-ID before DKIM signing.

Our whitelist customer(s) has an issue with the idea of our ESP re-signing their mail with our DKIM domain, which is an FBL requirement. What do we do about it?

If you feel that a customer of yours might have an issue and cannot be convinced otherwise, you may leave them out and tag the rest of your traffic for the FBL. If you have given a particular customer of yours a “whitelist” status, they must be trustworthy enough indeed for you. Moreover, the Gmail spam FBL is primarily aimed at exposing spammers and outliers in your traffic – an impeccable customer might never even get flagged. You could still use a method like List-Unsubscribe to gather data for such “whitelist” senders.

Why is there an option to sign traffic with up to 10 different DKIM domains?

A lot of ESPs already have an existing setup to sign each category/tier of their traffic with a different DKIM domain. In order to make the Gmail FBL implementation process as less disruptive as possible for them, we have offered the option to use up to 10 distinct DKIM (d=) signing domains.

Do we have to necessarily sign our traffic with 10 different DKIM domains?

No. The upper limit on the number of unique domains that can be used to DKIM sign mail across your traffic is 10.

Can we sign with subdomains of our chosen DKIM domains? If yes, up to how many unique subdomains can we use?

Yes indeed, you can use subdomains of your designated DKIM domains to sign your mail. While there is no upper limit on the number of subdomains, the subdomains should all come from the (at most) 10 unique domains.

What about the selector? Do we need to use a particular selector (s=) if/when double DKIM signing traffic, with a domain owned by us (the ESP)?

The value of the selector (s=) or the lack of it does not matter.

Aside from using a domain owned by our ESP to DKIM sign mail, is there anything different that we need to do in our current DKIM signing process?

Please make sure to add the Feedback-ID header before you (re)sign with your ESP DKIM domain (and sign the Feedback-ID header as well). Nothing else changes – just DKIM sign in your usual way.

Can we use more than 3 Identifiers, other than the ESPid?

No, the maximum number of Identifiers you can use is 3 (excluding the mandatory ESPid).

What if we have less than 3 Identifiers?

That’s not a problem. Just include only your chosen Identifiers in the Feedback-ID. For example: Feedback-ID: a:ESPID or Feedback-ID: a:b:ESPID are all perfectly valid.

Can we use special characters when naming an Identifier?

Yes, except ‘:’ (i.e., colon) – which is to be used as a delimiter between Identifiers, any other special characters are acceptable.

Why is it recommended that we keep the Identifier namespace unique? Can we have Identifiers that overlap?

Since data is aggregated by each unique Identifier (irrespective of its position in the Feedback-ID), for a given day’s traffic, you should ensure that the Identifiers (across fields) are unique and not repeated, so that data is not aggregated across unrelated Identifiers.

For example, Feedback-ID: a1:b1:a1:ESPid will result in data being aggregated on the identifier a1 twice and result in erroneous reports.

Is the data grouped across Identifiers?

No. Data is only aggregated per Identifier and not grouped across. For example, if 3 different spam mails in your traffic had the below Identifiers:

  • Feedback-ID: a1:b1:c1:ESPid
  • Feedback-ID: b1:ESPid
  • Feedback-ID: c2:b1:ESPid

The count for b1 would be 3, given that it occurs thrice (irrespective of its position in the Feedback-ID).

Should we include all the IPs from which we are sending traffic to Gmail in the SPF records of all the DKIM domains we are using to sign our traffic?

Yes. Please make sure that your SPF records are up to date with all your sending IPs.

What if we decide to send from newer IPs?

Just update your SPF record with the newer IPs and continue to sign the traffic with your designated DKIM domain(s) as usual.

Is there a timeline for when we should be implementation-ready?

While we do not have a strict deadline, the sooner the better.

How long will it be, after we are enrolled, before we start receiving reports?

You should start to receive FBL reports once there is a sizable amount of user-reported spam for any given Identifier in your traffic.

Will we receive FBL reports every day? Will we receive FBL reports for every Identifier that we are using?

You will receive an FBL report as and when there is a sizable amount of spam corresponding to a given Identifier.

What is the Spam_rate column seen in the FBL CSV report?

The Spam_rate is the percentage of user spam markings over all mail delivered to the Inbox (across tabs).

How do we interpret the spam_rate?

The Gmail spam FBL has been designed to report only spammers and outliers. It is safe to assume that anything that gets reported in the FBL, irrespective of the spam rate, is a cause for concern and has the potential to disrupt the deliverability of the rest of your email. So, please investigate and take action upon everything reported – ensure that the spam comes to a stop.

What is the time span over which Gmail FBL aggregates data for each report?

The FBL report that you receive on a given day pertains to your traffic from the previous day (that was tagged with the Feedback-ID header). All user spam markings (for the previous day’s traffic) received till the time of the report generation are counted to calculate the spam_rate.

Help! Our ESP has implemented the FBL and filled out the form. We have not yet received a single report?

Remember that you will receive an FBL report only when there is a sizable amount of spam in your traffic that has received user spam markings. This is important to keep FBL reports noise-free, aside from other reasons.

  • Are you signing (and tagging with Feedback-ID) all your Gmail traffic? We have observed that it takes at least 80% of (Gmail) traffic to be signed before ESPs start receiving FBL reports.
  • Do your identifiers each correspond to enough mail volume? It may take a given Identifier to be present in a sizable volume of traffic to get sufficient user spam markings. So, make sure your Identifiers have enough volume to each of them.

14-Email Implementing BIMI for Brand Recognition

How to Implement Brand Indicators for Message Identification (BIMI):-
BIMI (Brand Indicators for Message Identification) is an email authentication standard that displays your brand logo in email clients. This enhances brand recognition and security by reducing phishing risks. Here’s a step-by-step guide on how to implement BIMI for your domain.

Step 1: Meet the Pre-requirements:

1 Set Up a DMARC Policy Your domain must have a DMARC policy with quarantine or reject enforcement. v=DMARC1; p=reject; sp=reject; adkim=s; aspf=s; rua=mailto:[email protected]; ruf=mailto:[email protected]; rf=afrf; pct=100; ri=86400
2 Obtain a Verified Mark Certificate (VMC) Email providers like Gmail require a VMC to display your brand’s logo.

The logo must be trademarked and submitted in SVG format.

3 Prepare a Compliant Logo The logo must be in SVG Tiny 1.2 format. The “baseProfile” attribute set to “tiny-ps”
The “version” attribute set to “1.2”.
A element must be included that reflects the company name, though there are no strict requirements for the content of the element.</span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">A <desc> (i.e. the “description”) element is not required, but this should be included to support accessibility.</span></td> </tr> </tbody> </table> <p><span style="font-size: 12pt; font-family: courier new, courier, monospace;"><strong><br /> Self-asserted logos</strong>:- logos that are published without verification certificates and are supported by Yahoo, Fastmail, and others. BIMI works without VMC or the CMC, meaning that the entry point for BIMI is very attainable. I always recommend starting your BIMI journey with this option.</span></p> <p><strong><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Select VMC or CMC Certificate for BIMI</span></strong></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Before applying for a BIMI certificate, you must decide whether you need a Verified Mark Certificate (VMC) or a Certificate Mark Certificate (CMC):</span><br /> <strong><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Verified Mark Certificate (VMC)</span></strong><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">Required by most major mailbox providers like Gmail, Yahoo, and Fastmail.</span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">Validates that your organization owns the trademarked logo displayed in recipients’ inboxes.</span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">Issued by certificate authorities like DigiCert, GlobalSign, or Entrust.</span></p> <p><strong><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Certificate Mark Certificate (CMC)<br /> </span></strong><span style="font-family: courier new, courier, monospace; font-size: 12pt;">They are issued by certification authorities (Entrust or DigiCert) recognized by the BIMI Working Group.  </span><span style="font-family: courier new, courier, monospace; font-size: 12pt;"><br /> The verification process includes checking your brand’s logo and DMARC policy.<br /> Like VMCs, CMCs involve an annual fee for issuance and maintenance.<br /> This is a good alternative for smaller businesses that may not have trademarked their logo or for businesses making changes to their logos that have not been processed by the trademark authority yet.<br /> At Google, a CMC is required for logo presentation, along with qualifying local reputation and volume.  </span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">Less commonly used but an alternative for certain email ecosystems.</span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">Some mailbox providers may not require a VMC but still follow BIMI standards.</span></p> <p> </p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;"><strong>Recommended</strong>: If you want your logo to be displayed in Gmail and other major providers, choose VMC.</span></p> <table style="border-collapse: collapse; width: 100%; height: 184px;"> <tbody> <tr style="height: 23px;"> <td style="width: 3.19315%; height: 23px;"><strong><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Id</span></strong></td> <td style="width: 13.4736%; height: 23px;"><strong><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Feature</span></strong></td> <td style="width: 43.2555%; height: 23px;"><strong><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Verified Mark Certificate (VMC)</span></strong></td> <td style="width: 40.0778%; height: 23px;"><strong><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Certificate Mark Certificate (CMC)</span></strong></td> </tr> <tr style="height: 23px;"> <td style="width: 3.19315%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">1</span></td> <td style="width: 13.4736%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Purpose</span></td> <td style="width: 43.2555%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Required by major mailbox providers like Gmail, Yahoo, and Fastmail.</span></td> <td style="width: 40.0778%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Alternative to VMC for certain email providers.<br /> CMCs offer a similar level of verification as VMCs.<br /> </span></td> </tr> <tr style="height: 23px;"> <td style="width: 3.19315%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">2</span></td> <td style="width: 13.4736%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">BIMI Requirement</span></td> <td style="width: 43.2555%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Mandatory for most providers to display a logo in the inbox.</span></td> <td style="width: 40.0778%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Not required by all mailbox providers but can still be used with BIMI.</span></td> </tr> <tr style="height: 23px;"> <td style="width: 3.19315%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">3</span></td> <td style="width: 13.4736%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Trademark Requirement</span></td> <td style="width: 43.2555%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">A trademarked logo is mandatory. You must have used the logo for at least 12 months before the Mark verification date on a domain you control.<br /> </span></td> <td style="width: 40.0778%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">May not always require a trademarked logo.</span></td> </tr> <tr style="height: 23px;"> <td style="width: 3.19315%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">4</span></td> <td style="width: 13.4736%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Supported Providers</span></td> <td style="width: 43.2555%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Google/Gmail (enhanced support, blue checkmark)</span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">Apple (Digitally certified label in message details)</span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">au.com</span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">Yahoo</span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">Fastmail</span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">Cloudmark</span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">La Poste</span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">Onet</span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">ZohoMail</span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">Zone</span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">Zoner</span></td> <td style="width: 40.0778%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Some providers that do not enforce VMC requirements.</span></td> </tr> <tr style="height: 23px;"> <td style="width: 3.19315%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">5</span></td> <td style="width: 13.4736%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Issuing Authorities</span></td> <td style="width: 43.2555%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DigiCert, Entrust.</span></td> <td style="width: 40.0778%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Less widely available compared to VMC.</span></td> </tr> <tr style="height: 23px;"> <td style="width: 3.19315%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">6</span></td> <td style="width: 13.4736%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Cost</span></td> <td style="width: 43.2555%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">$1,000 – $1,500 per year.</span></td> <td style="width: 40.0778%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Typically lower cost or no cost in some implementations.</span></td> </tr> <tr style="height: 23px;"> <td style="width: 3.19315%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">7</span></td> <td style="width: 13.4736%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Verification Process</span></td> <td style="width: 43.2555%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Strict validation of logo ownership and DMARC compliance.</span></td> <td style="width: 40.0778%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Less stringent than VMC.</span></td> </tr> </tbody> </table> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Gmail now supports Common Mark Certificates (CMC), a new type of BIMI certificate being issued by Certificate Authorities (CA). CMCs allow a broader range of senders to utilize BIMI, who might not have the registered trademark required for a Verified Mark Certificate (VMC). With a CMC, the sender’s brand avatar will be displayed without the Gmail-verified checkmark. </span></p> <p><strong><span style="font-size: 12pt; font-family: courier new, courier, monospace;">Step 2: Choose a BIMI Certificate Provider (once your logo ready)</span></strong></p> <table style="border-collapse: collapse; width: 66.1063%; height: 92px;"> <tbody> <tr style="height: 23px;"> <th style="width: 7.69144%; text-align: left; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">id</span></th> <th style="width: 13.07%; text-align: left; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">Provider</span></th> <td style="width: 35.7939%; text-align: left; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">Features</span></td> <th style="width: 38.1093%; text-align: left; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">Cost (Approx.)</span></th> </tr> <tr style="height: 23px;"> <td style="width: 7.69144%; text-align: left; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">1</span></td> <td style="width: 13.07%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">DigiCert</span></td> <td style="width: 35.7939%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">Global CA, automated verification, supports BIMI VMCs.<br /> in 2020 DigiCert is partnering with Valimail to help firms embrace BIMI (Brand Indicators for Message Identification), an email security standard that helps brands display a logo in their email subject lines with Verified Mark Certificates (VMCs).<br /> </span></td> <td style="width: 38.1093%;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">Starts at $1,499/year</span></td> </tr> <tr style="height: 23px;"> <td style="width: 7.69144%; text-align: left; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">2</span></td> <td style="width: 13.07%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">Entrust</span></td> <td style="width: 35.7939%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">Trusted CA for BIMI, offers compliance assistance</span></td> <td style="width: 38.1093%;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">Starts at $1,499/year <em>(Not supported by Chrome)</em></span></td> </tr> <tr style="height: 23px;"> <td style="width: 7.69144%; text-align: left; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">3</span></td> <td style="width: 13.07%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">GlobalSign <em>(Upcoming)</em></span></td> <td style="width: 35.7939%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">Expected to issue BIMI VMCs soon</span></td> <td style="width: 38.1093%;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">TBD</span></td> </tr> </tbody> </table> <p><span style="font-size: 12pt; font-family: courier new, courier, monospace;"><strong>Important Note About Entrust:-</strong></span><br /> <span style="font-size: 12pt; font-family: courier new, courier, monospace;">Google Chrome does not currently support Entrust VMCs, which affects the display of the BIMI logo in Gmail and other Google services.</span></p> <p><span style="font-size: 12pt; font-family: courier new, courier, monospace;"><strong>Step 3: Free BIMI Tools</strong></span><br /> <span style="font-size: 12pt; font-family: courier new, courier, monospace;">There are no free VMC providers, but you can check your BIMI readiness with these free tools:</span><br /> <span style="font-size: 12pt; font-family: courier new, courier, monospace;">BIMI Group – https://bimigroup.org/</span><br /> <span style="font-size: 12pt; font-family: courier new, courier, monospace;">Valimail BIMI Monitor – https://www.valimail.com</span><br /> <span style="font-size: 12pt; font-family: courier new, courier, monospace;">EasyDMARC BIMI Lookup Tool – https://easydmarc.com/tools/bimi-lookup.</span></p> <p><strong><span style="font-size: 12pt; font-family: courier new, courier, monospace;">Step 4: BIMI Support for Subdomains:-</span></strong><br /> <span style="font-size: 12pt; font-family: courier new, courier, monospace;">If you manage multiple subdomains, check which providers:</span><br /> <span style="font-size: 12pt; font-family: courier new, courier, monospace;"><a href="https://www.digicert.com/blog/how-many-vmcs-will-i-need"><strong>DigiCert</strong> – Supports  as per below</a><br /> </span></p> <table style="border-collapse: collapse; width: 51.9617%; height: 161px;"> <tbody> <tr style="height: 23px;"> <td style="width: 16.1462%; height: 23px;"><strong><span style="font-size: 12pt; font-family: courier new, courier, monospace;">Domain Structure</span></strong></td> <td style="width: 23.2804%; height: 23px;"><strong><span style="font-size: 12pt; font-family: courier new, courier, monospace;">Number of Logos</span></strong></td> <td style="width: 27.7477%; height: 23px;"><strong><span style="font-size: 12pt; font-family: courier new, courier, monospace;">VMC Configuration</span></strong></td> </tr> <tr style="height: 23px;"> <td style="width: 16.1462%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">Single domain</span></td> <td style="width: 23.2804%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">One</span></td> <td style="width: 27.7477%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">One</span></td> </tr> <tr style="height: 23px;"> <td style="width: 16.1462%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">Single domain</span></td> <td style="width: 23.2804%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">Multiple (more than one)</span></td> <td style="width: 27.7477%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">Multiple: One VMC per logo</span></td> </tr> <tr style="height: 23px;"> <td style="width: 16.1462%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">Multiple domains</span></td> <td style="width: 23.2804%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">One</span></td> <td style="width: 27.7477%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">One</span></td> </tr> <tr style="height: 23px;"> <td style="width: 16.1462%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">Multiple subdomains</span></td> <td style="width: 23.2804%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">One</span></td> <td style="width: 27.7477%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">One</span></td> </tr> <tr style="height: 23px;"> <td style="width: 16.1462%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">Multiple domains</span></td> <td style="width: 23.2804%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">Multiple (more than one)</span></td> <td style="width: 27.7477%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">Multiple: One VMC per logo</span></td> </tr> <tr style="height: 23px;"> <td style="width: 16.1462%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">Multiple subdomains</span></td> <td style="width: 23.2804%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">Multiple (more than one)</span></td> <td style="width: 27.7477%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">Multiple: One VMC per logo</span></td> </tr> </tbody> </table> <p><span style="font-size: 12pt; font-family: courier new, courier, monospace;"><strong>Entrust</strong> – Allows subdomain BIMI, but each subdomain needs an individual VMC.</span><br /> <span style="font-size: 12pt; font-family: courier new, courier, monospace;"><strong>Valimail</strong> – Offers BIMI services and may support subdomain setups upon request.</span></p> <p><span style="font-family: courier new, courier, monospace;"><strong><span style="font-size: 12pt;">Step 5: Apply for a BIMI Certificate:-</span></strong></span><br /> <span style="font-family: courier new, courier, monospace;"><span style="font-size: 12pt;"><strong>Trademark Your Logo</strong> – Register your brand’s logo with a trademark office. </span>The following trademark offices are approved for BIMI (Brand Indicators for Message Identification).</span></p> <p> </p> <table style="border-collapse: collapse; width: 51.6504%; height: 253px;"> <tbody> <tr style="height: 23px;"> <td style="width: 13.6164%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">United States (US)</span></td> <td style="width: 30.5427%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">United States Patent and Trademark Office (USPTO)</span></td> <td style="width: 26.3887%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">https://www.uspto.gov/</span></td> </tr> <tr style="height: 23px;"> <td style="width: 13.6164%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">Canada (CA)</span></td> <td style="width: 30.5427%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">Canadian Intellectual Property Office</span></td> <td style="width: 26.3887%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">https://www.ic.gc.ca/eic/site/cipointernet-internetopic.nsf/eng/home</span></td> </tr> <tr style="height: 23px;"> <td style="width: 13.6164%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">European Union (EU)</span></td> <td style="width: 30.5427%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">European Union Intellectual Property Office</span></td> <td style="width: 26.3887%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">https://euipo.europa.eu/ohimportal/en</span></td> </tr> <tr style="height: 23px;"> <td style="width: 13.6164%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">United Kingdom (GB)</span></td> <td style="width: 30.5427%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">UK Intellectual Property Office</span></td> <td style="width: 26.3887%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">https://www.gov.uk/government/organisations/intellectual-property-office</span></td> </tr> <tr style="height: 23px;"> <td style="width: 13.6164%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">Germany (DE)</span></td> <td style="width: 30.5427%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">Deutsches Patent- und Markenamt</span></td> <td style="width: 26.3887%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">https://www.dpma.de/</span></td> </tr> <tr style="height: 23px;"> <td style="width: 13.6164%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">Japan (JP)</span></td> <td style="width: 30.5427%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">Japan Trademark Office</span></td> <td style="width: 26.3887%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">https://www.jpo.go.jp/e/</span></td> </tr> <tr style="height: 23px;"> <td style="width: 13.6164%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">Spain (ES)</span></td> <td style="width: 30.5427%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">Spanish Patent and Trademark Office O.A.</span></td> <td style="width: 26.3887%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">https://www.oepm.es/es/index.html</span></td> </tr> <tr style="height: 23px;"> <td style="width: 13.6164%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">Australia (AU)</span></td> <td style="width: 30.5427%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">IP Australia</span></td> <td style="width: 26.3887%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">https://www.ipaustralia.gov.au/</span></td> </tr> <tr style="height: 23px;"> <td style="width: 13.6164%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">India (IN)</span></td> <td style="width: 30.5427%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">Intellectual Property India</span></td> <td style="width: 26.3887%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">https://ipindia.gov.in/trade-marks.htm</span></td> </tr> <tr style="height: 23px;"> <td style="width: 13.6164%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">South Korea (KR)</span></td> <td style="width: 30.5427%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">Korean Intellectual Property Office</span></td> <td style="width: 26.3887%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">https://kipo.go.kr/en</span></td> </tr> <tr style="height: 23px;"> <td style="width: 13.6164%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">New Zealand (NZ)</span></td> <td style="width: 30.5427%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">Intellectual Property Office of New Zealand (IPONZ) </span></td> <td style="width: 26.3887%; height: 23px;"><span style="font-size: 12pt; font-family: courier new, courier, monospace;">https://www.iponz.govt.nz/</span></td> </tr> </tbody> </table> <p><strong><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Document List:-</span></strong><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">=> Basic Business & Applicant Information</span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Trademark Application Form – The official form required for trademark registration.</span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">Applicant’s Name & Address – Details of the individual or company filing for the trademark.</span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">Business Registration Certificate – Proof that the business is legally registered.</span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">Nationality & Legal Status – If an individual, provide a valid ID (passport, driver’s license); if a company, submit incorporation documents.</span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">=> Logo-Related Documents</span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Trademarked Logo Image – A clear, high-resolution image of your logo in JPG, PNG, or PDF format.</span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">Trademark Class & Description – A description of the products/services under the trademark.</span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">List of Goods & Services (Nice Classification) – Specify the categories your logo applies to.</span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">Usage Proof (if applicable) – Screenshots of website, product packaging, or marketing materials showing the logo in use.</span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">=> Legal & Authorization Documents</span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Power of Attorney (if using a trademark attorney) – Required in some jurisdictions.</span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">Declaration of Use – Sworn statement confirming actual logo usage in commerce.</span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">Consent Letter (if needed) – Required if the logo contains a personal name, celebrity likeness, or a third-party design element.</span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">=> Government Fees & Payment Proof</span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Trademark Application Fee Payment Receipt – Proof of payment for the application fee.</span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">Additional Fees – Fees for extra trademark classes, priority claims, or expedited processing.</span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">=> Priority Claim Documents (If Claiming Earlier Rights)</span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Certified Copy of Foreign Trademark – If filing based on an existing international trademark.</span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">Translation of Documents – Official translations of any non-English documents.</span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;"><strong>Note:-</strong> Each country has different requirements—check with the relevant trademark office for specifics.</span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">Processing times vary but typically range from 6 months to 2 years, depending on jurisdiction and any opposition.</span></p> <p><span style="font-size: 12pt;"><span style="font-family: courier new, courier, monospace;"><strong>logo is already trademarked</strong> check with:- </span><a href="https://www3.wipo.int/branddb/en/"><span style="font-family: courier new, courier, monospace;">World Intellectual Property Organization’s (WIPO) website and search for your organization’s logo</span></a></span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">To use your logo with BIMI, you must get a Verified Mark Certificate (VMC) or a Common Mark Certificate (CMC) from an approved CA. You can work with your legal team or a lawyer to get your logo trademarked</span></p> <p><span style="font-size: 12pt; font-family: courier new, courier, monospace;">Select a BIMI Certificate Provider:- Now need to contact VMC cert provider if your logo is ready as per above Step 2.</span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;"><b>Certificate Provider Verification:-</b> </span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">When you apply for a Verified Mark Certificate (VMC) for BIMI, the certificate authority (CA)—such as DigiCert or Entrust—performs a strict verification process before issuing the certificate. This ensures that only legitimate businesses with a trademarked logo can display their logo in email inboxes.</span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">=> Steps Involved in VMC Verification</span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">The CA checks if your logo is officially registered as a trademark with a recognized trademark office.</span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">You must provide proof of trademark registration from authorities like:</span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">United States Patent and Trademark Office (USPTO) (https://www.uspto.gov)</span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">European Union Intellectual Property Office (EUIPO) (https://euipo.europa.eu)</span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">World Intellectual Property Organization (WIPO) (https://www.wipo.int)</span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Logos that are NOT trademarked will be rejected from the VMC process.</span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">=> Domain Ownership Verification</span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">The CA verifies that you own and control the domain for which you are requesting the VMC.</span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">This is done via a DNS TXT record or WHOIS lookup.</span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">The domain must be DMARC-compliant with a policy of p=quarantine or p=reject to qualify for BIMI.</span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">=> Business Identity Validation</span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">The CA confirms that your business is legally registered and active.</span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">You must submit: Legal business name, Address & registration details, Government-issued business license or incorporation documents</span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">The CA checks these details against public and government records to ensure authenticity.</span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">=> Contact Person Verification</span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">You must designate a verified individual as the certificate contact person.</span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">This person must prove their identity using a government-issued photo ID (passport, driver’s license), Company email, and phone verification.</span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">=> Final Approval & Certificate Issuance</span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Once all the above verifications are completed, the CA issues the VMC certificate.</span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">The certificate is digitally signed and tied to your verified domain and logo.</span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">After approval, you can publish your BIMI record (DNS TXT record) to activate logo display in email clients.</span></p> <p> </p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;"><b>Add a BIMI TXT Record to Your DNS</b>:-</span></p> <p>It might surprise you to hear that BIMI also incorporates the idea of a selector for publishing an assertion record in a similar manner to DKIM. This could be utilized to have alternative logos between your corporate email, or different brands using the same email domain. Should you only have the need for one logo you can publish your BIMI record under the ‘<em>default</em>’ selector.</p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">default._bimi.example.com TXT “v=BIMI1; l=https://example.com/logo.svg; a=https://example.com/vmc.pem”</span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;"><span class="hljs-attr">v</span>=BIMI1<span class="hljs-comment">; → Specifies the BIMI version (always “BIMI1”).<br /> </span> <span class="hljs-attr">l</span>=URL → The location (URL) of the brand logo in **SVG format**. </span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;"><span class="hljs-attr">a</span>=URL → The URL of the **Verified Mark Certificate (VMC)** issued by a CA (DigiCert, Entrust). </span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">host -t txt default._bimi.linkedin.com</span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">default._bimi.linkedin.com descriptive text “v=BIMI1; l=https://media.licdn.com/media/AAYQAQQhAAgAAQAAAAAAABrLiVuNIZ3fRKGlFSn4hGZubg.svg; a=https://media.licdn.com/media/AAYAAQQhAAgAAQAAAAAAALe_JUaW1k4JTw6eZ_Gtj2raUw.pem;”</span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">host -t txt default._bimi.cnn.com</span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">default._bimi.cnn.com descriptive text “v=BIMI1; l=https://amplify.valimail.com/bimi/time-warner/I0vDrJpkRnB-cable_news_network_inc2025.svg; a=https://amplify.valimail.com/bimi/time-warner/I0vDrJpkRnB-cable_news_network_inc2025.pem”</span></p> <p> </p> <p><strong><span style="font-family: courier new, courier, monospace; font-size: 12pt;">BIMI Work Without a Website?</span></strong><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">1. BIMI Requirements<br /> </span><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Domain Authentication: To implement BIMI, you need to have your email domain authenticated using DMARC (Domain-based Message Authentication, Reporting & Conformance).</span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">SVG Logo: You must have a logo in SVG format that meets specific requirements.</span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">BIMI Record: You need to publish a BIMI record in your domain’s DNS settings.</span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">2. Website Not Required<br /> </span><span style="font-family: courier new, courier, monospace; font-size: 12pt;">No Website Needed: Technically, you do not need an active website for BIMI to work. The essential requirements are:</span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">A domain with DMARC configured.</span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">A valid SVG logo hosted somewhere accessible via HTTPS.</span><br /> <span style="font-family: courier new, courier, monospace; font-size: 12pt;">A BIMI DNS record pointing to the logo.</span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">3. Hosting the Logo<br /> Logo Hosting: If you do not have a website, you can host your SVG logo on a third-party service that supports HTTPS. This could be a cloud storage service or an image hosting platform that allows direct linking.</span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;"> Once you have your VMC, update your organizational domain’s DNS with a BIMI TXT record and ALL subdomains will inherit it from this org/root/top-level domain. is this correct?<br /> Yes, but dmarc/dkim is required for each domain subdomain.<br /> </span></p> </article> <article id="post-1955" class="et_pb_post post-1955 post type-post status-publish format-standard hentry category-linux"> <h2 class="entry-title"><a href="https://nitwings.com/13-email-ip-domain-certification-and-whitelisting-services-for-bulk-email/">13-Email IP/Domain Certification and Whitelisting Services for Bulk Email</a></h2> <p class="post-meta"> by <span class="author vcard"><a href="https://nitwings.com/author/admin/" title="Posts by Anil Jalela" rel="author">Anil Jalela</a></span> | <span class="published">Jan 22, 2025</span> | <a href="https://nitwings.com/category/linux/" rel="category tag">Linux</a></p><p><span style="font-size: 12pt; font-family: courier new, courier, monospace;">Several companies and organizations provide IP/domain certification or whitelisting services to improve email deliverability for bulk email senders. Below is a detailed explanation of prominent services and programs, their features, and how they help email senders.</span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;"><a href="https://www.validity.com/resource-center/all-about-certification/"><strong>1. Return Path [Validity’s Sender Certification]</strong></a></span></p> <p><span style="font-size: 12pt; font-family: courier new, courier, monospace;">Return Path offers a certification program known as Return Path Certified IP (also called Sender Score Certified). This program ensures that email senders follow strict email-sending best practices. The certification process includes:</span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Reputation Checks: Verifying sender reputation.<br /> Compliance Audits: Ensuring adherence to email laws and regulations.<br /> Email Content Testing: Evaluating email formatting and content.<br /> Once certified, emails sent from certified IPs enjoy higher inbox placement rates. This program is now operated by Validity.</span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;"><strong>2. <a href="https://certified-senders.org/">Certified Senders Alliance (CSA)</a></strong></span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">The Certified Senders Alliance (CSA) is a European industry group that certifies email senders meeting their high standards for email practices. Key benefits include:<br /> Recognition by European ISPs: CSA certification is widely accepted by major European mailbox providers.<br /> Improved Inbox Placement: Certified emails are less likely to be marked as spam.<br /> Certification involves meeting strict criteria and ongoing compliance monitoring.</span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;"><strong>3. <a href="https://spamhauswhitelist.com/">Spamhaus Whitelist</a></strong></span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Spamhaus provides a Whitelist Service that helps email senders improve their deliverability rates. Features include:<br /> Reputation Checks: Ensuring senders have a strong email-sending reputation.<br /> Whitelist Listing: Helps email reach recipients’ inboxes by bypassing some spam filters.<br /> Senders must demonstrate compliance with email-sending standards and pass thorough reputation checks.</span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;"><strong>4. <a href="https://csi.cloudmark.com/en/reset/">Cloudmark Sender Intelligence (CSI)</a></strong></span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Cloudmark offers a reputation system called Cloudmark Sender Intelligence (CSI). It assigns a reputation score based on email-sending practices and sender behavior. Key points:<br /> Score-Based Decisions: ISPs use CSI scores to decide whether to accept or block email traffic.<br /> Ownership: Cloudmark was acquired by Proofpoint in 2017, and CSI now operates under Proofpoint.</span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;"><strong>5. <a href="https://talosintelligence.com/reputation_center">Cisco Talos Intelligence (Formerly SenderBase)</a></strong></span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Cisco’s Talos Intelligence provides a reputation score for email senders. This system evaluates:<br /> Sending History: A sender’s historical practices.<br /> Reputation Metrics: The quality of email traffic.<br /> Talos Intelligence is used globally by ISPs and organizations for email filtering and blocking decisions.<br /> Additional IP/Domain Certification and Reputation Services</span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;"><br /> Here is a list of other services that offer certification, reputation checks, or whitelisting for bulk email senders:</span></p> <table style="border-collapse: collapse; width: 82.866%; height: 230px;"> <tbody> <tr style="height: 23px;"> <td style="width: 26.1682%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Service Name</span></td> <td style="width: 29.4081%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Description</span></td> <td style="width: 27.2896%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">URL</span></td> </tr> <tr style="height: 23px;"> <td style="width: 26.1682%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">BrightCloud</span></td> <td style="width: 29.4081%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Provides URL/IP lookup tools for assessing reputation</span></td> <td style="width: 27.2896%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">https://www.brightcloud.com/tools/url-ip-lookup.php</span></td> </tr> <tr style="height: 23px;"> <td style="width: 26.1682%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Lashback Unsubscribe Compliance Suite (UCS)</span></td> <td style="width: 29.4081%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Focuses on unsubscribe compliance and sender reputation</span></td> <td style="width: 27.2896%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">https://lashback.com/</span></td> </tr> <tr style="height: 23px;"> <td style="width: 26.1682%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Mailchimp Omnivore</span></td> <td style="width: 29.4081%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Ensures compliance and detects potential spam-like behavior in campaigns</span></td> <td style="width: 27.2896%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">https://mailchimp.com/help/about-omnivore/</span></td> </tr> <tr style="height: 23px;"> <td style="width: 26.1682%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Microsoft Smart Network Data Services (SNDS)</span></td> <td style="width: 29.4081%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Provides detailed insights into sending reputation for Microsoft domains</span></td> <td style="width: 27.2896%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">https://sendersupport.olc.protection.outlook.com/snds/data.aspx</span></td> </tr> <tr style="height: 23px;"> <td style="width: 26.1682%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Proofpoint Email Protection</span></td> <td style="width: 29.4081%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Offers IP reputation checks and email security tools</span></td> <td style="width: 27.2896%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">https://ipcheck.proofpoint.com/</span></td> </tr> <tr style="height: 23px;"> <td style="width: 26.1682%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Symantec Email Security cloud</span></td> <td style="width: 29.4081%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Provides IP reputation and threat intelligence</span></td> <td style="width: 27.2896%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">https://ipremoval.sms.symantec.com/</span></td> </tr> <tr style="height: 23px;"> <td style="width: 26.1682%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Trend Micro Email Reputation Services</span></td> <td style="width: 29.4081%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Analyzes IP reputation for email security</span></td> <td style="width: 27.2896%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">https://servicecentral.trendmicro.com/en-us/ers/ip-lookup/</span></td> </tr> <tr style="height: 23px;"> <td style="width: 26.1682%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Trustwave Trusted Sender Program</span></td> <td style="width: 29.4081%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Ensures compliance with trusted email practices</span></td> <td style="width: 27.2896%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">https://rbladmin.marshal.com/</span></td> </tr> <tr style="height: 23px;"> <td style="width: 26.1682%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Barracuda Central</span></td> <td style="width: 29.4081%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Provides IP and domain reputation lookup tools</span></td> <td style="width: 27.2896%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">https://barracudacentral.org/lookups</span></td> </tr> <tr> <td style="width: 26.1682%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">McAfee Site Lookup</span></td> <td style="width: 29.4081%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Offers IP and site reputation services</span></td> <td style="width: 27.2896%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">https://sitelookup.mcafee.com/</span></td> </tr> <tr> <td style="width: 26.1682%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Cyren IP Reputation Check</span></td> <td style="width: 29.4081%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Provides real-time IP reputation analysis</span></td> <td style="width: 27.2896%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">https://data443.com/cyren-ip-reputation-check-gate/</span></td> </tr> <tr> <td style="width: 26.1682%;"></td> <td style="width: 29.4081%;"></td> <td style="width: 27.2896%;"></td> </tr> <tr> <td style="width: 26.1682%;"></td> <td style="width: 29.4081%;"></td> <td style="width: 27.2896%;"></td> </tr> </tbody> </table> <p><span style="font-size: 12pt; font-family: courier new, courier, monospace;"> </span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;"><strong>Discontinued Services<br /> </strong>Some programs are no longer operational but were significant in shaping email certification and compliance:<br /> GoodMail Systems CertifiedEmail: Shut down in February 2010.</span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;"><strong>Industry Associations and Groups<br /> </strong>Organizations that promote email marketing best practices and compliance:</span></p> <table style="border-collapse: collapse; width: 82.5535%; height: 184px;"> <tbody> <tr style="height: 23px;"> <td style="width: 25.5266%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Organization</span></td> <td style="width: 28.0904%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Description</span></td> <td style="width: 29.018%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">URL</span></td> </tr> <tr style="height: 23px;"> <td style="width: 25.5266%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">MAAWG (Messaging Anti-Abuse Working Group)</span></td> <td style="width: 28.0904%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Focuses on reducing email abuse and promoting best practices</span></td> <td style="width: 29.018%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">http://m3aawg.org</span></td> </tr> <tr style="height: 23px;"> <td style="width: 25.5266%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ESPC (Email Sender & Provider Coalition)</span></td> <td style="width: 28.0904%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Advocates for email marketing compliance and standards</span></td> <td style="width: 29.018%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">http://espcoalition.org/</span></td> </tr> <tr style="height: 23px;"> <td style="width: 25.5266%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">EEC (Email Experience Council)</span></td> <td style="width: 28.0904%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Promotes email marketing education and best practices</span></td> <td style="width: 29.018%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">https://emailexperience.org/</span></td> </tr> <tr style="height: 23px;"> <td style="width: 25.5266%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">AOTA (Online Trust Alliance)</span></td> <td style="width: 28.0904%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Works on enhancing trust in email marketing and online communication</span></td> <td style="width: 29.018%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">https://otalliance.org</span></td> </tr> <tr style="height: 23px;"> <td style="width: 25.5266%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">IAMAI (Internet and Mobile Association of India)</span></td> <td style="width: 28.0904%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Promotes email marketing and compliance in India</span></td> <td style="width: 29.018%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">http://www.iamai.in/</span></td> </tr> <tr style="height: 23px;"> <td style="width: 25.5266%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">EMC (Email Marketers Club)</span></td> <td style="width: 28.0904%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">A community for email marketing professionals</span></td> <td style="width: 29.018%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">http://www.emailmarketersclub.com/</span></td> </tr> <tr style="height: 23px;"> <td style="width: 25.5266%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">MMA (Mobile Marketing Association)</span></td> <td style="width: 28.0904%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Focuses on compliance and standards in mobile marketing</span></td> <td style="width: 29.018%; height: 23px;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">http://www.mmaglobal.com/</span></td> </tr> </tbody> </table> <p><span style="font-size: 12pt; font-family: courier new, courier, monospace;"> </span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Other IP domain Listing Databases:-</span></p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">IPV4_Black</span></p> <table style="width: 82.5142%;" width="632"> <tbody> <tr> <td style="width: 32.866%;" width="336"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">0spam General DNSBL Listings (mirror)</span></td> <td style="width: 50%;" width="232"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">0spam.fusionzero.com</span></td> <td style="width: 119.027%;" width="64"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">0spam List of IP’s of domains found in spam</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dbl.0spam.org</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">0spam Main DNSBL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.0spam.org</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">0spam Main RBL Listings</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.0spam.org</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">0spam Network Block List</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">nbl.0spam.org</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">0spam Network DNSBL Listings (mirror)</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">0spam-n.fusionzero.com</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">abuse.ro IP RBL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.abuse.ro</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Abusix Mail Intelligence Authentication Blacklist</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">No_Dns_Query</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Abusix Mail Intelligence Black list</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">No_Dns_Query</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Abusix Mail Intelligence Combined IP blacklist</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">No_Dns_Query</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Abusix Mail Intelligence Domain Blacklist</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">No_Dns_Query</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Abusix Mail Intelligence Exploit list</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">No_Dns_Query</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Abusix Mail Intelligence Policy list</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">No_Dns_Query</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ALPHANET blackholes</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">blackholes.alphanet.ch</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">anonmails.de DNSBL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spam.dnsbl.anonmails.de</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ANTISPAM-UFRJ orvedb</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">orvedb.aupads.org</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ANTISPAM-UFRJ rsbl</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rsbl.aupads.org</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Ascams.com Block</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">block.ascams.com</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Ascams.com DNSBL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.ascams.com</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Ascams.com Superblock</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">superblock.ascams.com</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Backscatterer.org</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ips.backscatterer.org</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Barracuda Reputation Block List</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">b.barracudacentral.org</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Barracuda Reputation Block List (for SpamAssassin)</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bb.barracudacentral.org</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">BBFH Level 1</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">list.bbfh.org</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">BlakJak.net RBL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.blakjak.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">BlockedServers NetScan RBL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">netscan.rbl.blockedservers.com</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">BlockedServers RBL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.blockedservers.com</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">BlockedServers Spam RBL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spam.rbl.blockedservers.com</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Blog Spam Blocklist (spamlookup.net)</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bsb.spamlookup.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">borderware.com DNSBL1</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl1.dnsbl.borderware.com</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">borderware.com DNSBL2</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl2.dnsbl.borderware.com</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">borderware.com DNSBL3</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl3.dnsbl.borderware.com</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">borderware.com DUL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dul.dnsbl.borderware.com</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Brukalai.lt DNSBL black</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">black.dnsbl.brukalai.lt</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Brukalai.lt DNSBL light</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">light.dnsbl.brukalai.lt</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">C&CZ’s own black list</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">blacklist.sci.kun.nl</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">cantv.net dul</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dul.blackhole.cantv.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">cantv.net hog</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">hog.blackhole.cantv.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">cantv.net rhsbl</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rhsbl.blackhole.cantv.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">cantv.net rot</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rot.blackhole.cantv.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">cantv.net spam</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spam.blackhole.cantv.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">CBL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">cbl.abuseat.org</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">choon.net IPv4 DNSBL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.choon.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Cyberlogic DNSBL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.cyberlogic.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Cymru Bogon List</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bogons.cymru.com</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Cymru Fullbogon IPv4 List</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">v4.fullbogons.cymru.com</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dan.me.uk (only tor exit nodes)</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">torexit.dan.me.uk</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">darklist.de</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.darklist.de</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Debacom RBL BL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.rbl.debacom.pl</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Digibase BLS Open Proxy</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">openproxy.bls.digibase.ca</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Digibase BLS Proxy Abuse</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">proxyabuse.bls.digibase.ca</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Digibase BLS Spambot</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spambot.bls.digibase.ca</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DNS-SERVICIOS RBL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.dns-servicios.com</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.beetjevreemd.nl</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.beetjevreemd.nl</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.calivent.com.pe</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.calivent.com.pe</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.isx.fr</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.isx.fr</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.mcu.edu.tw</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.mcu.edu.tw</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.net.ua</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.net.ua</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.rv-soft.info</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.rv-soft.info</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsblchile.org</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsblchile.org</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DRBL caravan.ru (vote node)</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">vote.drbl.caravan.ru</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DRBL caravan.ru (work node)</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">work.drbl.caravan.ru</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DRBL gremlin.ru (vote node)</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">vote.drbl.gremlin.ru</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DRBL gremlin.ru (work node)</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">work.drbl.gremlin.ru</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DrMX</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.drmx.org</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DroneBL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.dronebl.org</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">EFnet RBL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.efnet.org</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">EFnet RBL mirror</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.efnetrbl.org</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">EFnet TOR</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">tor.efnet.org</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Fasthosts RBL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.fasthosts.co.uk</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">fmb.la bl</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.fmb.la</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">fnrbl.fast.net</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">fnrbl.fast.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">forbidden.icm.edu.pl</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">forbidden.icm.edu.pl</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Frontbridge’s 88.blocklist.zap</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">88.blocklist.zap</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Habeas Infringer List</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">hil.habeas.com</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Hostkarma blacklist</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">black.junkemailfilter.com</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">IBM DNS Blacklist</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.cobion.com</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ImproWare IP based spamlist</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spamrbl.imp.ch</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ImproWare IP based wormlist</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">wormrbl.imp.ch</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">InterServer BL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.interserver.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">invaluement DNSBL ivmSIP</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">No_Dns_Query</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">invaluement DNSBL ivmSIP-SIP24</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">No_Dns_Query</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">invaluement DNSBL ivmSIP/24</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">No_Dns_Query</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">IPrange.net RBL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.iprange.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ircbl</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.ircbl.org</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">JIPPG’s RBL Project (mail-abuse Listings)</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">mail-abuse.blacklist.jippg.org</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">JustSpam.org</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.justspam.org</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Kempt.net DNS Black List</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.kempt.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">KISA-RBL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spamlist.or.kr</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">KONSTANT DNSBL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.konstant.no</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">kundenserver.de admin.bl</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">admin.bl.kundenserver.de</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">kundenserver.de relays</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">relays.bl.kundenserver.de</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">kundenserver.de schizo-bl</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">schizo-bl.kundenserver.de</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">kundenserver.de spamblock</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spamblock.kundenserver.de</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">kundenserver.de worms-bl</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">worms-bl.kundenserver.de</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Leadmon.Net’s SpamGuard Listings (LNSG)</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spamguard.leadmon.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">MailCleaner IP Blacklist</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">iprbl.mailcleaner.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">MailCleaner Newsletter IP list</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">niprbl.mailcleaner.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">mailrelay.att.net blacklist</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">blacklist.mailrelay.att.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Mailspike Blacklist</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.mailspike.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Mailspike Zero-hour Data</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">z.mailspike.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">MAV BL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.mav.com.br</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">McAfee RBL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">cidr.bl.mcafee.com</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Metunet RBL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.metunet.com</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Microsoft Forefront DNSBL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.forefront.microsoft.com</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">MIPSpace</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.mipspace.com</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">MSRBL combined</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">combined.rbl.msrbl.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">MSRBL images</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">images.rbl.msrbl.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">MSRBL phishing</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">phishing.rbl.msrbl.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">MSRBL spam</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spam.rbl.msrbl.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">MSRBL virus</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">virus.rbl.msrbl.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">MSRBL web</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">web.rbl.msrbl.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">nether.net (relays)</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">relays.nether.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">nether.net (unsure)</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">unsure.nether.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">NiX Spam DNSBL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ix.dnsbl.manitu.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">NordSpam IP Blacklist</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.nordspam.com</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">NoSolicitado.org BL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.nosolicitado.org</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">NoSolicitado.org Worst BL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.worst.nosolicitado.org</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">nsZones.com Dyn</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dyn.nszones.com</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">nsZones.com SBL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">sbl.nszones.com</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">nsZones.com SBL+Dyn</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.nszones.com</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Octopus RBL Monster</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.octopusdns.com</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ops.asp.att.net blacklist mail</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">blacklist.mail.ops.asp.att.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ops.asp.att.net blacklist sequoia</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">blacklist.sequoia.ops.asp.att.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Pedantic.org spam</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spam.pedantic.org</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">pofon.foobar.hu IP Blacklist</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">pofon.foobar.hu</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Polspam BL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.rbl.polspam.pl</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Polspam BL-H1</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl-h1.rbl.polspam.pl</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Polspam BL-H2</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl-h2.rbl.polspam.pl</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Polspam BL-H3</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl-h3.rbl.polspam.pl</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Polspam BL-H4</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl-h4.rbl.polspam.pl</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Polspam CNKR</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">cnkr.rbl.polspam.pl</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Polspam Dyn</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dyn.rbl.polspam.pl</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Polspam LBLIP4</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">lblip4.rbl.polspam.pl</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Polspam RBLIP4</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rblip4.rbl.polspam.pl</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">PowerWeb DNSBL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">No_Dns_Query</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Project Honey Pot (http:BL)</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">No_Dns_Query</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Proofpoint Dynamic Reputation</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">safe.dnsbl.prs.proofpoint.com</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">PSBL (Passive Spam Block List)</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">psbl.surriel.com</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.rbldns.ru</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.rbldns.ru</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.schulte.org</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.schulte.org</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.zenon.net</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.zenon.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Redhawk.org</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">access.redhawk.org</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Rymsho’s DNSBL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.rymsho.ru</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">s5h.net RBL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">all.s5h.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">scientificspam.net IP list</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.scientificspam.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SenderScore Blacklist</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.score.senderscore.com</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SINGULARis Spam/scam blocklist </span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">singular.ttk.pte.hu</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Solid Clues Blacklist</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">blackholes.scconsult.com</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">South Korean Network Blocking List</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">korea.services.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Spam Eating Monkey SEM-BACKSCATTER</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">backscatter.spameatingmonkey.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Spam Eating Monkey SEM-BLACK</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.spameatingmonkey.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Spam Eating Monkey SEM-NETBLACK</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">netbl.spameatingmonkey.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Spam Grouper Net block list</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">netblockbl.spamgrouper.to</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Spam-RBL.fr</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">all.spam-rbl.fr</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SpamCop Blocking List</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.spamcop.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Spamdown RBL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">sbl.spamdown.org</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Spamhaus PBL Policy Block List</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">pbl.spamhaus.org</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Spamhaus SBL Spamhaus Block List</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">sbl.spamhaus.org</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Spamhaus SBL-XBL Combined Block List</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">sbl-xbl.spamhaus.org</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Spamhaus XBL Exploits Block List</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">xbl.spamhaus.org</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Spamhaus ZEN Combined Block List</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">zen.spamhaus.org</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SpamRATS! all</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">all.spamrats.com</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SpamRATS! Auth</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">auth.spamrats.com</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SpamRATS! Dyna</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dyna.spamrats.com</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SpamRATS! NoPtr</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">noptr.spamrats.com</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SpamRATS! Spam</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spam.spamrats.com</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spamsources.fabel.dk</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spamsources.fabel.dk</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SPFBL.net RBL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.spfbl.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Suomispam Blacklist</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.suomispam.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Suomispam Graylist</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">gl.suomispam.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SURBL multi (Combined SURBL list)</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">multi.surbl.org</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Suresupport.com RBL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.suresupport.com</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Swinog DNSRBL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsrbl.swinog.ch</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">TDC’s RBL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.tdk.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">TechnoVision SpamTrap</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">st.technovision.dk</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">THREATINT DNSBL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.threatint.zone</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Tiopan Consulting IP Blacklist</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.tiopan.com</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">TornevallNET DNSBL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.tornevall.org</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Trend Micro DUL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">r.mail-abuse.com</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Trend Micro QIL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">q.mail-abuse.com</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">TRIUMF.ca DNSBL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl2.triumf.ca</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">truncate.gbudb.net</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">truncate.gbudb.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">tuxad dunk.dnsbl</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dunk.dnsbl.tuxad.de</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">tuxad hartkore.dnsbl</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">hartkore.dnsbl.tuxad.de</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">UCEPROTECT Level 0</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl-0.uceprotect.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">UCEPROTECT Level 1</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl-1.uceprotect.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">UCEPROTECT Level 2</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl-2.uceprotect.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">UCEPROTECT Level 3</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl-3.uceprotect.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Unsubscribe Blacklist UBL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ubl.unsubscore.com</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">V4BL-FREE/DDNSBL-FREE</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">free.v4bl.org</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">V4BL/DDNSBL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ip.v4bl.org</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Virusfree BAD</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bad.virusfree.cz</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Virusfree BIP</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bip.virusfree.cz</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Woody’s SMTP Blacklist IPv4</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">blacklist.woody.ch</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">WPBL – Weighted Private Block List</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">db.wpbl.info</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">www.blocklist.de</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.blocklist.de</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ZapBL DNSRBL</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.zapbl.net</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 32.866%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ZenRBL IP Blocklist</span></td> <td style="width: 50%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ip4.bl.zenrbl.pl</span></td> <td style="width: 119.027%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> </tbody> </table> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">IPV4_Reputation </span></p> <table style="width: 82.5124%;" width="632"> <tbody> <tr> <td style="width: 37.3802%;" width="336"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">abusix.org Abuse Contact DB</span></td> <td style="width: 48.2428%;" width="232"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">abuse-contacts.abusix.org</span></td> <td style="width: 124.449%;" width="64"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Rep_Info</span></td> </tr> <tr> <td style="width: 37.3802%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Ascams.com Mix</span></td> <td style="width: 48.2428%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">mix.ascams.com</span></td> <td style="width: 124.449%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Rep_Info</span></td> </tr> <tr> <td style="width: 37.3802%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">BIT.nl all ascc IPv4 address space list</span></td> <td style="width: 48.2428%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">all.ascc.dnsbl.bit.nl</span></td> <td style="width: 124.449%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Rep_Info</span></td> </tr> <tr> <td style="width: 37.3802%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">BIT.nl all IPv4 address space list</span></td> <td style="width: 48.2428%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">all.dnsbl.bit.nl</span></td> <td style="width: 124.449%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Rep_Info</span></td> </tr> <tr> <td style="width: 37.3802%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">BIT.nl own IPv4 and IPv6 address space list</span></td> <td style="width: 48.2428%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bitonly.dnsbl.bit.nl</span></td> <td style="width: 124.449%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Rep_Info</span></td> </tr> <tr> <td style="width: 37.3802%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Cymru origin IPv4 asn list</span></td> <td style="width: 48.2428%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">origin.asn.cymru.com</span></td> <td style="width: 124.449%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Rep_Info</span></td> </tr> <tr> <td style="width: 37.3802%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Cymru peer asn list</span></td> <td style="width: 48.2428%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">peer.asn.cymru.com</span></td> <td style="width: 124.449%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Rep_Info</span></td> </tr> <tr> <td style="width: 37.3802%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dan.me.uk (all tor nodes)</span></td> <td style="width: 48.2428%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">tor.dan.me.uk</span></td> <td style="width: 124.449%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Rep_Info</span></td> </tr> <tr> <td style="width: 37.3802%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Route Views Project asn</span></td> <td style="width: 48.2428%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">asn.routeviews.org</span></td> <td style="width: 124.449%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Rep_Info</span></td> </tr> <tr> <td style="width: 37.3802%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Route Views Project aspath</span></td> <td style="width: 48.2428%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">aspath.routeviews.org</span></td> <td style="width: 124.449%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Rep_Info</span></td> </tr> <tr> <td style="width: 37.3802%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SenderBase®</span></td> <td style="width: 48.2428%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">query.senderbase.org</span></td> <td style="width: 124.449%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Rep_Info</span></td> </tr> <tr> <td style="width: 37.3802%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SenderBase® (for SpamAssassin)</span></td> <td style="width: 48.2428%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">sa.senderbase.org</span></td> <td style="width: 124.449%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Rep_Info</span></td> </tr> <tr> <td style="width: 37.3802%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SenderBase® (Reputation List)</span></td> <td style="width: 48.2428%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rf.senderbase.org</span></td> <td style="width: 124.449%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Rep_Info</span></td> </tr> <tr> <td style="width: 37.3802%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Spam Eating Monkey GeoBL (deny all)</span></td> <td style="width: 48.2428%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">geobl.spameatingmonkey.net</span></td> <td style="width: 124.449%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Rep_Info</span></td> </tr> <tr> <td style="width: 37.3802%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Spam Eating Monkey SEM-ASN-ORIGIN</span></td> <td style="width: 48.2428%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">origin.asn.spameatingmonkey.net</span></td> <td style="width: 124.449%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Rep_Info</span></td> </tr> <tr> <td style="width: 37.3802%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SPFBL.net abuse list</span></td> <td style="width: 48.2428%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">abuse.spfbl.net</span></td> <td style="width: 124.449%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Rep_Info</span></td> </tr> </tbody> </table> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">IP4_Whitelist</span></p> <table style="width: 81.5102%;" width="632"> <tbody> <tr> <td style="width: 43.4505%;" width="336"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">0spam DNSWL</span></td> <td style="width: 38.9776%;" width="232"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">0spamtrust.fusionzero.com</span></td> <td style="width: 126.997%;" width="64"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> <tr> <td style="width: 43.4505%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">0spam White List</span></td> <td style="width: 38.9776%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">wl.0spam.org</span></td> <td style="width: 126.997%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> <tr> <td style="width: 43.4505%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Abusix Mail Intelligence Whitelist</span></td> <td style="width: 38.9776%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">No_Dns_Query</span></td> <td style="width: 126.997%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> <tr> <td style="width: 43.4505%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Bondedsender</span></td> <td style="width: 38.9776%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">query.bondedsender.org</span></td> <td style="width: 126.997%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> <tr> <td style="width: 43.4505%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Bondedsender plus</span></td> <td style="width: 38.9776%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">plus.bondedsender.org</span></td> <td style="width: 126.997%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> <tr> <td style="width: 43.4505%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Brukalai.lt DNSBL white</span></td> <td style="width: 38.9776%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">white.dnsbl.brukalai.lt</span></td> <td style="width: 126.997%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> <tr> <td style="width: 43.4505%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">C&CZ’s own white list</span></td> <td style="width: 38.9776%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">whitelist.sci.kun.nl</span></td> <td style="width: 126.997%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> <tr> <td style="width: 43.4505%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">choon.net IPv4 DNSWL</span></td> <td style="width: 38.9776%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rwl.choon.net</span></td> <td style="width: 126.997%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> <tr> <td style="width: 43.4505%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Debacom RBL WL</span></td> <td style="width: 38.9776%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">wl.rbl.debacom.pl</span></td> <td style="width: 126.997%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> <tr> <td style="width: 43.4505%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DNSWL.org IP Whitelist</span></td> <td style="width: 38.9776%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">list.dnswl.org</span></td> <td style="width: 126.997%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> <tr> <td style="width: 43.4505%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Habeas SafeList</span></td> <td style="width: 38.9776%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">accredit.habeas.com</span></td> <td style="width: 126.997%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> <tr> <td style="width: 43.4505%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Habeas SafeList (for SpamAssassin)</span></td> <td style="width: 38.9776%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">sa-accredit.habeas.com</span></td> <td style="width: 126.997%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> <tr> <td style="width: 43.4505%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Habeas User List</span></td> <td style="width: 38.9776%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">hul.habeas.com</span></td> <td style="width: 126.997%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> <tr> <td style="width: 43.4505%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Habeas User List (including Non-Verified-Optin)</span></td> <td style="width: 38.9776%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">sohul.habeas.com</span></td> <td style="width: 126.997%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> <tr> <td style="width: 43.4505%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ISIPP Accreditation Database</span></td> <td style="width: 38.9776%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">iadb.isipp.com</span></td> <td style="width: 126.997%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> <tr> <td style="width: 43.4505%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ISIPP Accreditation Database (IADB2)</span></td> <td style="width: 38.9776%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">iadb2.isipp.com</span></td> <td style="width: 126.997%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> <tr> <td style="width: 43.4505%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ISIPP Accreditation Database (WADB)</span></td> <td style="width: 38.9776%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">wadb.isipp.com</span></td> <td style="width: 126.997%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> <tr> <td style="width: 43.4505%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ISPA (Internet Service Provider Austria) Whitelist</span></td> <td style="width: 38.9776%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">whitelist.rbl.ispa.at</span></td> <td style="width: 126.997%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> <tr> <td style="width: 43.4505%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Mailspike Whitelist</span></td> <td style="width: 38.9776%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">wl.mailspike.net</span></td> <td style="width: 126.997%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> <tr> <td style="width: 43.4505%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">nether.net (trusted)</span></td> <td style="width: 38.9776%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">trusted.nether.net</span></td> <td style="width: 126.997%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> <tr> <td style="width: 43.4505%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">nsZones.com DNSWL</span></td> <td style="width: 38.9776%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">wl.nszones.com</span></td> <td style="width: 126.997%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> <tr> <td style="width: 43.4505%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">pofon.foobar.hu ISP mail relay whitelist</span></td> <td style="width: 38.9776%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ispmx.pofon.foobar.hu</span></td> <td style="width: 126.997%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> <tr> <td style="width: 43.4505%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Polspam IPv4 Whitelist</span></td> <td style="width: 38.9776%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ip4.white.polspam.pl</span></td> <td style="width: 126.997%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> <tr> <td style="width: 43.4505%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">PSBL whitelist</span></td> <td style="width: 38.9776%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">whitelist.surriel.com</span></td> <td style="width: 126.997%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> <tr> <td style="width: 43.4505%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">RedIRIS ListaBlanca ESWL</span></td> <td style="width: 38.9776%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">eswlrev.dnsbl.rediris.es</span></td> <td style="width: 126.997%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> <tr> <td style="width: 43.4505%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">RedIRIS ListaBlanca MTAWL</span></td> <td style="width: 38.9776%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">mtawlrev.dnsbl.rediris.es</span></td> <td style="width: 126.997%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> <tr> <td style="width: 43.4505%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Spamhaus SWL IP Whitelist </span></td> <td style="width: 38.9776%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">swl.spamhaus.org</span></td> <td style="width: 126.997%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> <tr> <td style="width: 43.4505%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SPFBL.net Whitelist</span></td> <td style="width: 38.9776%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnswl.spfbl.net</span></td> <td style="width: 126.997%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> <tr> <td style="width: 43.4505%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">TRIUMF.ca DNSWL</span></td> <td style="width: 38.9776%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">wbl.triumf.ca</span></td> <td style="width: 126.997%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> <tr> <td style="width: 43.4505%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Whitelisted.org</span></td> <td style="width: 38.9776%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ips.whitelisted.org</span></td> <td style="width: 126.997%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> </tbody> </table> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">IPV6_Black</span></p> <table style="width: 80.1526%;" width="632"> <tbody> <tr> <td style="width: 38.8179%;" width="336"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Abusix Mail Intelligence Authentication Blacklist</span></td> <td style="width: 43.6102%;" width="232"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">No_Dns_Query</span></td> <td style="width: 123.482%;" width="64"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 38.8179%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Abusix Mail Intelligence Black list</span></td> <td style="width: 43.6102%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">No_Dns_Query</span></td> <td style="width: 123.482%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 38.8179%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Abusix Mail Intelligence Combined IP blacklist</span></td> <td style="width: 43.6102%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">No_Dns_Query</span></td> <td style="width: 123.482%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 38.8179%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Abusix Mail Intelligence Domain Blacklist</span></td> <td style="width: 43.6102%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">No_Dns_Query</span></td> <td style="width: 123.482%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 38.8179%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Abusix Mail Intelligence Exploit list</span></td> <td style="width: 43.6102%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">No_Dns_Query</span></td> <td style="width: 123.482%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 38.8179%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Ascams.com DNSBL</span></td> <td style="width: 43.6102%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.ascams.com</span></td> <td style="width: 123.482%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 38.8179%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">choon.net IPv6 DNSBL</span></td> <td style="width: 43.6102%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ipv6.rbl.choon.net</span></td> <td style="width: 123.482%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 38.8179%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Cymru Fullbogon IPv6 List</span></td> <td style="width: 43.6102%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">v6.fullbogons.cymru.com</span></td> <td style="width: 123.482%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 38.8179%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dan.me.uk (only tor exit nodes)</span></td> <td style="width: 43.6102%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">torexit.dan.me.uk</span></td> <td style="width: 123.482%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 38.8179%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.beetjevreemd.nl</span></td> <td style="width: 43.6102%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.beetjevreemd.nl</span></td> <td style="width: 123.482%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 38.8179%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DroneBL</span></td> <td style="width: 43.6102%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.dronebl.org</span></td> <td style="width: 123.482%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 38.8179%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">NordSpam IP Blacklist</span></td> <td style="width: 43.6102%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.nordspam.com</span></td> <td style="width: 123.482%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 38.8179%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">pofon.foobar.hu IP Blacklist</span></td> <td style="width: 43.6102%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">pofon.foobar.hu</span></td> <td style="width: 123.482%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 38.8179%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Polspam BL6</span></td> <td style="width: 43.6102%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl6.rbl.polspam.pl</span></td> <td style="width: 123.482%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 38.8179%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Polspam LBLIP6</span></td> <td style="width: 43.6102%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">lblip6.rbl.polspam.pl</span></td> <td style="width: 123.482%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 38.8179%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Polspam RBLIP6</span></td> <td style="width: 43.6102%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rblip6.rbl.polspam.pl</span></td> <td style="width: 123.482%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 38.8179%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">s5h.net RBL</span></td> <td style="width: 43.6102%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">all.s5h.net</span></td> <td style="width: 123.482%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 38.8179%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Spam Eating Monkey SEM-IPV6BL</span></td> <td style="width: 43.6102%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.ipv6.spameatingmonkey.net</span></td> <td style="width: 123.482%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 38.8179%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Spamhaus PBL Policy Block List</span></td> <td style="width: 43.6102%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">pbl.spamhaus.org</span></td> <td style="width: 123.482%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 38.8179%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Spamhaus SBL Spamhaus Block List</span></td> <td style="width: 43.6102%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">sbl.spamhaus.org</span></td> <td style="width: 123.482%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 38.8179%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Spamhaus SBL-XBL Combined Block List</span></td> <td style="width: 43.6102%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">sbl-xbl.spamhaus.org</span></td> <td style="width: 123.482%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 38.8179%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Spamhaus XBL Exploits Block List</span></td> <td style="width: 43.6102%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">xbl.spamhaus.org</span></td> <td style="width: 123.482%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 38.8179%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Spamhaus ZEN Combined Block List</span></td> <td style="width: 43.6102%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">zen.spamhaus.org</span></td> <td style="width: 123.482%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 38.8179%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SPFBL.net RBL</span></td> <td style="width: 43.6102%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.spfbl.net</span></td> <td style="width: 123.482%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 38.8179%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Suomispam Blacklist</span></td> <td style="width: 43.6102%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.suomispam.net</span></td> <td style="width: 123.482%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 38.8179%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Suomispam Graylist</span></td> <td style="width: 43.6102%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">gl.suomispam.net</span></td> <td style="width: 123.482%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 38.8179%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">THREATINT DNSBL</span></td> <td style="width: 43.6102%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.threatint.zone</span></td> <td style="width: 123.482%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 38.8179%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Woody’s SMTP Blacklist IPv6</span></td> <td style="width: 43.6102%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ipv6.blacklist.woody.ch</span></td> <td style="width: 123.482%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> </tbody> </table> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">IPV6_Reputation </span></p> <table style="width: 78.3013%;" width="632"> <tbody> <tr> <td style="width: 47.7636%;" width="336"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">BIT.nl all ascc IPv6 address space list</span></td> <td style="width: 37.6997%;" width="232"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">all.v6.ascc.dnsbl.bit.nl</span></td> <td style="width: 115.655%;" width="64"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Rep_Info</span></td> </tr> <tr> <td style="width: 47.7636%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">BIT.nl all IPv6 address space list</span></td> <td style="width: 37.6997%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ipv6.all.dnsbl.bit.nl</span></td> <td style="width: 115.655%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Rep_Info</span></td> </tr> <tr> <td style="width: 47.7636%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">BIT.nl own IPv4 and IPv6 address space list</span></td> <td style="width: 37.6997%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bitonly.dnsbl.bit.nl</span></td> <td style="width: 115.655%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Rep_Info</span></td> </tr> <tr> <td style="width: 47.7636%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Cymru origin IPv6 asn list</span></td> <td style="width: 37.6997%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">origin6.asn.cymru.com</span></td> <td style="width: 115.655%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Rep_Info</span></td> </tr> <tr> <td style="width: 47.7636%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dan.me.uk (all tor nodes)</span></td> <td style="width: 37.6997%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">tor.dan.me.uk</span></td> <td style="width: 115.655%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Rep_Info</span></td> </tr> <tr> <td style="width: 47.7636%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SPFBL.net abuse list</span></td> <td style="width: 37.6997%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">abuse.spfbl.net</span></td> <td style="width: 115.655%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Rep_Info</span></td> </tr> </tbody> </table> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">IP6_Whitelist</span></p> <table style="width: 78.0075%;" width="632"> <tbody> <tr> <td style="width: 43.4505%;" width="336"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Abusix Mail Intelligence Whitelist</span></td> <td style="width: 38.9776%;" width="232"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">No_Dns_Query</span></td> <td style="width: 116.088%;" width="64"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> <tr> <td style="width: 43.4505%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">choon.net IPv6 DNSWL</span></td> <td style="width: 38.9776%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ipv6.rwl.choon.net</span></td> <td style="width: 116.088%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> <tr> <td style="width: 43.4505%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DNSWL.org IP Whitelist</span></td> <td style="width: 38.9776%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">list.dnswl.org</span></td> <td style="width: 116.088%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> <tr> <td style="width: 43.4505%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">pofon.foobar.hu ISP mail relay whitelist</span></td> <td style="width: 38.9776%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ispmx.pofon.foobar.hu</span></td> <td style="width: 116.088%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> <tr> <td style="width: 43.4505%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Polspam IPv6 Whitelist</span></td> <td style="width: 38.9776%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ip6.white.polspam.pl</span></td> <td style="width: 116.088%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> <tr> <td style="width: 43.4505%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">RedIRIS ListaBlanca ESWL</span></td> <td style="width: 38.9776%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">eswlrev.dnsbl.rediris.es</span></td> <td style="width: 116.088%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> <tr> <td style="width: 43.4505%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">RedIRIS ListaBlanca MTAWL</span></td> <td style="width: 38.9776%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">mtawlrev.dnsbl.rediris.es</span></td> <td style="width: 116.088%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> <tr> <td style="width: 43.4505%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Spamhaus SWL IP Whitelist </span></td> <td style="width: 38.9776%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">swl.spamhaus.org</span></td> <td style="width: 116.088%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> <tr> <td style="width: 43.4505%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SPFBL.net Whitelist</span></td> <td style="width: 38.9776%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnswl.spfbl.net</span></td> <td style="width: 116.088%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> </tbody> </table> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Dom_Black</span></p> <table style="width: 77.2533%;" width="632"> <tbody> <tr> <td style="width: 35.8852%;" width="336"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">0spam URLBL Listings (mirror)</span></td> <td style="width: 46.571%;" width="232"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">0spamurl.fusionzero.com</span></td> <td style="width: 115.949%;" width="64"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">abuse.ro URI RBL</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">uribl.abuse.ro</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Abusix Mail Intelligence Domain Blacklist</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">No_Dns_Query</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">blacklist.netcore.co.in</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">blacklist.netcore.co.in</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Blog Spam Blocklist (spamlookup.net)</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bsb.spamlookup.net</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Brukalai.lt DNSBL black</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">black.dnsbl.brukalai.lt</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Brukalai.lt DNSBL light</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">light.dnsbl.brukalai.lt</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">cantv.net dul</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dul.blackhole.cantv.net</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">cantv.net hog</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">hog.blackhole.cantv.net</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">cantv.net rhsbl</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rhsbl.blackhole.cantv.net</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">cantv.net rot</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rot.blackhole.cantv.net</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">cantv.net spam</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spam.blackhole.cantv.net</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">fmb.la bl</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.fmb.la</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">fmb.la communicado</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">communicado.fmb.la</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">fmb.la nsbl</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">nsbl.fmb.la</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">fmb.la short</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">short.fmb.la</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Hostkarma blacklist</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">black.junkemailfilter.com</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">invaluement DNSBL ivmSED</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">No_Dns_Query</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">invaluement DNSBL ivmURI</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">No_Dns_Query</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">MailCleaner Newsletter URI list</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">nuribl.mailcleaner.net</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">MailCleaner SPAM URI Blacklist</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">uribl.mailcleaner.net</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">NordSpam Domain Blacklist</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dbl.nordspam.com</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">nsZones.com SURBL</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ubl.nszones.com</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">pofon.foobar.hu URI Blacklist</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">uribl.pofon.foobar.hu</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Polspam RHSBL</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rhsbl.rbl.polspam.pl</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Polspam RHSBL-H</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rhsbl-h.rbl.polspam.pl</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rjek.com mailsl DNSBL</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">mailsl.dnsbl.rjek.com</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rjek.com urlsl DNSBL</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">urlsl.dnsbl.rjek.com</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Rspamd URIBL</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">uribl.rspamd.com</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Rymsho’s RHSBL</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rhsbl.rymsho.ru</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SARBL</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">public.sarbl.org</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">scientificspam.net Domain list</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rhsbl.scientificspam.net</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Spam Eating Monkey SEM-FRESH</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">fresh.spameatingmonkey.net</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Spam Eating Monkey SEM-FRESH10</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">fresh10.spameatingmonkey.net</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Spam Eating Monkey SEM-FRESH15</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">fresh15.spameatingmonkey.net</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Spam Eating Monkey SEM-FRESH30</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">fresh30.spameatingmonkey.net</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Spam Eating Monkey SEM-FRESHZERO</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">freshzero.spameatingmonkey.net</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Spam Eating Monkey SEM-URI</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">uribl.spameatingmonkey.net</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Spam Eating Monkey SEM-URIRED</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">urired.spameatingmonkey.net</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Spamhaus DBL Domain Block List</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dbl.spamhaus.org</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SPFBL.net RBL</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.spfbl.net</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Suomispam Domain Blacklist</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dbl.suomispam.net</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SURBL multi (Combined SURBL list)</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">multi.surbl.org</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Swinog URIBL</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">uribl.swinog.ch</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">The Day Old Bread List (aka DOB)</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dob.sibl.support-intelligence.net</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Tiopan Consulting Domain Blacklist</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dbl.tiopan.com</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">URIBL black</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">black.uribl.com</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">URIBL grey</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">grey.uribl.com</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">URIBL multi</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">multi.uribl.com</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">URIBL red</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">red.uribl.com</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Woody’s SMTP Blacklist URIBL</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">uri.blacklist.woody.ch</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ZapBL RHSBL</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rhsbl.zapbl.net</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> <tr> <td style="width: 35.8852%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ZenRBL Domain Blocklist</span></td> <td style="width: 46.571%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">d.bl.zenrbl.pl</span></td> <td style="width: 115.949%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Black_list</span></td> </tr> </tbody> </table> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Dom_Reputation </span></p> <table style="width: 76.6314%; height: 48px;" width="632"> <tbody> <tr style="height: 24px;"> <td style="height: 24px; width: 48.7097%;" width="336"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Abuse.net</span></td> <td style="height: 24px; width: 36.6129%;" width="232"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">contacts.abuse.net</span></td> <td style="height: 24px; width: 111.452%;" width="64"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Rep_Info</span></td> </tr> <tr style="height: 24px;"> <td style="height: 24px; width: 48.7097%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SPFBL.net abuse list</span></td> <td style="height: 24px; width: 36.6129%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">abuse.spfbl.net</span></td> <td style="height: 24px; width: 111.452%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Rep_Info</span></td> </tr> </tbody> </table> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Dom_Whitelist</span></p> <table style="width: 76.3822%; height: 194px;" width="632"> <tbody> <tr style="height: 49px;"> <td style="height: 49px; width: 44.6774%;" width="336"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Abusix Mail Intelligence Whitelist</span></td> <td style="height: 49px; width: 37.5806%;" width="232"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">No_Dns_Query</span></td> <td style="height: 49px; width: 113.871%;" width="64"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> <tr style="height: 24px;"> <td style="height: 24px; width: 44.6774%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Brukalai.lt DNSBL white</span></td> <td style="height: 24px; width: 37.5806%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">white.dnsbl.brukalai.lt</span></td> <td style="height: 24px; width: 113.871%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> <tr style="height: 24px;"> <td style="height: 24px; width: 44.6774%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DNSWL.org Domain Whitelist</span></td> <td style="height: 24px; width: 37.5806%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dwl.dnswl.org</span></td> <td style="height: 24px; width: 113.871%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> <tr style="height: 49px;"> <td style="height: 49px; width: 44.6774%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Spamhaus DWL Domain Whitelist </span></td> <td style="height: 49px; width: 37.5806%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">_vouch.dwl.spamhaus.org</span></td> <td style="height: 49px; width: 113.871%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> <tr style="height: 24px;"> <td style="height: 24px; width: 44.6774%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SPFBL.net Whitelist</span></td> <td style="height: 24px; width: 37.5806%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnswl.spfbl.net</span></td> <td style="height: 24px; width: 113.871%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> <tr style="height: 24px;"> <td style="height: 24px; width: 44.6774%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">URIBL white</span></td> <td style="height: 24px; width: 37.5806%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">white.uribl.com</span></td> <td style="height: 24px; width: 113.871%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">White_list</span></td> </tr> </tbody> </table> <p> </p> <p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></p> <table style="width: 75.0823%;" width="858"> <tbody> <tr> <td style="width: 33.49%;" width="383"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">0spam KillList</span></td> <td style="width: 49.0012%;" width="376"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">0spam-killlist.fusionzero.com</span></td> <td style="width: 59.1069%;" width="99"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">0spam URLBL Listings</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">url.0spam.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">3y.spam.mrs.kithrup.com</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">3y.spam.mrs.kithrup.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">510 Software Group Blackholes</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">blackholes.five-ten-sg.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">abuse.ch combined zone</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">combined.abuse.ch</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">abuse.ch dnsbl</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.abuse.ch</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">abuse.ch FastFlux Tracker</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">drone.abuse.ch</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">abuse.ch spam blacklist</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spam.abuse.ch</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">abuse.ch Web abuse Tracker</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">httpbl.abuse.ch</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">abuse.ch ZeuS Tracker Domain</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">uribl.zeustracker.abuse.ch</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">abuse.ch ZeuS Tracker IP</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ipbl.zeustracker.abuse.ch</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">AHBL (@dnsbl.net.au)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ahbl.dnsbl.net.au</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">AHBL DNSbl</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.ahbl.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">AHBL exemptions</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">exemptions.ahbl.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">AHBL IPAL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ipal.ahbl.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">AHBL IRCbl</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ircbl.ahbl.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">AHBL RHSbl</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rhsbl.ahbl.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">AHBL TORbl</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">tor.ahbl.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">All Geek DNSBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.allgeek.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">all.spamblock.unit.liu.se</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">all.spamblock.unit.liu.se</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">AnonWhois.org</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">list.anonwhois.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">AntiCaptcha.NET IPv4</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.anticaptcha.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">AntiCaptcha.NET IPv6</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl6.anticaptcha.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Antispam.or.id</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.antispam.or.id</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Antispam.or.id (@dnsbl.net.au)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">orid.dnsbl.net.au</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Antispam.or.id RHS (@dnsbl.net.au)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">orrh.dnsbl.net.au</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ANTISPAM-UFRJ duinv</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">duinv.aupads.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">APEWS Level 1</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">l1.apews.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">APEWS Level 1 (@SORBS)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">l1.apews.rhsbl.sorbs.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">APEWS Level 1 (@TQMCube)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">l1-apews.tqmcube.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">APEWS Level 1 (@UCEPROTECT)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">l1.apews.rhsbl.uceprotect.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">APEWS Level 2</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">l2.apews.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">APEWS Level 2 (@SORBS)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">l2.apews.dnsbl.sorbs.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">APEWS Level 2 (@TQMCube)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">l2-apews.tqmcube.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">APEWS Level 2 (@UCEPROTECT)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">l2.apews.dnsbl.uceprotect.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">arix.com Dictionary Spammers (fresh)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">fresh.dict.rbl.arix.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">arix.com Dictionary Spammers (stale)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">stale.dict.rbl.arix.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">arix.com Slippers (fresh)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">fresh.sa_slip.rbl.arix.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">arix.com Slippers (stale)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">stale.sa_slip.arix.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ARSPAM Argentinian Spammers DNSBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">arspam.buanzo.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ASPEWS Listings</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">aspews.ext.sorbs.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ASPEWS Listings (old zone)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">aspews.dnsbl.sorbs.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ASPnet DNSBL/URIBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.aspnet.hu</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">assholes.madscience.nl</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">assholes.madscience.nl</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ATLBL ABL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">access.atlbl.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ATLBL HBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">hbl.atlbl.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ATLBL RBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.atlbl.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">BBFH Level 1 (@SORBS)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">l1.bbfh.ext.sorbs.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">BBFH Level 2 (@SORBS)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">l2.bbfh.ext.sorbs.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">BBFH Level 3 (@SORBS)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">l3.bbfh.ext.sorbs.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">BBFH Level 4 (@SORBS)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">l4.bbfh.ext.sorbs.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">BBM</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bbm.2ch.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">BBQ</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">niku.2ch.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">BBX</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bbx.2ch.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">be.whitelist.skopos.be</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">be.whitelist.skopos.be</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.borderworlds.dk</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.borderworlds.dk</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.redhatgate.com</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.redhatgate.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.reynolds.net.au</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.reynolds.net.au</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.reynolds.net.au (endn)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">endn.bl.reynolds.net.au</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.reynolds.net.au (pdl)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">pdl.bl.reynolds.net.au</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.reynolds.net.au (rdts)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rdts.bl.reynolds.net.au</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.reynolds.net.au (wdl)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">wdl.bl.reynolds.net.au</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">BL.Spam.DeadBeef.Com</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.deadbeef.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.spamthwart.com</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.spamthwart.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.spam-trap.net</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.spam-trap.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.starloop.com</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.starloop.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.student.pw.edu.pl</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.student.pw.edu.pl</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.tolkien.dk</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.tolkien.dk</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">blackholes.2mbit.com</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">blackholes.2mbit.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">blackholes.brainerd.net</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">blackholes.brainerd.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">blackholes.tepucom.nl</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">blackholes.tepucom.nl</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Blackholes.us countries</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">countries.blackholes.us</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">blacklist.fpsn.net</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">blacklist.fpsn.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">blacklist.informationwave.net</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">blacklist.informationwave.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">BlarsBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">block.blars.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">blbl.org IP RBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.blbl.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">blbl.org URI RBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">uri-bl.blbl.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Blitzed Open Proxy Monitor (OPM)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">opm.blitzed.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Blitzed Open Proxy Monitor (OPM-http)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">http.opm.blitzed.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Blitzed Open Proxy Monitor (OPM-socks)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">socks.opm.blitzed.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Blitzed Open Proxy Monitor (OPM-wingate)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">wingate.opm.blitzed.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">block.me.uk</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">block.me.uk</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">blocked.asgardnet.org</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">blocked.asgardnet.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Blog Spam Blacklist</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">list.blogspambl.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Blog Spam Blocklist (empty.us)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bsb.empty.us</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">BlueShore Network Block List</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.blueshore.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Bulgarian SPAM prevention system</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.isoc.bg</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Bulgarian SPAM prevention system whitelist</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnswl.isoc.bg</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Burnt-Tech DNSBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.burnt-tech.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">C&CZ’s own black list (old)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">blacklist.sci.ru.nl</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">C&CZ’s own white list (old)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">whitelist.sci.ru.nl</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Cart00ney.org DNSBL/RHSBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">cart00ney.surriel.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">CASA CBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">cbl.anti-spam.org.cn</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">CASA CBL-</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">cblless.anti-spam.org.cn</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">CASA CBL+</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">cblplus.anti-spam.org.cn</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">CASA CDL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">cdl.anti-spam.org.cn</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">CASA CML</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">cml.anti-spam.org.cn</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">catchspam.com</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">catchspam.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">cbn.net.id DNSBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.cbn.net.id</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">cbn.net.id RBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.cbn.net.id</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">chickenboner.biz</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">fl.chickenboner.biz</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">cluecentral.net Satos</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">satos.rbl.cluecentral.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">completewhois Bogons “legacy” ARIN Class-B blocks</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">arin-legacy-classb.bogons.dnsiplists.completewhois.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">completewhois Bogons “legacy” ARIN Class-C blocks</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">arin-legacy-classc.bogons.dnsiplists.completewhois.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">completewhois Bogons APNIC main ip blocks</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">apnic-main.bogons.dnsiplists.completewhois.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">completewhois Bogons IANA unallocated Class-A blocks</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">iana-classa.bogons.dnsiplists.completewhois.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">completewhois Bogons LACNIC ip blocks</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">lacnic-main.bogons.dnsiplists.completewhois.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">completewhois Bogons newer (used after 1995) ARIN blocks</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">arin-main.bogons.dnsiplists.completewhois.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">completewhois Bogons RIPE NCC main ip blocks</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ripe-main.bogons.dnsiplists.completewhois.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">completewhois combined HIB</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">combined-HIB.dnsiplists.completewhois.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">completewhois Country Rirdata</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">country-rirdata.dnsiplists.completewhois.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">completewhois entire Bogons dataset</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bogons.dnsiplists.completewhois.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">completewhois Hijacked IP blocks</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">hijacked.dnsiplists.completewhois.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">completewhois Invalid IP Whois blocks</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">invalidipwhois.dnsiplists.completewhois.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">compu.net blackhole</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">blackhole.compu.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">compu.net pacbelldsl</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">pacbelldsl.compu.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">compu.net pm0-no-more</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">pm0-no-more.compu.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">countries.nerd.dk DNSBL (zz)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">zz.countries.nerd.dk</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">D. D. N. S. B. L. (old domain)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ddnsbl.internetdefensesystems.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dev.null.dk</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dev.null.dk</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dews.qmail.org</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dews.qmail.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DNS-bl ex zone</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ex.dnsbl.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DNS-bl in zone</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">in.dnsbl.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.abyan.es</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.abyan.es</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.clue-by-4.org</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.clue-by-4.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.cmbix.com</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.cmbix.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.delink.net</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.delink.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.ioerror.us</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.ioerror.us</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.ipocalypse.net</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.ipocalypse.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.mags.net</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.mags.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.net.au (ahrh)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ahrh.dnsbl.net.au</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.net.au (endl)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">endl.dnsbl.net.au</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.net.au (endn)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">endn.dnsbl.net.au</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.net.au (enpb)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">enpb.dnsbl.net.au</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.net.au (jwrh)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">jwrh.dnsbl.net.au</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.net.au (ohps)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ohps.dnsbl.net.au</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.net.au (omrs)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">omrs.dnsbl.net.au</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.net.au (osps)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">osps.dnsbl.net.au</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.net.au (osrs)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">osrs.dnsbl.net.au</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.net.au (owfs)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">owfs.dnsbl.net.au</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.net.au (owps)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">owps.dnsbl.net.au</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.net.au (probes)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">probes.dnsbl.net.au</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.net.au (rddn)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rddn.dnsbl.net.au</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.net.au (rdts)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rdts.dnsbl.net.au</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.net.au (ricn)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ricn.dnsbl.net.au</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.net.au (rmst)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rmst.dnsbl.net.au</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.net.au (t1)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">t1.dnsbl.net.au</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.net.au (t2)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">t2.dnsbl.net.au</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.net.au (t3)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">t3.dnsbl.net.au</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.net.au (t3direct)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">t3direct.dnsbl.net.au</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.othello.ch</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.othello.ch</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.pagedirect.net</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.pagedirect.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.regedit64.net</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.regedit64.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.technoirc.org</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.technoirc.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DNSRBL – DNS Real-time Blackhole List</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsrbl.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DNSRBL.net dun</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dun.dnsrbl.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DNSRBL.net spam</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spam.dnsrbl.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dorkslayers orbs</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">orbs.dorkslayers.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dorkslayers relays</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">relays.dorkslayers.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dorkslayers ztl</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ztl.dorkslayers.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DRBL be.net.ru (devnull node)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">devnull.drbl.be.net.ru</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DRBL be.net.ru (proxy node)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">proxy.drbl.be.net.ru</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DRBL be.net.ru (vote node)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">vote.drbl.be.net.ru</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DRBL croco.net (vote node)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">vote.drbl.croco.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DRBL croco.net (work node)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">work.drbl.croco.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DRBL dataforce.net (vote node)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">vote.drbl.dataforce.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DRBL dataforce.net (work node)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">work.drbl.dataforce.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DRBL drand.net (spamflood vote node)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spamflood.drbl.drand.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DRBL drand.net (spamprobe vote node)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spamprobe.drbl.drand.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DRBL drand.net (spamtrap vote node)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spamtrap.drbl.drand.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DRBL drand.net (vote node)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">vote.drbl.drand.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DRBL drand.net (work node)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">work.drbl.drand.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DRBL drbl.ks.cz (autowork node)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">autowork.drbl.ks.cz</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DRBL drbl.ks.cz (czdynamic node)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">czdynamic.drbl.ks.cz</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DRBL drbl.ks.cz (vote1 node)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">vote1.drbl.ks.cz</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DRBL drbl.ks.cz (work node)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">work.drbl.ks.cz</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DRBL dsbl.ru (vote node)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">vote.drbldf.dsbl.ru</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DRBL dsbl.ru (work node)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">work.drbldf.dsbl.ru</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DRBL host.kz (vote node)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">vote.drbl.host.kz</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DRBL host.kz (work node)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">work.drbl.host.kz</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DRBL ntvinet.net (vote node)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">vote.rbl.ntvinet.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DRBL ntvinet.net (work node)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.ntvinet.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DRBL sandy.ru (dialup vote node)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dialup.drbl.sandy.ru</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DRBL sandy.ru (vote node)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">vote.drbl.sandy.ru</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DRBL sandy.ru (work node)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">work.drbl.sandy.ru</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dronebl.noderebellion.net</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dronebl.noderebellion.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DSBL.org ? list (@dnsbl.net.au)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dsbl.dnsbl.net.au</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DSBL.org multihop smtp relays</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">multihop.dsbl.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DSBL.org trusted list</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">list.dsbl.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">DSBL.org unconfirmed list</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">unconfirmed.dsbl.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dul.pacifier.net</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dul.pacifier.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">EasyNet blackholes</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">blackholes.easynet.nl</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">EasyNet dynablock</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dynablock.easynet.nl</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">EasyNet proxies blackholes</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">proxies.blackholes.easynet.nl</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">EasyNet spamdomains blackholes</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spamdomains.blackholes.easynet.nl</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">EFnet #help RBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.efnethelp.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">emailbasura.org</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.emailbasura.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ePaxsys dyn DNSBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dyn.dnsbl.epaxsys.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ePaxsys dyn2 DNSBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dyn2.dnsbl.epaxsys.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Exsilia proxies</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">proxies.exsilia.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Exsilia spam</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spam.exsilia.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">EZNetTools RBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.eznettools.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Financial Services Whitelist</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnswl.leisi.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">flowgoaway.com</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">flowgoaway.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Gweep Systems msgid</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">msgid.bl.gweep.ca</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Gweep Systems proxy</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">proxy.bl.gweep.ca</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Gweep Systems random</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">random.bl.gweep.ca</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Gweep Systems relays</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">relays.bl.gweep.ca</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">hilli.dk local blocklist</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">blocked.hilli.dk</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">IIP Blacklist</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">lookup.dnsbl.iip.lu</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">imrss.org DSSL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dssl.imrss.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">imrss.org MR-OUT</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">mr-out.imrss.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">inflow.noflow.org</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">inflow.noflow.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">inps.de-DNSBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.inps.de</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">inps.de-DNSWL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnswl.inps.de</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Intercept DNS Blacklist</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">intercept.datapacket.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Intersil Blackholes</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">blackholes.intersil.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">IPQuery.org any</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">any.dnsl.ipquery.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">IPQuery.org backscat</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">backscat.dnsl.ipquery.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">IPQuery.org netblock</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">netblock.dnsl.ipquery.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">IPQuery.org relay</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">relay.dnsl.ipquery.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">IPQuery.org single</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">single.dnsl.ipquery.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">IPv6 Mailserver Whitelist</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.ipv6wl.eu</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">IPv6-World.net rbl</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.ipv6-world.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ISIPP Accreditation Database (IDDB)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">iddb.isipp.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">JAMMConsulting.com dnsbl</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.jammconsulting.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">JIPPG’s RBL Project (dialup Listings)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dialup.blacklist.jippg.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">JIPPG’s RBL Project (jp dialup Listings)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">jp.dialup.blacklist.jippg.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">JIPPG’s RBL Project (non-jp dialup Listings)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">non-jp.dialup.blacklist.jippg.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Karmasphere DNSBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">karmasphere.email-sender.dnsbl.karmasphere.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Karmasphere DNSWL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">karmasphere.email-sender.dnswl.karmasphere.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Kewlio.net TOR node checker</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">is-tor.kewlio.net.uk</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Kropka all</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">all.rbl.kropka.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Kropka backscatter</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">backscatter.rbl.kropka.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Kropka dialup</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dialup.rbl.kropka.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Kropka form</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">form.rbl.kropka.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Kropka ip</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ip.rbl.kropka.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Kropka lame-av</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">lame-av.rbl.kropka.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Kropka op</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">op.rbl.kropka.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Kropka or</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">or.rbl.kropka.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">lbl.lagengymnastik.dk</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">lbl.lagengymnastik.dk</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">lbl.lagengymnastik.dk (bogon)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bogon.lbl.lagengymnastik.dk</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">lbl.lagengymnastik.dk (policy)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">policy.lbl.lagengymnastik.dk</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">lbl.lagengymnastik.dk (spam)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spam.lbl.lagengymnastik.dk</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">LUCKYSEVEN (fake blacklist)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">luckyseven.dnsbl.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">lugh.ch DNSBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.lugh.ch</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">LumberCartel.org cbs (clueless bounce senders)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">cbs.lumbercartel.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">LumberCartel.org jms (junk mail senders)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">jms.lumbercartel.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">LumberCartel.org whitelist</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">whitelist.lumbercartel.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Madavi:BL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.madavi.de</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">mail.people.it</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">mail.people.it</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">mailabusedatabase RBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">mailabusedatabase.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">mailabusedatabase RWL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">generic.rwl.mailabusedatabase.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">MailBlacklist.com EmailBlacklist</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">service.mailblacklist.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">MailBlacklist.com EmailWhitelist</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">service.mailwhitelist.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">maildeflector.net</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">maildeflector.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Mailer.mobi</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.mailer.mobi</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Mailhosts.org IPBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ipbl.mailhosts.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Mailhosts.org IPWL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ipwl.mailhosts.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Mailhosts.org RHSBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rhsbl.mailhosts.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Mailhosts.org RHSWL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rhswl.mailhosts.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Mailhosts.org SHORTLIST</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">shortlist.mailhosts.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Mailhosts.org XPEWS</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">xpews.mailhosts.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">MailPolice adult</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">adult.rhs.mailpolice.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">MailPolice adv</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">adv.rhs.mailpolice.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">MailPolice block</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">block.rhs.mailpolice.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">MailPolice bulk</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bulk.rhs.mailpolice.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">MailPolice dynamic</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dynamic.rhs.mailpolice.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">MailPolice fraud</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">fraud.rhs.mailpolice.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">MailPolice porn</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">porn.rhs.mailpolice.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">MailPolice redir</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">redir.rhs.mailpolice.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">MailPolice webmail</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">webmail.rhs.mailpolice.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Mailprove</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">c10.rbl.hk</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">MAPS DUL (@vix.com)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dul.maps.vix.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">MAPS DUL (Dynamic User List)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dialups.mail-abuse.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">MAPS NML</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">nml.mail-abuse.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">MAPS NML (Non-confirmed Mail List)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">nonconfirm.mail-abuse.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">MAPS OPS</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">proxies.mail-abuse.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">MAPS RBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.mail-abuse.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">MAPS RBL (@vix.com)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.maps.vix.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">MAPS RBL (Realtime Blackhole List)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">blackholes.mail-abuse.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">MAPS RBL+</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl-plus.mail-abuse.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">MAPS RSS (Relay Spam Stopper)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">relays.mail-abuse.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">McFadden Associates E-mail Blacklist (long timeframe)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">sbl.csma.biz</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">McFadden Associates E-mail Blacklist (short timeframe)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.csma.biz</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">MegaRBL.net</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.megarbl.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">MessageLabs VBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">vbl.messagelabs.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Monkeys bandwidth-pigs</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bandwidth-pigs.monkeys.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Monkeys client-domain</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">client-domain.sjesl.monkeys.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Monkeys formmail relays</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">formmail.relays.monkeys.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Monkeys helo-domain</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">helo-domain.sjesl.monkeys.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Monkeys proxies relays</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">proxies.relays.monkeys.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Monkeys sender-address</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">sender-address.sjesl.monkeys.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Monkeys sender-domain</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">sender-domain.sjesl.monkeys.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Monkeys sender-domain-validate</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">sender-domain-validate.sjesl.monkeys.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">MW-Internet RBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.mw-internet.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">NetOp IP geolocation</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">country.netop.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">NJABL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.njabl.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">NJABL bhnc (bad host, no cookie)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bhnc.njabl.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">NJABL combined</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">combined.njabl.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">NJABL DNSBL of dynamic ip spaces</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dynablock.njabl.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">no-more-funn</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">no-more-funn.moensted.dk</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">nospam.ant.pl</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">nospam.ant.pl</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">NThelp okrelays</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">okrelays.nthelp.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">NThelp relays</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">relays.nthelp.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">nzl.net isp whitelist</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">isp.dns.nzl.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">olsentech.net DNSBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spam.olsentech.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Open Resolver Check</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.openresolvers.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Open Whois</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.open-whois.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">OpenLists</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">openlists.orbs.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ORBITrbl</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.orbitrbl.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ORBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">or.orbl.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ORBS delayed-outputs</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">delayed-outputs.orbs.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ORBS inputs</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">inputs.orbs.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ORBS manual</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">manual.orbs.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ORBS outputs</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">outputs.orbs.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ORBS relays</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">relays.orbs.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ORBS spamsource-netblocks</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spamsource-netblocks.orbs.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ORBS spamsources</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spamsources.orbs.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ORBS untestable-netblocks</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">untestable-netblocks.orbs.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ORBZ inputs</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">orbz.gst-group.co.uk</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ORBZ manual</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">manual.orbz.gst-group.co.uk</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">orbz.org inputs</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">inputs.orbz.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">orbz.org outputs</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">outputs.orbz.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Orca DUL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dul.orca.bc.ca</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ORDB.org</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">relays.ordb.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">OsiruSoft blocktest.relays</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">blocktest.relays.osirusoft.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">OsiruSoft dialups.relays</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dialups.relays.osirusoft.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">OsiruSoft inputs.relays</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">inputs.relays.osirusoft.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">OsiruSoft openlist.relays</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">openlist.relays.osirusoft.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">OsiruSoft outputs.relays</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">outputs.relays.osirusoft.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">OsiruSoft proxy.relays</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">proxy.relays.osirusoft.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">OsiruSoft relays</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">relays.osirusoft.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">OsiruSoft socks.relays</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">socks.relays.osirusoft.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">OsiruSoft spamsites.relays</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spamsites.relays.osirusoft.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">OsiruSoft spamsources.relays</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spamsources.relays.osirusoft.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Pan-Am Dynamic List</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">pdl.pan-am.ca</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Pan-Am Dynamic List (@bofh.it)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">pdl.bofh.it</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Pan-Am Dynamic List (@dnsbl.net.au)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">pdl.dnsbl.net.au</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Pan-Am Dynamic List (@visi.com)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dialups.visi.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Pedantic.org netblock</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">netblock.pedantic.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">PHPrbl</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.init1.nl</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Polar Communications Admin RBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.polarcomm.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ppbl.beat.st</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ppbl.beat.st</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Protected Sky RBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bad.psky.me</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">proxyBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.proxybl.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">pss.spambusters.org.ar</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">pss.spambusters.org.ar</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">query.trustic.com</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">query.trustic.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Quorum.to</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">list.quorum.to</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Radparker Relay Spam Stopper</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">relays.radparker.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">RangersBL combined</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.rangers.eu.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">RangersBL generic IP range</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dynamic.dnsbl.rangers.eu.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">RangersBL misconfigured filters</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">lame.dnsbl.rangers.eu.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">RangersBL spam source</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spam.dnsbl.rangers.eu.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">RangersBL spam supporting ISP</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spamsupport.dnsbl.rangers.eu.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">RangersBL virus/worm source</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">worm.dnsbl.rangers.eu.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.apluslock.com</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.apluslock.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.bulkfeeds.jp</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.bulkfeeds.jp</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.echelon.pl</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.echelon.pl</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.faynticrbl.org</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.faynticrbl.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.firstbase.com</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.firstbase.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.fnidder.dk</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.fnidder.dk</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">RBL.JP all</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">all.rbl.jp</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">RBL.JP dyndns domains</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dyndns.rbl.jp</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">RBL.JP short</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">short.rbl.jp</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">RBL.JP url</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">url.rbl.jp</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">RBL.JP virus</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">virus.rbl.jp</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.ma.krakow.pl</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.ma.krakow.pl</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.openrbl.org</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.openrbl.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.pil.dk</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.pil.dk</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.rope.net</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.rope.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.sns.ro (hardcore)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">hardcore.rbl.sns.ro</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.sns.ro (softcore)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">softcore.rbl.sns.ro</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.spam.org.tr</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.spam.org.tr</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.stonehenge.com</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.stonehenge.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.talkactive.net</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.talkactive.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rblmap.tu-berlin.de</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rblmap.tu-berlin.de</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl-plus.hea.net</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl-plus.hea.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Reactive Autonomous Blackhole List</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rabl.nuclearelephant.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">realtimeBLACKLIST.COM</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.realtimeblacklist.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">relays.visi.com</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">relays.visi.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">relaywatcher.n13mbl.com</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">relaywatcher.n13mbl.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">RFC-Clueless (RFC²) abuse RBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">abuse.rfc-clueless.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">RFC-Clueless (RFC²) BogusMX RBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bogusmx.rfc-clueless.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">RFC-Clueless (RFC²) DSN RBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dsn.rfc-clueless.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">RFC-Clueless (RFC²) Elitist RBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">elitist.rfc-clueless.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">RFC-Clueless (RFC²) Metalist RBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">fulldom.rfc-clueless.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">RFC-Clueless (RFC²) postmaster RBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">postmaster.rfc-clueless.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">RFC-Clueless (RFC²) whois RBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">whois.rfc-clueless.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rfc-ignorant.org abuse</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">abuse.rfc-ignorant.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rfc-ignorant.org bogusmx</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bogusmx.rfc-ignorant.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rfc-ignorant.org DSN (<>)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dsn.rfc-ignorant.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rfc-ignorant.org ipwhois</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ipwhois.rfc-ignorant.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rfc-ignorant.org postmaster</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">postmaster.rfc-ignorant.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rfc-ignorant.org whois</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">whois.rfc-ignorant.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Rizon RBL/DNSBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.rizon.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Rominet china</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">china.rominet.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Rominet hong-kong</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">hong-kong.rominet.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Rominet korea</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">korea.rominet.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Rominet taiwan</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">taiwan.rominet.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rothen.com DynIp</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dynip.rothen.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">RURBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">db.rurbl.ru</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Russian Dial-up User List</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dul.ru</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">s5h.net IPv6 RBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ipv6.all.s5h.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">sandes.dk blackholes</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">blackholes.sandes.dk</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">sandes.dk relays</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">relays.sandes.dk</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SBBL (they.com)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">sbbl.they.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SBG-RBL.ORG (dyn)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dyn.sbg-rbl.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SBG-RBL.ORG (dyn2)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dyn2.sbg-rbl.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SBG-RBL.ORG (sbg)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">sbg.sbg-rbl.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">sbl.2stepback.dk</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">sbl.2stepback.dk</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Scrollout iRBL (all categories)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">(hidden)</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Scrollout iRBL (all countries)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.scrollout.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">sectoor TOR blacklist</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">tor.dnsbl.sectoor.de</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">sectoor TOR blacklist (exit nodes)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">exitnodes.tor.dnsbl.sectoor.de</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">securityplanet.nl blacklist</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">black.dnsbl.securityplanet.nl</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">securityplanet.nl whitelist</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">white.dnsbl.securityplanet.nl</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SecuritySage RHSBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">blackhole.securitysage.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">selwerd XBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">xbl.selwerd.cx</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SenderDB IP4R database</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">pub.senderdb.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SHLINK bl</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.shlink.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SHLINK dmm</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dmm.shlink.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SHLINK dyn</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dyn.shlink.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SHLINK rhsbl</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rhsbl.shlink.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SHLINK rhswl</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rhswl.shlink.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SHLINK wl</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">wl.shlink.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Shub-Inter.Net RelayIPs</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">relayips.rbl.shub-inter.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Shub-Inter.Net SpamIPs</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spamips.rbl.shub-inter.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">snark.net</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.snark.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">sober.bl.spamtraps.org</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">sober.bl.spamtraps.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Solid.net Country DNSBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">country.dnsbl.solid.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Solid.net DNSBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.solid.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Solid.net Pool DNSBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">pool.dnsbl.solid.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SORBS ? zone (@dnsbl.net.au)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">sorbs.dnsbl.net.au</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SORBS Aggregate zone</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.sorbs.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SORBS Aggregate zone (problems)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">problems.dnsbl.sorbs.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SORBS Aggregate zone (proxies)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">proxies.dnsbl.sorbs.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SORBS Aggregate zone (relays)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">relays.dnsbl.sorbs.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SORBS Aggregate zone (safe)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">safe.dnsbl.sorbs.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SORBS Domain names indicating no email sender</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">nomail.rhsbl.sorbs.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SORBS Domain names pointing to bad addresses</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">badconf.rhsbl.sorbs.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SORBS Dynamic IP Addresses</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dul.dnsbl.sorbs.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SORBS Dynamic IP Addresses (old)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dynablock.sorbs.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SORBS hijacked networks</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">zombie.dnsbl.sorbs.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SORBS Hosts demanding never be tested by SORBS</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">block.dnsbl.sorbs.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SORBS netblocks of spam supporting service providers</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">escalations.dnsbl.sorbs.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SORBS Open HTTP Proxies</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">http.dnsbl.sorbs.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SORBS Open other Proxies</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">misc.dnsbl.sorbs.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SORBS Open SMTP relays</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">smtp.dnsbl.sorbs.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SORBS Open SOCKS Proxies</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">socks.dnsbl.sorbs.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SORBS RHS Aggregate zone</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rhsbl.sorbs.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SORBS Spamhost (any time)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spam.dnsbl.sorbs.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SORBS Spamhost (last 28 days)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">recent.spam.dnsbl.sorbs.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SORBS Spamhost (last 48 hours)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">new.spam.dnsbl.sorbs.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SORBS Spamhost (last year)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">old.spam.dnsbl.sorbs.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SORBS Vulnerable formmailers</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">web.dnsbl.sorbs.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">souphost.com country RBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">country.dnsbl.souphost.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Spam Eating Monkey SEM-BADNETS</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">badnets.spameatingmonkey.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Spam Grouper IP only list</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">singlebl.spamgrouper.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Spam Grouper Net block list (old)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">netblockbl.spamgrouper.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spam.shri.net</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spam.shri.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spam.sux.com impersonator.lists</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">impersonator.lists.spam.sux.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spam.sux.com lists</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">lists.spam.sux.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spam.wonk.org</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spam.wonk.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spam.wytnij.to</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spam.wytnij.to</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Spamanalysis.org GeoBL (deny all)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">geobl.spamanalysis.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SpamBag Private list</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">blacklist.spambag.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spamblocked asiaspam</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">asiaspam.spamblocked.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spamblocked eurospam</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">eurospam.spamblocked.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spamblocked isps</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">isps.spamblocked.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spamblocked lacnic</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">lacnic.spamblocked.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spamblocked spamsources</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spamsources.spamblocked.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spamblocked whitelist</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">whitelist.spamblocked.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SpamCannibal</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.spamcannibal.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SpamChampuru DNSBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.spam-champuru.livedoor.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Spamhaus SBL (@OsiruSoft relays)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spamhaus.relays.osirusoft.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SpamLab FEB</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">feb.spamlab.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SpamLab RBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.spamlab.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Spam-RBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">map.spam-rbl.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spamsites.org (@dnsbl.net.au)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spamsites.dnsbl.net.au</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spamsources.dnsbl.info</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spamsources.dnsbl.info</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spamsources.yamta.org</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spamsources.yamta.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SpamStinks.com DNSBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.spamstinks.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spbl.bl.winbots.org</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spbl.bl.winbots.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SPEWS Level ? (@dnsbl.net.au)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spews.dnsbl.net.au</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SPEWS Level ? (@TransIP)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spews.block.transip.nl</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SPEWS Level 1</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">l1.spews.dnsbl.sorbs.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SPEWS Level 1 (@OsiruSoft relays)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spews.relays.osirusoft.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SPEWS Level 2</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">l2.spews.dnsbl.sorbs.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spider.realtimespiderlist.com</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spider.realtimespiderlist.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">squawk.com local blocklist</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">blocklist.squawk.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">squawk.com local blocklist2</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">blocklist2.squawk.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">StopSpam.org badhost</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">badhost.stopspam.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">StopSpam.org block</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">block.stopspam.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">StopSpam.org dnsbl</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.stopspam.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">summersault.com Blacklist</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.summersault.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">summersault.com Whitelist</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">wl.summersault.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SURBL ab (AbuseButler web sites)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ab.surbl.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SURBL jp (jwSpamSpy + Prolocation sites)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">jp.surbl.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SURBL multi (@dnsbl.net.au)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">surbl.dnsbl.net.au</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SURBL ob (Outblaze URI blacklist)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ob.surbl.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SURBL ph (Phishing and malware sites)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ph.surbl.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SURBL sc (SpamCop web sites)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">sc.surbl.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SURBL ws (sa-blacklist web sites)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ws.surbl.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SURBL xs (snowshoe and pill domains)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">xs.surbl.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">SwiftBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.swiftbl.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Technovision Spamsource List</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.technovision.dk</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">TechTheft DNSBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bl.techtheft.info</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">TechTheft DNSBL bogon</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bogon.bl.techtheft.info</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">TechTheft DNSBL conferr</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">conferr.bl.techtheft.info</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">TechTheft DNSBL domain</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">domain.bl.techtheft.info</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">TechTheft DNSBL expanded</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">expanded.bl.techtheft.info</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">TechTheft DNSBL isp</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">isp.bl.techtheft.info</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">TechTheft DNSBL nana</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">nana.bl.techtheft.info</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">TechTheft DNSBL other</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">other.bl.techtheft.info</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">TechTheft DNSBL robot</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">robot.bl.techtheft.info</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">TechTheft DNSBL scanning</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">scanning.bl.techtheft.info</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">TechTheft DNSBL source</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">source.bl.techtheft.info</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">TechTheft DNSBL support</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">support.bl.techtheft.info</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">TechTheft DNSBL virus</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">virus.bl.techtheft.info</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">TechTheft DNSBL watchlist</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">watchlist.bl.techtheft.info</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">TechTheft DNSBL web</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">web.bl.techtheft.info</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">TechTheft DNSBL whitelist</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">whitelist.bl.techtheft.info</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">TechTheft DNSBL whitelist (old zone)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">whitelist.techtheft.info</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">TechTheft DNSBL whois (bad)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">bad.whois.bl.techtheft.info</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">TechTheft DNSBL whois (combined)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">whois.bl.techtheft.info</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">TechTheft DNSBL whois (good)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">good.whois.bl.techtheft.info</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">test.blocklist.org</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">test.blocklist.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">the-carrot-and-the-stick.com BL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">reject.the-carrot-and-the-stick.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">the-carrot-and-the-stick.com WL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">accept.the-carrot-and-the-stick.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">TQMCube China</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">prc.tqmcube.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">TQMCube Composite</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.tqmcube.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">TQMCube Dynamic Ranges</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dhcp.tqmcube.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">TQMCube South Korea</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ko.tqmcube.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">TQMCube Spam Trap</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spam.tqmcube.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">TQMCube world</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">world.tqmcube.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">TransIP proxy</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">proxy.block.transip.nl</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">TransIP residential</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">residential.block.transip.nl</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">TransIP spamdomain</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spamdomain.block.transip.nl</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">TransIP spamsource</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spamsource.block.transip.nl</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">TRBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spamtrap.trblspam.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">TRIUMF.ca DNSBL (old zone)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.triumf.ca</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Trust My Mail</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">trust.trustmymail.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Trusted Forwarder SPF Global Whitelist</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">wl.trusted-forwarder.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">UCEB</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">blackholes.uceb.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">UCEPROTECT Level ? (@dnsbl.net.au)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ucepn.dnsbl.net.au</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">uib.no blacklist</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl.uib.no</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">uib.no whitelist</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">rbl-ok.uib.no</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Unsubscribe Blacklist UBL (@LashBack)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ubl.lashback.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Uppsala University BL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">intruders.docs.uu.se</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">v6net.org</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spammers.v6net.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Verio Block List</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">vbl.mookystick.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Virbl</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">virbl.dnsbl.bit.nl</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Virbl whitelist</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">nlwhitelist.dnsbl.bit.nl</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">vox.schpider.com</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">vox.schpider.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">WebEquipped.com block list</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.webequipped.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">WebIron LLC All RBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">all.rbl.webiron.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">WebIron LLC BABL RBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">babl.rbl.webiron.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">WebIron LLC CABL RBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">cabl.rbl.webiron.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">WebIron LLC Crawler RBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">crawler.rbl.webiron.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">WebIron LLC STABL RBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">stabl.rbl.webiron.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Web-o-Trust</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">cabal.web-o-trust.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">will-spam-for-food.eu.org</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">will-spam-for-food.eu.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">wirehub.net blackholes</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">blackholes.wirehub.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">wirehub.net blackholes (@reynolds.net.au)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">wpb.bl.reynolds.net.au</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">wirehub.net dynablock</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dynablock.wirehub.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">wirehub.net proxies blackholes</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">proxies.blackholes.wirehub.net</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">WPBL – Weighted Private Block List (@dnsbl.net.au)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">wpbl.dnsbl.net.au</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">WPBL – Weighted Private Block List (old zone)</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.wpbl.pc9.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ybl.megacity.org</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ybl.megacity.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Zap Junk</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">spam.zapjunk.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ZetaBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">dnsbl.zetabl.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ZoneEdit combined RHSBL</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">zebl.zoneedit.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ZoneEdit deny DNS services domains</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">ban.zebl.zoneedit.com</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> <tr> <td style="width: 33.49%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">zta.birdsong.org</span></td> <td style="width: 49.0012%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">zta.birdsong.org</span></td> <td style="width: 59.1069%;"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Out_Of_Service</span></td> </tr> </tbody> </table> <p><span style="font-size: 12pt; font-family: courier new, courier, monospace;">Summary</span></p> <p><span style="font-size: 12pt; font-family: courier new, courier, monospace;">To participate in these certification programs, email senders must meet strict standards, such as adhering to best practices, maintaining low complaint rates, and complying with email laws and regulations (e.g., CAN-SPAM, GDPR). Once certified, senders experience improved deliverability, higher reputation scores, and reduced chances of being flagged as spam.</span></p> </article> <article id="post-1944" class="et_pb_post post-1944 post type-post status-publish format-standard hentry category-linux"> <h2 class="entry-title"><a href="https://nitwings.com/http-status-codes/">HTTP status codes</a></h2> <p class="post-meta"> by <span class="author vcard"><a href="https://nitwings.com/author/admin/" title="Posts by Anil Jalela" rel="author">Anil Jalela</a></span> | <span class="published">Dec 22, 2024</span> | <a href="https://nitwings.com/category/linux/" rel="category tag">Linux</a></p><p><span style="font-family: courier new, courier, monospace; font-size: 12pt;">HTTP status codes are three-digit responses sent by a web server to indicate the outcome of a client’s request to the server. These codes help the client understand whether a request was successful, whether there was an error, or if further action is needed.</span></p> <p> </p> <table width="508"> <tbody> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;"><strong>Status Code</strong></span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;"><strong>Category</strong></span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;"><strong>Description</strong></span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">1XX</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Informational</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Informational responses indicate that the request was received and understood, and further action is needed by the client.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">100</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Informational</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Continue: The client should continue with its request.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">101</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Informational</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Switching Protocols: The server is switching protocols as requested by the client.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">102</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Informational</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Processing: The server has received and is processing the request, but no response is available yet.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">103</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Informational</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Early Hints: Provides preliminary responses to the client before the final response is ready.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">2XX</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Success</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Success codes indicate that the client’s request was successfully received, understood, and accepted.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">200</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Success</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">OK: The request was successful, and the server returned the requested resource.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">201</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Success</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Created: A new resource was successfully created.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">202</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Success</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Accepted: The request has been accepted for processing but is not yet completed.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">203</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Success</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Non-Authoritative Information: The request was successful, but the information may come from a different source.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">204</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Success</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">No Content: The request was successful, but there is no content to return.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">205</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Success</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Reset Content: The client should reset the view or form that sent the request.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">206</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Success</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Partial Content: The server is delivering only part of the resource due to a range header sent by the client.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">207</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Success</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Multi-Status: The response contains multiple status codes, used for WebDAV.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">208</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Success</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Already Reported: The members of a DAV binding have already been enumerated in a previous reply.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">226</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Success</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">IM Used: The server fulfilled a GET request for the resource, and the response is a result of instance-manipulations applied to the current instance.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">3XX</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Redirection</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Redirection codes indicate that further action needs to be taken by the client to complete the request.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">300</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Redirection</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Multiple Choices: The request has more than one possible response. The user-agent or user should choose one of them.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">301</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Redirection</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Moved Permanently: The resource has been permanently moved to a new URL.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">302</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Redirection</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Found: The resource is temporarily available at a different URL.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">303</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Redirection</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">See Other: The client should retrieve the resource from another URI using a GET request.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">304</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Redirection</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Not Modified: The resource has not been modified since the last request, so the client can use the cached version.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">307</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Redirection</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Temporary Redirect: The resource is temporarily available at a different URI, and the request method should not change.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">308</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Redirection</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Permanent Redirect: The resource has been permanently moved to a new URI, and the request method should not change.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">4XX</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Client Error</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Client error codes indicate that the client seems to have made an error in the request.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">400</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Client Error</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Bad Request: The server cannot process the request due to a client error (e.g., malformed syntax).</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">401</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Client Error</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Unauthorized: Authentication is required to access the resource.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">402</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Client Error</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Payment Required: Reserved for future use.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">403</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Client Error</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Forbidden: The server understood the request but refuses to authorize it.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">404</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Client Error</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Not Found: The requested resource could not be found on the server.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">405</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Client Error</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Method Not Allowed: The request method is not supported for the requested resource.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">406</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Client Error</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Not Acceptable: The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">407</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Client Error</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Proxy Authentication Required: The client must first authenticate itself with the proxy.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">408</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Client Error</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Request Timeout: The server timed out waiting for the request.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">409</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Client Error</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Conflict: The request could not be completed due to a conflict with the current state of the resource.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">410</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Client Error</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Gone: The resource requested is no longer available and will not be available again.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">411</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Client Error</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Length Required: The request did not specify the length of its content, which is required by the requested resource.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">412</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Client Error</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Precondition Failed: The server does not meet one of the preconditions that the requester put on the request.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">413</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Client Error</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Content Too Large: The request is larger than the server is willing or able to process.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">414</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Client Error</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">URI Too Long: The URI provided was too long for the server to process.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">415</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Client Error</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Unsupported Media Type: The media format of the requested data is not supported by the server.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">416</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Client Error</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Range Not Satisfiable: The range specified by the Range header field in the request cannot be fulfilled.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">417</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Client Error</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Expectation Failed: The server cannot meet the requirements of the Expect request-header field.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">421</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Client Error</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Misdirected Request: The request was directed at a server that is not able to produce a response.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">422</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Client Error</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Unprocessable Content: The server understands the content type of the request entity, but was unable to process the contained instructions.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">423</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Client Error</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Locked: The resource that is being accessed is locked.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">424</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Client Error</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Failed Dependency: The request failed due to failure of a previous request.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">425</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Client Error</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Too Early: Indicates that the server is unwilling to risk processing a request that might be replayed.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">426</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Client Error</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Upgrade Required: The server refuses to perform the request using the current protocol but might be willing to do so after the client upgrades to a different protocol.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">428</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Client Error</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Precondition Required: The origin server requires the request to be conditional.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">429</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Client Error</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Too Many Requests: The user has sent too many requests in a given amount of time.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">431</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Client Error</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Request Header Fields Too Large: The server is unwilling to process the request because its header fields are too large.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">451</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Client Error</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Unavailable for Legal Reasons: The resource is unavailable due to a legal demand to deny access to it.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">5XX</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Server Error</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Server error codes indicate that the server failed to fulfill a valid request.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">500</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Server Error</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Internal Server Error: The server encountered an unexpected condition, such as a misconfigured application or script error, that prevented it from fulfilling the request.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">501</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Server Error</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Not Implemented: The server does not support the functionality required to fulfill the request, often due to a missing module or unsupported method.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">502</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Server Error</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Bad Gateway: The server, while acting as a gateway or proxy, received an invalid response from an upstream server, often due to a reverse proxy or gateway issue.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">503</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Server Error</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Service Unavailable: The server is temporarily unable to handle the request due to temporary overloading or maintenance of the server.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">504</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Server Error</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Gateway Timeout: The server, acting as a gateway or proxy, did not receive a timely response from an upstream server or some other auxiliary server (e.g., DNS) it needed to access in order to complete the request.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">505</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Server Error</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">HTTP Version Not Supported: The server does not support the HTTP protocol version used in the request.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">506</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Server Error</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Variant Also Negotiates: The server has an internal configuration error: the chosen variant resource is configured to engage in content negotiation itself, and is therefore not a proper endpoint in the negotiation process.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">507</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Server Error</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Insufficient Storage: The server is unable to store the representation needed to complete the request, often due to a lack of disk space.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">508</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Server Error</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Loop Detected: The server detected an infinite loop while processing a request with a resource, often due to circular references.</span></td> </tr> <tr> <td width="84"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">511</span></td> <td width="93"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Server Error</span></td> <td width="331"><span style="font-family: courier new, courier, monospace; font-size: 12pt;">Network Authentication Required: The client needs to authenticate to gain network access, often required by captive portals.</span></td> </tr> </tbody> </table> </article> <div class="pagination clearfix"> <div class="alignleft"><a href="https://nitwings.com/author/admin/page/4/" >« Older Entries</a></div> <div class="alignright"><a href="https://nitwings.com/author/admin/page/2/" >Next Entries »</a></div> </div> </div> <div id="sidebar"> <div id="nav_menu-9" class="et_pb_widget widget_nav_menu"><h4 class="widgettitle">Your Wings</h4><div class="menu-side_menu-container"><ul id="menu-side_menu" class="menu"><li id="menu-item-1886" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1886"><a href="https://nitwings.com/01-email-introduction/">01-Email Introduction</a></li> <li id="menu-item-1887" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1887"><a href="https://nitwings.com/02-email-e-mail-infrastructure/">02-Email e-mail Infrastructure</a></li> <li id="menu-item-1888" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1888"><a href="https://nitwings.com/03-email-format-and-structure-of-e-mail/">03-Email Format and structure of e-mail</a></li> <li id="menu-item-1889" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1889"><a href="https://nitwings.com/04-email-e-mail-security-and-privacy/">04-Email E-mail Security and privacy</a></li> <li id="menu-item-1890" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1890"><a href="https://nitwings.com/06-email-email-standards-base-on-rfc/">06-Email Email standards Base on RFC</a></li> <li id="menu-item-1891" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1891"><a href="https://nitwings.com/07-email-disposable-e-mail-address/">07-Email Disposable E-mail Address</a></li> <li id="menu-item-1892" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1892"><a href="https://nitwings.com/08-email-build-an-awesome-email/">08-Email Build An Awesome Email</a></li> <li id="menu-item-1893" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1893"><a href="https://nitwings.com/09-email-learn-advanced-email-deliverability-techniques/">09-Email Learn Advanced Email Deliverability Techniques</a></li> <li id="menu-item-1897" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1897"><a href="https://nitwings.com/10-email-optimizing-bounce-handling-for-marketers/">10-Email Optimizing Bounce Handling For Marketers</a></li> <li id="menu-item-1898" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1898"><a href="https://nitwings.com/11-email-email-metrics-calculator/">11-Email Email Metrics Calculator</a></li> <li id="menu-item-1914" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1914"><a href="https://nitwings.com/12-email-email-header-analyzer/">12-Email Email Header Analyzer</a></li> <li id="menu-item-1970" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1970"><a href="https://nitwings.com/13-email-ip-domain-certification-and-whitelisting-services-for-bulk-email/">13-Email IP/Domain Certification and Whitelisting Services for Bulk Email</a></li> <li id="menu-item-1978" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1978"><a href="https://nitwings.com/14-email-implementing-bimi-for-brand-recognition/">14-Email Implementing BIMI for Brand Recognition</a></li> <li id="menu-item-2016" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-2016"><a href="https://nitwings.com/15-email-google-feedback-loop-setup/">15-Email Google Feedback Loop Setup</a></li> <li id="menu-item-2015" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-2015"><a href="https://nitwings.com/16-email-email-message-id-implementation/">16-Email Email Message-ID Implementation</a></li> <li id="menu-item-2014" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-2014"><a href="https://nitwings.com/17-email-microsoft-policy-enforcement-news/">17-Email Microsoft Policy Enforcement News</a></li> <li id="menu-item-1894" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1894"><a href="https://nitwings.com/1-aws-cloud/">1-AWS Cloud</a></li> <li id="menu-item-1899" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1899"><a href="https://nitwings.com/2-aws-types-of-ec2-instances/">2-AWS Types of EC2 Instances</a></li> <li id="menu-item-1900" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1900"><a href="https://nitwings.com/2-gcp-region-and-zone/">2-GCP Region-and-Zone</a></li> <li id="menu-item-1901" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1901"><a href="https://nitwings.com/3-aws-ec2-purchasing-options/">3-AWS Ec2 Purchasing Options</a></li> <li id="menu-item-1902" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1902"><a href="https://nitwings.com/4-aws-ec2-components/">4-AWS Ec2 Components</a></li> <li id="menu-item-1903" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1903"><a href="https://nitwings.com/5-aws-vpc-components/">5-AWS VPC Components</a></li> <li id="menu-item-1895" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1895"><a href="https://nitwings.com/1-gcp-cloud-gcp-associate-cloud-engineer/">1-GCP Cloud [GCP associate cloud engineer]</a></li> <li id="menu-item-1904" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1904"><a href="https://nitwings.com/advanced-policy-firewall-apf/">Advanced Policy Firewall (APF)</a></li> <li id="menu-item-1896" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1896"><a href="https://nitwings.com/1-redis-installation-and-tuning/">1-Redis Installation And Tuning</a></li> <li id="menu-item-1905" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1905"><a href="https://nitwings.com/bash-features/">Bash Features</a></li> <li id="menu-item-1906" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1906"><a href="https://nitwings.com/best-ssh-clients/">Best SSH clients</a></li> <li id="menu-item-1907" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1907"><a href="https://nitwings.com/chef-for-automation/">Chef For Automation</a></li> <li id="menu-item-1908" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1908"><a href="https://nitwings.com/jenkins/">Ci Tool Jenkins</a></li> <li id="menu-item-1909" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1909"><a href="https://nitwings.com/configure-own-proxy/">configure own proxy</a></li> <li id="menu-item-1910" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1910"><a href="https://nitwings.com/content-delivery-networks/">Content Delivery Networks</a></li> <li id="menu-item-1911" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1911"><a href="https://nitwings.com/create-a-csr-using-openssl/">Create a CSR using Openssl</a></li> <li id="menu-item-1912" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1912"><a href="https://nitwings.com/dd-for-swap-and-large-file/">DD For Swap and Large File</a></li> <li id="menu-item-1913" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1913"><a href="https://nitwings.com/docker-container/">Docker Container</a></li> <li id="menu-item-1915" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1915"><a href="https://nitwings.com/encrypt-shell-script/">Encrypt Shell Script</a></li> <li id="menu-item-1916" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1916"><a href="https://nitwings.com/esp-and-tools/">ESP and Tools</a></li> <li id="menu-item-1917" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1917"><a href="https://nitwings.com/ethernet-bonding/">Ethernet Bonding</a></li> <li id="menu-item-1918" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1918"><a href="https://nitwings.com/feedback-loopfbl/">Feedback loop(FBL)</a></li> <li id="menu-item-1919" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1919"><a href="https://nitwings.com/free-search-engine-submission/">Free search engine submission</a></li> <li id="menu-item-1920" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1920"><a href="https://nitwings.com/gcp-developer-cheat-sheet/">GCP Developer cheat sheet</a></li> <li id="menu-item-1921" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1921"><a href="https://nitwings.com/get-ip-and-asn/">Get IP And ASN</a></li> <li id="menu-item-1922" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1922"><a href="https://nitwings.com/git-server-and-client-on-linux/">Git server and Client on Linux</a></li> <li id="menu-item-1923" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1923"><a href="https://nitwings.com/great-cm-tool-ansible/">Great CM Tool Ansible</a></li> <li id="menu-item-1924" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1924"><a href="https://nitwings.com/great-db-mongo/">Great DB Mongo</a></li> <li id="menu-item-1925" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1925"><a href="https://nitwings.com/secure-and-speedup-web-using-htaccess/">Htaccess for Speedup Web</a></li> <li id="menu-item-1926" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1926"><a href="https://nitwings.com/improve-yahoo-deliverability/">Improve Yahoo, AOL, and Cox.net Deliverability</a></li> <li id="menu-item-1927" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1927"><a href="https://nitwings.com/linux-audit-and-hardening/">Linux Audit and Hardening</a></li> <li id="menu-item-1928" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1928"><a href="https://nitwings.com/linux-questions/">Linux Questions-1</a></li> <li id="menu-item-1929" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1929"><a href="https://nitwings.com/lvs-with-hartbit/">Lvs With HartBit</a></li> <li id="menu-item-1930" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1930"><a href="https://nitwings.com/management-career-level/">Management Career Level</a></li> <li id="menu-item-1931" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1931"><a href="https://nitwings.com/maven-for-java/">Maven For Java</a></li> <li id="menu-item-1932" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1932"><a href="https://nitwings.com/multiple-mysql-version-on-same-server/">Multiple Mysql version on same server</a></li> <li id="menu-item-1933" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1933"><a href="https://nitwings.com/networking-basic/">Networking Basic</a></li> <li id="menu-item-1934" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1934"><a href="https://nitwings.com/play-with-excel/">Play with Excel</a></li> <li id="menu-item-1935" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1935"><a href="https://nitwings.com/application-security-administrator/">Questions For Security Admin</a></li> <li id="menu-item-1936" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1936"><a href="https://nitwings.com/secure-your-lamp/">Secure Your LAMP</a></li> <li id="menu-item-1937" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1937"><a href="https://nitwings.com/shared-client-ip-pool-for-email-sending/">Shared Client IP Pool for Email Sending</a></li> <li id="menu-item-1938" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1938"><a href="https://nitwings.com/soft-and-hard-bounce-errors/">Soft and Hard Bounce Errors</a></li> <li id="menu-item-1939" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1939"><a href="https://nitwings.com/strongswan-connect-2-sites-via-vpn/">strongswan connect 2 sites via VPN</a></li> <li id="menu-item-1940" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1940"><a href="https://nitwings.com/web-tools/">Web Tools</a></li> <li id="menu-item-1941" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1941"><a href="https://nitwings.com/wings-test-post/">wings test post</a></li> <li id="menu-item-1942" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-1942"><a href="https://nitwings.com/yum-yellowdog-update-modified/">Yum (Yellowdog Update Modified)</a></li> <li id="menu-item-2030" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-2030"><a href="https://nitwings.com/understanding_the-can-spam_act/">Understanding the CAN-SPAM Act</a></li> <li id="menu-item-2046" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-2046"><a href="https://nitwings.com/google-manage-subscriptions/">Google Manage Subscriptions</a></li> <li id="menu-item-2058" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-2058"><a href="https://nitwings.com/gmail-postmaster-moving-to-v2-and-preparing-for-the-future/">Gmail Postmaster Moving to v2 and Preparing for the Future</a></li> <li id="menu-item-2076" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-2076"><a href="https://nitwings.com/yahoo-sender-insights-dkim-metrics/">Inside Yahoo Sender Insights: Real Deliverability Metrics for DKIM Domains</a></li> <li id="menu-item-2077" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-2077"><a href="https://nitwings.com/shared-client-ip-pool-for-email-sending/">Shared Client IP Pool for Email Sending</a></li> </ul></div></div> </div> </div> </div> </div> <span class="et_pb_scroll_top et-pb-icon"></span> <footer id="main-footer"> <div id="et-footer-nav"> <div class="container"> <ul id="menu-footer_menu" class="bottom-nav"><li id="menu-item-1663" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1663"><a href="https://nitwings.com/terms-and-conditions/">Terms and Conditions</a></li> <li id="menu-item-1664" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1664"><a href="https://nitwings.com/privacy-policy/">Privacy Policy</a></li> <li id="menu-item-1665" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1665"><a href="https://nitwings.com/contact-us/">Contact Us</a></li> <li id="menu-item-1666" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1666"><a href="https://nitwings.com/about-us/">About Us</a></li> </ul> </div> </div> <div id="footer-bottom"> <div class="container clearfix"> <ul class="et-social-icons"> <li class="et-social-icon et-social-facebook"> <a href="https://www.facebook.com/Nitwing/" class="icon"> <span>Facebook</span> </a> </li> <li class="et-social-icon et-social-twitter"> <a href="#" class="icon"> <span>X</span> </a> </li> <li class="et-social-icon et-social-instagram"> <a href="#" class="icon"> <span>Instagram</span> </a> </li> <li class="et-social-icon et-social-rss"> <a href="https://nitwings.com/feed/" class="icon"> <span>RSS</span> </a> </li> </ul><div id="footer-info">© 2018-2024 Nitwings.</div> </div> </div> </footer> </div> </div> <script type="speculationrules"> {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/wings/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} </script> <script id='kirki-viewport-lists'>var kirkiViewports = {"md":{"value":1200,"scale":1,"minWidth":1200,"maxWidth":1200,"title":"Desktop","icon":"desktop","activeIcon":"desktop-hover","id":"md","type":"max"},"tablet":{"value":991,"scale":1,"minWidth":991,"maxWidth":991,"title":"Tablet","icon":"tablet-default","activeIcon":"tablet-hover","type":"max","id":"tablet"},"mobileLandscape":{"value":767,"scale":1,"minWidth":767,"maxWidth":767,"title":"Landscape","icon":"phone-hr-default","activeIcon":"phone-hr-hover","type":"max","id":"mobileLandscape"},"mobile":{"value":575,"scale":1,"minWidth":575,"maxWidth":575,"title":"Mobile","icon":"phone-vr-default","activeIcon":"phone-vr-hover","type":"max","id":"mobile"}};</script><script id='kirki-variable-lists'>var kirkiCSSVariable = {"data":[{"title":"Colors","key":"color","modes":[{"key":"default","title":"Default"}],"variables":[]},{"title":"Numbers","key":"size","modes":[{"key":"default","title":"Default"}],"variables":[]},{"title":"Text Styles","key":"text-style","modes":[{"key":"default","title":"Default"}],"variables":[]},{"title":"Font Family","key":"font-family","modes":[{"key":"default","title":"Default"}],"variables":[]}]};</script><script id="kirki-api-and-nonce"> window.wp_kirki = { ajaxUrl: "https://nitwings.com/wp-admin/admin-ajax.php", restUrl: "https://nitwings.com/wp-json/", siteUrl: "https://nitwings.com", apiVersion: "v1", postId: "1944", nonce: "9a6dd97266", call_from: "", templateId: "", context: {"id":1,"type":"user"} }; </script><style id="et-builder-googlefonts-inline">/* Original: https://fonts.googleapis.com/css?family=Courier+Prime:regular,italic,700,700italic&subset=latin,latin-ext&display=swap *//* User Agent: Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/538.1 (KHTML, like Gecko) Safari/538.1 Daum/4.1 */@font-face {font-family: 'Courier Prime';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/courierprime/v11/u-4n0q2lgwslOqpF_6gQ8kELawRZVsf_.ttf) format('truetype');}@font-face {font-family: 'Courier Prime';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/courierprime/v11/u-4i0q2lgwslOqpF_6gQ8kELawRR4-Lvp9np.ttf) format('truetype');}@font-face {font-family: 'Courier Prime';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/courierprime/v11/u-450q2lgwslOqpF_6gQ8kELaw9pXw.ttf) format('truetype');}@font-face {font-family: 'Courier Prime';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/courierprime/v11/u-4k0q2lgwslOqpF_6gQ8kELY7pMT-7frg.ttf) format('truetype');}/* User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0 */@font-face {font-family: 'Courier Prime';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/courierprime/v11/u-4n0q2lgwslOqpF_6gQ8kELawRZVsf8.woff) format('woff');}@font-face {font-family: 'Courier Prime';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/courierprime/v11/u-4i0q2lgwslOqpF_6gQ8kELawRR4-Lvp9nq.woff) format('woff');}@font-face {font-family: 'Courier Prime';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/courierprime/v11/u-450q2lgwslOqpF_6gQ8kELaw9pXA.woff) format('woff');}@font-face {font-family: 'Courier Prime';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/courierprime/v11/u-4k0q2lgwslOqpF_6gQ8kELY7pMT-7frQ.woff) format('woff');}/* User Agent: Mozilla/5.0 (Windows NT 6.3; rv:39.0) Gecko/20100101 Firefox/39.0 */@font-face {font-family: 'Courier Prime';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/courierprime/v11/u-4n0q2lgwslOqpF_6gQ8kELawRZVsf6.woff2) format('woff2');}@font-face {font-family: 'Courier Prime';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/courierprime/v11/u-4i0q2lgwslOqpF_6gQ8kELawRR4-Lvp9ns.woff2) format('woff2');}@font-face {font-family: 'Courier Prime';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/courierprime/v11/u-450q2lgwslOqpF_6gQ8kELaw9pWg.woff2) format('woff2');}@font-face {font-family: 'Courier Prime';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/courierprime/v11/u-4k0q2lgwslOqpF_6gQ8kELY7pMT-7fqw.woff2) format('woff2');}</style> <script type='text/javascript'> (function () { var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; })(); </script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-75PJXW3P2G"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-75PJXW3P2G'); </script> <script id="wp-hooks-js" src="https://nitwings.com/wp-includes/js/dist/hooks.min.js?ver=7496969728ca0f95732d"></script> <script id="wp-i18n-js" src="https://nitwings.com/wp-includes/js/dist/i18n.min.js?ver=781d11515ad3d91786ec"></script> <script id="wp-i18n-js-after"> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); //# sourceURL=wp-i18n-js-after </script> <script id="swv-js" src="https://nitwings.com/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.6"></script> <script id="contact-form-7-js-before"> var wpcf7 = { "api": { "root": "https:\/\/nitwings.com\/wp-json\/", "namespace": "contact-form-7\/v1" } }; //# sourceURL=contact-form-7-js-before </script> <script id="contact-form-7-js" src="https://nitwings.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1.6"></script> <script id="dns-checker-script-js-extra"> var dnsCheckerAjax = {"ajax_url":"https://nitwings.com/wp-admin/admin-ajax.php"}; //# sourceURL=dns-checker-script-js-extra </script> <script id="dns-checker-script-js" src="https://nitwings.com/wp-content/plugins/dns-checker/assets/script.js?ver=1.0.0"></script> <script id="divi-custom-script-js-extra"> var DIVI = {"item_count":"%d Item","items_count":"%d Items"}; var et_builder_utils_params = {"condition":{"diviTheme":true,"extraTheme":false},"scrollLocations":["app","top"],"builderScrollLocations":{"desktop":"app","tablet":"app","phone":"app"},"onloadScrollLocation":"app","builderType":"fe"}; var et_frontend_scripts = {"builderCssContainerPrefix":"#et-boc","builderCssLayoutPrefix":"#et-boc .et-l"}; var et_pb_custom = {"ajaxurl":"https://nitwings.com/wp-admin/admin-ajax.php","images_uri":"https://nitwings.com/wp-content/themes/wings/images","builder_images_uri":"https://nitwings.com/wp-content/themes/wings/includes/builder/images","et_frontend_nonce":"067846ef37","subscription_failed":"Please, check the fields below to make sure you entered the correct information.","et_ab_log_nonce":"c6c0ea3066","fill_message":"Please, fill in the following fields:","contact_error_message":"Please, fix the following errors:","invalid":"Invalid email","captcha":"Captcha","prev":"Prev","previous":"Previous","next":"Next","wrong_captcha":"You entered the wrong number in captcha.","wrong_checkbox":"Checkbox","ignore_waypoints":"yes","is_divi_theme_used":"1","widget_search_selector":".widget_search","ab_tests":[],"is_ab_testing_active":"","page_id":"1986","unique_test_id":"","ab_bounce_rate":"5","is_cache_plugin_active":"no","is_shortcode_tracking":"","tinymce_uri":"https://nitwings.com/wp-content/themes/wings/includes/builder/frontend-builder/assets/vendors","accent_color":"#2ea3f2","waypoints_options":[]}; var et_pb_box_shadow_elements = []; //# sourceURL=divi-custom-script-js-extra </script> <script id="divi-custom-script-js" src="https://nitwings.com/wp-content/themes/wings/js/scripts.min.js?ver=4.27.1"></script> <script id="smoothscroll-js" src="https://nitwings.com/wp-content/themes/wings/js/smoothscroll.js?ver=4.27.1"></script> <script id="magnific-popup-js" src="https://nitwings.com/wp-content/themes/wings/includes/builder/feature/dynamic-assets/assets/js/magnific-popup.js?ver=4.27.1"></script> <script id="fitvids-js" src="https://nitwings.com/wp-content/themes/wings/includes/builder/feature/dynamic-assets/assets/js/jquery.fitvids.js?ver=4.27.1"></script> <script async data-wp-strategy="async" fetchpriority="low" id="comment-reply-js" src="https://nitwings.com/wp-includes/js/comment-reply.min.js?ver=7.0"></script> <script id="jquery-mobile-js" src="https://nitwings.com/wp-content/themes/wings/includes/builder/feature/dynamic-assets/assets/js/jquery.mobile.js?ver=4.27.1"></script> <script id="easypiechart-js" src="https://nitwings.com/wp-content/themes/wings/includes/builder/feature/dynamic-assets/assets/js/easypiechart.js?ver=4.27.1"></script> <script id="salvattore-js" src="https://nitwings.com/wp-content/themes/wings/includes/builder/feature/dynamic-assets/assets/js/salvattore.js?ver=4.27.1"></script> <script id="revslider-divi-frontend-bundle-js" src="https://nitwings.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/divi4/scripts/frontend-bundle.min.js?ver=1.0.4"></script> <script id="sourcebuster-js-js" src="https://nitwings.com/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=10.8.1"></script> <script id="wc-order-attribution-js-extra"> var wc_order_attribution = {"params":{"lifetime":1.0e-5,"session":30,"base64":false,"ajaxurl":"https://nitwings.com/wp-admin/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","utm_source_platform":"current.plt","utm_creative_format":"current.fmt","utm_marketing_tactic":"current.tct","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}}; //# sourceURL=wc-order-attribution-js-extra </script> <script id="wc-order-attribution-js" src="https://nitwings.com/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=10.8.1"></script> <script id="et-core-common-js" src="https://nitwings.com/wp-content/themes/wings/core/admin/js/common.js?ver=4.27.1"></script> <script id="et-builder-modules-script-motion-js-extra"> var et_pb_motion_elements = {"desktop":[],"tablet":[],"phone":[]}; //# sourceURL=et-builder-modules-script-motion-js-extra </script> <script id="et-builder-modules-script-motion-js" src="https://nitwings.com/wp-content/themes/wings/includes/builder/feature/dynamic-assets/assets/js/motion-effects.js?ver=4.27.1"></script> <script id="et-builder-modules-script-sticky-js-extra"> var et_pb_sticky_elements = []; //# sourceURL=et-builder-modules-script-sticky-js-extra </script> <script id="et-builder-modules-script-sticky-js" src="https://nitwings.com/wp-content/themes/wings/includes/builder/feature/dynamic-assets/assets/js/sticky-elements.js?ver=4.27.1"></script> <script></script><script src="https://platform.linkedin.com/badges/js/profile.js" async defer type="text/javascript"></script> </body> </html>