Spammer's latest trick: PDF spam
Posted by Ian Holsman
In the latest escalation of the spam war, the spammers have switched gears and are using PDF files containing their rubbish.
I’m guessing SpamAssassin will have PDF scanning capabilities within a week if it doesn’t already.
Yeah, it’s great. Just block all PDFs from published addresses. What could be simpler?
It has it now. See http://wiki.apache.org/spamassassin/CustomPlugins?action=diff&;rev2=57&rev1=56 and http://blog.atmail.com/?p=61
Checkout a module I wrote called “PDFassassin” which is a plugin for SpamAssassin.
This can scan emails for PDF attachments, uses the pdftotext utility to extract the text for Spam messages, and also extracts images and uses OCR to pin-point Spam messages embedded in pictures.
This plugin can really help prevent the wave of PDF spam messages from hitting your mbox
The URL is:
http://blog.atmail.com/?p=61