Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
/ asspr Public archive

Anti-Spam Server Proxy Report

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

Obsidian-StudiosInc/asspr

Repository files navigation

Anti-Spam Server Proxy Report

License Build Status Build Status Code Quality

Anti-Spam Server Proxy Report is a small program written in C that creates a report based on the emails in ASSP's directories. At the moment only notspam, spam and viruses folders. Reports contain the file name, To:, From:, and Subject: fields of each email in each folder. Providing a means to monitor the emails and ASSP's activity.

By default report start at the beginning of the day till the time the report is run. If run at 11:59PM/23:59, report will include that days emails. Ideally meant to be run once daily, but some modifications have been made to allow for other time frames. Please open issues for any bugs, feature requests, enhancements, etc.

INSTALLATION

GNU Autotools are used to build and install asspr

./autogen.sh
make install

and your done.

The last step, make install simply copies asspr to /usr/sbin, and the man page to /usr/share/man/man8/. Which can be easily changed by modifying the make file. Or manually moving or placing the files.