Einfache Projektliste Software-Karte

560 Projekte im Ergebnis
Letztes Update: 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)
Letztes Update: 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)
Letztes Update: 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)
Letztes Update: 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)
Letztes Update: 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)
Letztes Update: 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)
Letztes Update: 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)
Letztes Update: 2004-12-17 21:25

Gubby

Gubby keeps track of changes in your procmail log file, and will in real time display in which folders new email has been placed. Mailboxes are read using a specified external mail user agent. Output is normally displayed in a nice and colorful curses environment, but can also be printed to the standard output from the command prompt.

(Machine Translation)
Letztes Update: 2005-03-29 22:11

XamimeLT

XamimeLT is an email scanner which encapsulates
your existing sendmail or Postfix server setup. It
scans both incoming and outgoing email. It can
scan for email viruses, unwanted file types (eg.
EXE, BMP, MPEG) and file names (eg.
prettypark.exe), spam, and almost anything you
care to search for in an email. It can also be
used to scan for text snippets within emails and
to insert disclaimers into outbound emails.
XamimeLT was formerly known as "Inflex".

(Machine Translation)
Letztes Update: 2002-07-22 04:43

Linguaphile

Linguaphile is a simple command line language translator. It is open source, platform independent, and programmed in Perl. Linguaphile currently supports the following languages: Afrikaans, Alawa, Albanian, Arrernte, Basque, Belarusian, Bulgarian, Catalan, Croatian, Czech, Danish, Dutch, English, Esperanto, Estonian, Finnish, French, Galician, German, Greek, Hawaiian, Hungarian, Icelandic, Indonesian, Interlingua, Irish, Italian, Kala Lagaw Ya, Korean, Kriol, Latvian, Lithuanian, Malay, Maltese, Maori, Norwegian, Pitjantjatjara, Polish, Portuguese, Romanian, Russian, Samoan, Serbian, Slovak, Slovenian, Spanish, Swahili, Swedish, Thai, Tok Pisin, Turkish, Ukrainian, Warlpiri, and Welsh. The Spanish to English translation is the most useful at this stage.

(Machine Translation)
Letztes Update: 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)
Letztes Update: 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)
Letztes Update: 2004-01-21 02:09

XFMail

XFMail is an X11 application for receiving
electronic mail. It implements most of its email
functionality internally so that it does not
depend on a lot of extra packages. It supports
POP3, MBOX, IMAP4, sendmail, and SMTP. It has
built-in support for interfacing with PGP, GPG,
ispell/aspell, faces, LDAP, and esound. It runs on
most Unix variants.

(Machine Translation)
Letztes Update: 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)
Letztes Update: 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.