Skip to content

This project provides a simple background service that scans your Exchange inbox for fake phishing emails originating from KnowBe4 and either archives or deletes them based on settings.

License

Notifications You must be signed in to change notification settings

AzorianSolutions/delete-right-after

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Delete-Right-After

This project provides a simple background service that scans your Exchange inbox for fake phishing emails originating from KnowBeFor and deletes them automatically.

Main Branch Dev Branch
CodeQL CodeQL

TL;DR - Linux

To get started quickly with a simple deployment, execute the following bash / shell commands on a Debian Linux based system with git installed:

git clone https://github.com/AzorianSolutions/delete-right-after.git
cd delete-right-after
./deploy/bare-metal/linux/debian.sh
source venv/bin/activate
dra run

TL;DR - Windows

Start with checking out the project's official repository using git. The official repository can be cloned from https://github.com/AzorianSolutions/delete-right-after.git.

cd C:/Path/To/Project/Root
python3 -m venv venv
venv\Scripts\activate
pip install -e .
copy deploy\config\defaults.env deploy\config\production.env

Edit the default settings as needed in deploy\config\production.env.

Then, run the following commands each time you want to activate the project for use:

cd C:/Path/To/Project/Root
venv\Scripts\activate
for /F %A in (deploy\config\production.env) do SET %A
dra run

Project Documentation

Configuration

Delete-Right-After is configured via environment variables. Please refer to the default values in deploy/config/defaults.env for a list of the environment variables that can be set.

To see the concrete implementation of the settings associated with the environment variables, please see the src/app/config.py file.

Contributing

This project is not currently accepting outside contributions. If you're interested in participating in the project, please contact the project owner.

Please see our Security Policy.

Please see our Support Policy.

Please see our Code of Conduct.

This project is released under the MIT license. For additional information, see the full license.

About

This project provides a simple background service that scans your Exchange inbox for fake phishing emails originating from KnowBe4 and either archives or deletes them based on settings.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published