8000 GitHub - sssbox/blackhole: Blackhole is an MTA written on top of asyncio, utilising async and await statements.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sssbox/blackhole

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blackhole

Build status of the master branch Test coverage Codacy grade Requirements Status

Blackhole is an MTA (message transfer agent) that (figuratively) pipes all mail to /dev/null, built on top of asyncio and utilises async def and await statements available in Python 3.5.

While Blackhole is an MTA, none of the actions performed via SMTP or SMTPS are actually processed, and no email is delivered. You can tell Blackhole how to handle mail that it receives. It can accept all of it, bounce it all, or randomly do either of those two actions.

Think of Blackhole sort of like a 68DF honeypot in terms of how it handles mail, but it's specifically designed with testing in mind.

Documentation

You can find the latest documentation here.

If you would like to contribute, please read the contributors guide.

The latest build status on travis.

And the test coverage report on codecov.

Changelog

You can find a list of changes on the blackhole website.

About

Blackhole is an MTA written on top of asyncio, utilising async and await statements.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.5%
  • Shell 1.8%
  • Makefile 0.7%
0