diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2006-11-06 00:26:03 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2006-11-06 00:26:03 +0000 |
commit | 7adf889c08e920a6273be1a77cb58891c6dc56fc (patch) | |
tree | 2b00eeee83fa38e2144c4e023b656a74b6f8e864 /mail/p5-FuzzyOcr-devel/pkg-descr | |
parent | b717658289141606ce86f006aea3b04c1f01a2a1 (diff) |
FuzzyOcr is a SpamAssassin plugin which uses an Optical Character
Recognition (OCR) program to scan image attachments for spammy content.
It works!
Notes
Notes:
svn path=/head/; revision=176565
Diffstat (limited to 'mail/p5-FuzzyOcr-devel/pkg-descr')
-rw-r--r-- | mail/p5-FuzzyOcr-devel/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/p5-FuzzyOcr-devel/pkg-descr b/mail/p5-FuzzyOcr-devel/pkg-descr new file mode 100644 index 000000000000..a7069d137cbd --- /dev/null +++ b/mail/p5-FuzzyOcr-devel/pkg-descr @@ -0,0 +1,12 @@ +FuzzyOcr is a plugin for SpamAssassin which scans image attachments for +spam keywords, using an Optical Character Recognition program. + +This plugin can be used to detect spam that puts all the real spam +content in an attached image. The mail itself only random text and +random html, without any URLs or identifiable information. + +It is also able to do approximate matches on words, so errors in +recognition or attempts to obfuscate the text inside the image will not +cause the detection to fail. + +WWW: http://wiki.apache.org/spamassassin/FuzzyOcrPlugin |