Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peti/mapson
mapSoN <--> NoSpam
https://github.com/peti/mapson
e-mail spam-filtering unix
Last synced: about 1 month ago
JSON representation
mapSoN <--> NoSpam
- Host: GitHub
- URL: https://github.com/peti/mapson
- Owner: peti
- License: gpl-3.0
- Created: 2017-06-08T17:03:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-09T08:44:57.000Z (over 7 years ago)
- Last Synced: 2024-10-28T16:51:36.921Z (3 months ago)
- Topics: e-mail, spam-filtering, unix
- Language: C
- Homepage: http://mapson.sourceforge.net/
- Size: 800 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: NEWS
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
mapSoN 3.x
mapSoN should compile on any Unix system with a moderately up-to-date C++
compiler. GNU gcc 3.x or later will work just fine. Just do the usual Autoconf
routine:./configure --prefix=/usr/local/mapson
make all
make check
make install-stripWith that part out of the way, go to /usr/local/mapson/etc, rename the file
"sample-config" to "config", and customize to your system. This is a side-wide
configuration file! Users may override all settings by creating a configuration
file of their own in "$HOME/.mapson/config".Now go to /usr/local/mapson/share and rename the file sample-challenge-template
to challenge-template. Again, you might want to customize it to your preferred
wording, language etc. This is a site-wide file, too. Users can override it by
changing the path in their local configuration file or by creating
"$HOME/.mapson/challenge-template".Further details on how to configure mapSoN (and how to activate it) can be found
in the user manual at "doc/mapson.html".