cbackas / SpamGuard

Kills the spam emails that have been haunting me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpamGuard

Microsoft's spam filter became uselsss about a year ago. Their email rules aren't powerful enough to make the spam stop. So here I am.

Uses mailsuite (well my fork with a couple fixes) which handles the imap/idle heavy lifting

Runs in Docker (of course)

docker run -d -e 'IMAP_HOST'='' -e 'IMAP_PORT'='993' -e 'AUTH_USERNAME'='' -e 'AUTH_PASSWORD'='' cbackas/spamguard:latest

About

Kills the spam emails that have been haunting me


Languages

Language:Python 97.0%Language:Dockerfile 3.0%