项目作者: oetiker

项目描述 :
mail to text converter for spam keyword matching
高级语言: M4
项目地址: git://github.com/oetiker/MailRxMatcher.git
创建时间: 2019-11-20T14:43:31Z
项目社区:https://github.com/oetiker/MailRxMatcher

开源协议:Other

下载


MailRxMatcher

Version: #VERSION#
Date: #DATE#

mail-rx-match.pl extracts the text content from mail messages
trying its best to undo any encoding and quoting and html entity coding
the spammers are employing to obfuscate mail messages such that
spam checkers do not find keywords.

mail-rx-match.pl is intended to be used in .procmailrc scripts like this:

  1. # spam with image
  2. :0 BH
  3. * Content-Type.*jpeg
  4. CATCH=| ./opt/mail2txt/bin/mail-rx-match.pl --charset=utf8 '(Bad|Ugly|Words)'
  5. :0
  6. * ? test "$CATCH" = MATCH
  7. mail/spam

It comes complete with a classic “configure - make - install” setup.

Setup

In your app source directory and start building.

  1. ./configure --prefix=$HOME/opt/mail-rx-match
  2. make

Configure will check if all requirements are met and give
hints on how to fix the situation if something is missing.

Any missing perl modules will be downloaded and built.

Installation

To install the application, just run

  1. make install

Enjoy!

Tobias Oetiker tobi@oetiker.ch