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

Latest commit

 

History

History
34 lines (27 loc) · 1.69 KB

README.md

File metadata and controls

34 lines (27 loc) · 1.69 KB

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.