blacklist

How to provide a smtp server for solicited promotional email?

I have a customer who needs to send some direct mailing to his contacts which is being collected from trade shows etc. I am thinking about providing a web based solution for them on sending direct mailing material- however this kind of solution always face a major difficulty on having the server blacklisted. I would like to know if there...

Blacklists, Whitelists, Spam Folders and Email

I want to get on the whitelists for my email system, any recommendations whom to should contact about doing this, do I contact the big email providers directly (Yahoo, gmail, Microsoft hotmail/msn, AOL)? Also besides domainkeys, dkim and SPF records what else is a good way to protect yourself from getting on blacklists and going into sp...

How to conduct legitimate email campaigns

We are working on a project that requires us to allow users to register to receive email notifications of certain events. There will potentially be tens or hundreds of thousands of email messages based on any one event. I know that this is done every day all over the web, but what I don't know is how email campaigns are managed such th...

Implementing a Blacklist of keywords in SQL

I have a list of keywords (strings) in which I need to identify any matches with a blacklist of keywords (strings in a separate table) Any keyword/blacklist matches will be flagged in a bit field: Keyword.IsBlacklisted. Is there an easy way to accomplish this in SQL? The matches might be partial (i.e. blacklist = 'sex' keyword = 'sex ...

email whitelist/blacklist in python/django

Hello, I am writing a django app that keeps track of which email addresses are allowed to post content to a user's account. The user can whitelist and blacklist addresses as they like. Any addresses that aren't specified can either be handled per message or just default to whitelist or blacklist (again user specified). Here are the dj...

Does anyone know of a phone number blacklist (for telemarketers) API

I'm about done with the spamming from telelmarketers on my phone. I was wondering if anyone knows of an API or a service that lets me query a phone number against a list of known spammers. Ultimately, I would like to be able to add a number but that isn't as important. It is easy to do for email, why not phone numbers? Thanks. ...

Blacklist of words on content to filter message.

Hi, For a website that takes input from kids we need to filter any naughty / bad words that they use when they enter their comments in the website (running PHP). The comments are a free field and users can enter whatever comments they want. The solution I can think of is to have a words list like BLACKLIST: bad,bad,word,woord,craap,cr...

What is the best method for testing URLs against a blacklist in PHP

I have a script that is scraping URLs from various sources, resulting in a rather large list. Currently I've just got a collection of if statements that I'm using to filter out sites I don't want. This obviously isn't maintainable, so I'm trying to find a fast and powerful solution for filtering against a blacklist of url masks. The be...

What is whitelist and blacklist data?

I was reading about development of XPCOM component. I came across these terms called whitelist data and blacklist data, I tried to find out on google but couldn't .. I do not know how its related to programming so forgive me if i placed the question at wrong place.. ...

NOT match the regex

Due to limitations i need to write ONE regex and i would like to blacklist instead of whitelist certain strings (or sites) Here i want to disallow youtube and IP address. Below is code that matches the two site. How can i NOT match them and allow the two google (or any other site) to match? Here is some C# code i used to test my regex....

Blacklist IP database

Hi, Is there an open database of blacklisted IP for the Web? With a lot of public web proxy you know... such the blacklist used by the Global blocking of Wikipedia. Thanks in advance. ...

Trying to program a Drupal calendar input blacklist

I'm creating a Drupal form with a datetime-based javascript popup calendar input that allows users to set a date for when they want to pick something up or drop it off. However, I can't find a way to limit what dates are selectable as input. For example, if we're only open Monday-Wednesday-Friday, I don't want people to be able to use th...

Contact Form Domain Blacklists (using java, html or php)

I'm using HTML contact forms on a business site to post lead information to Salesforce. We're using auto-responders to deliver key information to people who complete a form asking for additional information. The goal is to reject forms that are submitted by competitors. It doesn't need to be bullet proof; the main idea is to reject an...

SEO - How to programmatically check if a website has been Banned by Google

Hi All, if your website links to another site that has been blacklisted by Google this is bad for your ranking Sites like onlinealley helps you to know if there're problems with a website you are linking to. Does any Google API Exist .. or how are websites like this checking if a url is banned? Are they checking the 'PageRank value' or s...

how to get the google list of dangerous sites

Hello, I need to check the url against Google list of dangerous sites, how I do that for windows application ? I will use Delphi. thanks ...

Maven error: Unable to get resource / Server redirected too many times

Our proxy went down and I tried to update dependencies with maven while it was off. Since then I can't download anything with maven. I get this error for everything. I tried -U option, deleting my local repository and tried different maven version (2.0.9, 2.2.1) but it doesn't work. Any idea how to solve this? Earlier it also said 'repo...

Python - create blacklist file of IP addresses that have more than 5 failed login attempts in the authlog

Basically I have an authlog/syslog file with a list of log in attempts and IP addresses - I need to make a Python program that will create a txt file with all the IP addresses that have more than 5 failed login attempts - a sort of "blacklist". So basically something like: if "uniqueipaddress" and "authentication failure" appear more t...

HTTP URL Blacklist driver

Hello, how to code HTTP URL blacklisting driver for both XP and Vista/7? I need it for special software for schools any ideas about HTTPS or VPN? I was thinking about firefox, IE,... extension. Not bulletproof, but better than nothing. It's just school. Thanks ...

Android: Issue with acceptable file types via bluetooth

Hi guys, i've got a problem with pushing files to my nexus one: It seems to me that there is only a small selection of file types that are accepted by my phone (such like jpg, gif and so on). I recently tried to push other files to my phone (in my case gpx) and my phone has rejected it automatically... is there a way to bypass or ext...

Dynamic IP .htaccess blocklist?

Is it possible to block users from IP adresses with a dynamic file-based blocklist? So, suppose the .htaccess looks like: order Deny,Allow Deny from 123.156.0.1 Deny from 10.0.0.10 Allow from all Can this list be made dynamic, for example: order Deny,Allow [include Deny list here] Allow from all Another option would of course be t...