https://github.com/sidmishraw/stop-spamming-me
A JXA script to weed out spam mails from the inbox using regex for granular control.
https://github.com/sidmishraw/stop-spamming-me
applescript macos macos-sierra mail spam-filtering
Last synced: about 1 year ago
JSON representation
A JXA script to weed out spam mails from the inbox using regex for granular control.
- Host: GitHub
- URL: https://github.com/sidmishraw/stop-spamming-me
- Owner: sidmishraw
- License: apache-2.0
- Created: 2018-02-10T19:57:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-12T01:50:56.000Z (over 8 years ago)
- Last Synced: 2025-04-01T05:11:49.703Z (over 1 year ago)
- Topics: applescript, macos, macos-sierra, mail, spam-filtering
- Language: AppleScript
- Homepage:
- Size: 259 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stop-spamming-me
Author: [Sidharth Mishra](mailto:sidmishraw@gmail.com)
A JXA script-app to weed out spam mails from the inbox using regex.
The application runs every 15 minutes for this version.
Target:
* macOS Sierra: 10.12.6 (16G1212)
* Mail: Version 10.3 (3273)
## Usage
* Download the contents of the [app](./app) directory.
* Run the `stop-spamming-me.app` application.
* When prompted to give the `regexes.lst` file and `starters.lst` file in the dialog box (both are included in the app directory).
## regexes.lst and starters.lst
* `regexes.lst` file contains the list of regular expressions that you believe match the spam emails.
* `starters.lst` file contains the list of starting words that you believe match the spam emails.
## Changelog
## v0.1.1
* Minor changes in filtering logic for starters.lst.
### v0.1.0
* Initial release.