Smart Spam Filter  1.0
A spam filter using Machine Learning.
watchfile.sh File Reference

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"
 
 

Detailed Description

Shell script to start spam filtering service.

It starts the inotifywait process on the given directory and runs the fast_single.py file.

Author
Sudhanshu Dubey
Version
1.0
Date
3/7/2019
Bug:
No known bugs