Simple Project List Software Map

560 projects in result set
Última actualización: 2006-04-09 03:01

qmail-spp

qmail-spp provides plug-in support for the qmail
SMTP daemon (qmail-smtpd). It allows you to write
external programs and use them to check SMTP
command argument validity. The plug-in can trigger
several actions, like denying a command with an
error message, logging data, adding a header, and
much more.

(Machine Translation)
Última actualización: 2003-06-20 22:23

the Anomy mail sanitizer

The Anomy mail sanitizer is a filter designed to block email-based security risks, such as trojans and viruses. It can scan an arbitrarily complex RFC822 or MIME message and remove or rename attachments, truncate unusually long MIME header fields and sanitize HTML by disabling Javascript, etc. It uses a single-pass pure Perl MIME parser, which can make it both more efficient and more precise than other similar programs. The sanitizer has built-in support for third-party virus scanners.

(Machine Translation)
Última actualización: 2005-01-22 14:19

AMaViS "Next Generation"

AMaViS-ng is a modular rewrite of amavisd and
amavis-perl. It scans email for malicious code
inside attachments and archive files, stopping
delivery if malicious code is found. It supports
integration of several third-party virus scanners
and integrates nicely into several MTA setups.
Unlike amavis-perl and amavisd, there is no need
for build-time configuration.

(Machine Translation)
Última actualización: 2006-11-12 06:55

smtp-vilter

smtp-vilter is a high-performance content filter for sendmail, which detects email viruses and spam. It can pass, discard, or simply mark an email based on the results of a content scan. It relies on third-party products for the actual content scan. It uses the milter API to communicate with sendmail, and backends to communicate with the actual scanning engines. The backends can be chained to perform a series of checks on each message in one run.

(Machine Translation)
Última actualización: 2009-07-03 13:10

minimac

Minimac is a minimalist, general purpose text macro processor. Its simplicity should make it particularly well suited as a front end preprocessor for little language compilers. It is meant to be simpler to use than m4. It uses an explicit argument stack, and user functions are defined by concatenation (similar to the Forth language). Macro expansion is delayed to the last possible moment. The software is currently in alpha release.

(Machine Translation)
Última actualización: 2009-08-15 09:01

Mailfilter

Mailfilter is a flexible utility to get rid of unwanted spam mails, before having to go through the trouble of downloading them into the local computer. It offers support for one or many POP accounts and is especially useful for dialup connections via modem. You can define your own filters (rules) to determine which e-mails should be delivered and which are considered waste.

(Machine Translation)
Última actualización: 2011-10-06 10:19

Qmail-Scanner

Qmail-Scanner, (also known as scan4virus) is an addon that enables a Qmail Email server to scan all gatewayed Email for certain characteristics. It is typically used for its anti-virus protection functions, in which case it is used in conjunction with commercial virus scanners. but also enables a site to react to Email (at a server/site level) that contains specific strings in particular headers, or particular attachment filenames or types (e.g. *.VBS attachments). It also can be used as an archiving tool for auditing or backup purposes. Qmail-Scanner is integrated into the mail server at a lower level than some other Unix-based virus scanners, resulting in better performance. It is capable of scanning not only locally sent/received Email, but also Email that crosses the server in a relay capacity. It also has SpamAssassin support.

(Machine Translation)
Última actualización: 2008-09-10 23:26

hd2u

hd2u is Hany's Dos2Unix convertor, a filter used
to convert plain text from the DOS format (CR/LF)
to the UNIX format (LF) and vice versa. It can
also handle files in the Macintosh format (CR) and
convert them into other formats.

(Machine Translation)
Última actualización: 2006-03-13 17:07

JHighlight

JHighlight is an embeddable Java syntax
highlighting library that supports Java, Groovy, C++, HTML,
XHTML, XML, and LZX languages and outputs to
XHTML. The library can be used in several ways:
embedded into another tool (for instance a blog
or forum), through the command-line to generate
highlighted files locally, or as a servlet filter
to highlight source files on your server on-the-
fly. It also supports RIFE templates tags and
highlights them clearly so that you can easily
identify the difference between your RIFE markup
and the actual marked up source.

(Machine Translation)
Última actualización: 2005-01-05 12:55

Staroffice/Openoffice to HTML Converter

Staroffice/Openoffice to HTML Converter converts a Staroffice/Openoffice.org document to HTML, using xsltproc for the XML conversion and ImageMagick's convert to convert images. It creates a table of contents with links, and handles tables, styles, spans, and many other XML elements from a writer file.

Última actualización: 2005-02-26 22:30

Arbitrary Command Output Colourer

acoc is a regular-expression based colour formatter for programs that display output on the command-line. It works as a wrapper around the target program, executing it and capturing the stdout stream. Optionally, stderr can be redirected to stdout, so that it, too, can be manipulated. acoc then applies matching rules to patterns in the output and applies colours to those matches.

(Machine Translation)
Última actualización: 2011-03-28 00:32

HTML Purifier

HTML Purifier is PHP software for HTML filtering. It is an alternative to BBCode or other obscure custom markup languages. It will not only remove all malicious code (XSS), but will also make sure the HTML is standards compliant.

(Machine Translation)
Última actualización: 2013-02-11 23:36

fetch and deliver mail

fdm (fetch and deliver mail) is a simple, lightweight replacement for mail fetching, filtering, and delivery programs such as fetchmail and procmail. It can fetch using POP3, POP3S, IMAP, IMAPS, or stdin, and deliver to a pipe, file, maildir, mbox, or SMTP server, based on a set of regexps. It can be used for both single user and multiuser setups, and is designed with privilege separation when running as root.

(Machine Translation)
Última actualización: 2002-10-21 00:14

Bayesian Mail Filter

This is a mail filter which uses the Bayes algorithm as explained in Paul Graham's article "A Plan for Spam". It aims to be smaller, faster, and more versatile than other filters. The implementation is ANSI C and uses POSIX functions. Supported platforms are (in theory) all POSIX systems. It is independent from external programs and libraries, supports multiple database formats (flat files, libdb, and MySQL), and uses efficient zero-copy processing. SpamAssassin style passthru mode and headers are supported.

Última actualización: 2011-03-21 17:07

LEPL

LEPL is a recursive descent parser library written
in Python. It is based on parser combinator
libraries popular in functional programming, but
also exploits Python language features. Operators
provide a friendly syntax, and the consistent use
of generators supports full backtracking and
resource management. Backtracking implies that a
wide variety of grammars are supported; appropriate memoisation ensures that even left-recursive grammars terminate.

(Machine Translation)