--- category: '' date: 2006/04/12 18:30 description: '' link: '' priority: '' slug: '40' tags: RaSCAN, programming, qmail title: RASCAN type: text updated: 2006/04/12 18:30 url_type: '' --- Rascan is a rewrite of Inter7's simscan_ and will provide you with the following: * Will (optionally) check for virus using ClamAV_ * Will (optionally) pass your mail through SpamAssassin_ * Will (optionally) add a footer to your messages using altermime_ The goals of this project are: * Make it more runtime configurable, instead of having so many compile-time options. * Make it simpler, removing functionality I didn't use * Add a little extra, specifically a chance to add footers to messages using altermime * Make it use bstrlib_'s string routines, because programming C I am a chicken. To use rascan, you need a qmail installation with the QMAILQUEUE and qmail-queue-custom-error patches. The latest version is 0.1.0_ and you can consider it alpha quality. (See Changelog_, See manpage_). ChangeLog --------- * 2006-04-12 Version 0.1.0 + Original release. .. _manpage: /static/manpages/rascan.man.txt .. _0.1.0: /static/rascan-0.1.0.tar.gz .. _clamav: http://www.clamav.net .. _spamassassin: http://www.spamassassin.org .. _simscan: http://www.inter7.com/?page=simscan .. _bstrlib: http://bstring.sf.net/ .. _altermime: http://www.pldaniels.com/altermime/