44 projects tagged "Filters"
AntFlow builds upon Apache Ant to provide a new approach to simplifying system automation that uses pipelines of hot folders chained together to perform a given task. Using XML, it associates an automated task such as data transfer, encryption, or XML processing with a directory on the local system. Whenever a file is copied or written into the hot folder, the associated task is executed and the file is moved to the next hot folder in the pipeline for further processing.
Anti-Spam Agent for Novell NetMail is a replacement for SpamAssassin's spamd. It will tell the NetMail server to send all new email to it for spam checking. If SpamAssassin determines that the email is spam, you can either have it deleted, or have "X-Spam-Flag: YES" added to the message header. This project also includes assistance for others to write their own NetMail agents.
jSieve is a Java implementation of the Sieve mail filtering language defined by RFC 3028. Sieve is an extensible mail filtering language. Its limited expressiveness (no loops or variables and no tests with side effects) allows user created scripts to be run safely on email servers. Sieve is targeted at the final delivery phase (where an incoming email is transferred to a user's mailbox). jSieve is implemented as a language processor that can be plugged into any Internet mail application to add Sieve support.
BlackMamba is a semi-automatic spam filter and email previewer. It lets you connect to your POP3 mail server and peek into your mailbox. BlackMamba automatically categorizes the messages as "friendly", "possible spam", and "spam" based on a few simple configuration steps. It allows you to delete the messages, and it maintains an address book, a list of spammers, and a mail size filter. It should be useful if you've gone on a holiday and haven't checked your email for weeks and know that your mailbox will be full of junk. BlackMamba sorts your email messages without downloading the messages in their entirety.
DSML is the Directory Services Markup Language, an XML dialect for working with directory information. The DSML Tools provide for the querying of any LDAP directory (with search results output as DSML), the importing of DSML data into any LDAP directory, the directory-context validation of DSML (checking for illegal attributes in the entries, etc.), and the calculation of the differences (for a directory) between two DSML documents to provide an XML Diff algorithm for DSML data. This software makes all LDAP-supporting directories DSML-enabled. It can also check the integrity of DSML data, and show at a glance how two data sets, represented as DSML, differ.
DisSent (short for "Distribute Sent Mails") is a program for separating your sent mail from a single folder into different folders based on properties of the individual messages in the folder. It scans your mail storage and proposes a set of actions to tidy up your sent mail folders. More precisely, it gives you a list of messages along with proposals on where to move these messages. You can then select the messages you want to move and let DisSent do the actual work.
Extensible Messaging Platform is a spam-filtering firewall server application. It protects any SMTP mail server from spam, email- orne viruses (including dangerous auto-launch viruses) and other objectionable content. It filters mail using complex contextual signatures (not simple keyword lists). The use of contextual signatures results in high success and extremely low false-positive rates. Additional features include automatic XML extraction/database insertion, optional POP3 retrieval, comprehensive user-definable contextual filtering, content-based message routing and developer API.
JFetch is an application to download your email through protocols like POP3 and IMAP. The decision of whether to download a mail or not is made through a sequence of filters. By implementing certain interfaces, a user can very easily add his/her own filter to the current set of provided filters. Examples of filters are spam control, size restrictions, etc. JFetch downloads the email if it matches the criteria and then can deliver it using one of its delivery options.