Shell script to start spam filtering service. More...
Variables | |
CURDIR ="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" | |
WATCHDIR ="$CURDIR/new_mails" | |
WATCHLOG ="$CURDIR/watchlog" | |
Shell script to start spam filtering service.
It starts the inotifywait process on the given directory and runs the fast_single.py file.