Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 865 Bytes

README.md

File metadata and controls

37 lines (19 loc) · 865 Bytes

stop-spamming-me

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)

Usage

  • Download the contents of the 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.