https://github.com/elnardu/cisco_auto_release
Automatically releases messages that get into Cisco's useless Spam Quarantine
https://github.com/elnardu/cisco_auto_release
Last synced: about 1 year ago
JSON representation
Automatically releases messages that get into Cisco's useless Spam Quarantine
- Host: GitHub
- URL: https://github.com/elnardu/cisco_auto_release
- Owner: elnardu
- License: gpl-3.0
- Created: 2020-01-13T07:31:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-14T20:55:04.000Z (over 6 years ago)
- Last Synced: 2025-02-02T05:26:19.283Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cisco Auto Release
Automatically releases messages that get into Cisco's useless Spam Quarantine.
## Setup
> I do not know how crontab works on windows. This instruction is for Mac OS/Linux.
If you have access to `data.cs.purdue.edu`, you can install this script there.
1. Install python 3 (it is preinstalled on `data`)
2. `pip3 install requests`
3. `mkdir -p ~/scripts/cisco/ && cd ~/scripts/cisco/ && wget https://raw.githubusercontent.com/elnardu/cisco_auto_release/master/cisco_auto_release.py`
4. `chmod +x ~/scripts/cisco/cisco_auto_release.py`
5. `~/scripts/cisco/cisco_auto_release.py`
* Follow the instructions on the screen
* If you had any emails in the quarantine, you should receive them now
6. `crontab -e`
7. Add `*/5 * * * * ~/scripts/cisco/cisco_auto_release.py` after the comments and save the file
* This will run the script every 5 minutes
* If you do not know how to exit vim, follow the [tutorial](https://github.com/hakluke/how-to-exit-vim/blob/master/README.md)