Author: Sidharth Mishra
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)
-
Download the contents of the app directory.
-
Run the
stop-spamming-me.app
application. -
When prompted to give the
regexes.lst
file andstarters.lst
file in the dialog box (both are included in the app directory).
-
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.
- Minor changes in filtering logic for starters.lst.
- Initial release.