Skip to content
/ jeezus Public

Experimental SMTP Proxy for Antispam in Python

Notifications You must be signed in to change notification settings

noqqe/jeezus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jeezus...

jeezus is an experimental smtp proxy that I wrote to be able to do serverside bayesian spam filtering. In this case using bogofilter.

Usage

Usage is easy.

./jeezus --listen 127.0.0.1:12000 --deliver 127.0.0.1:25 --pipe-command '/usr/local/bin/bogofilter -u -e -R'

or using short flags.

./jeezus -l localhost:4451 -d localhost:25 -p "/usr/local/bin/bogofilter -u -e -p -R"

In use with bogofilter it is necessary that the called command is echoing the original mail (and added X-Headers with spam scores)

Embedding example

todo..

Requirements

Just install inbox.py using pip and python2.7

pip install inbox.py

About

Experimental SMTP Proxy for Antispam in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages