A Email Address Validation Function Developed in PHP

EmailAddressValidator Class is a PHP class for validating email addresses according to the official specifications, and here is the Source Code. maybe I will use it in my PHP version Auto-Responder bases on Gmail(Google Apps) one day.

Implement Yahoo DomainKeys on MS Exchange 2003

Today I found some one ask how to implement Yahoo DomainKeys on MS Exchange 2003, and I told him to find answer from her
https://mmmservices.web.cern.ch/mmmservices/Antispam/DomainKeysLibrary.aspx

CERN DomainKeys Library is written in C#, for a Windows usage.
Common task is to integrate this library into Protocol Event Sinks, implementing ISmtpInCommandSink interface, for incoming traffic verification and outgoing traffic signing.
An [...]

PDFassassin-a module for SpamAssassin

PDFassassin is a module for SpamAssassin that allows for the scanning of PDF files in email message attachments. Email bodies are scanned upon connection and checked for PDF attachments. Text is extracted from the PDF via pdftotext and scanned by SpamAssassin. Should the PDF contain images, the gocr program is called to extract the text [...]

Next Page »