Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blacklists support #115

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Blacklists support #115

wants to merge 7 commits into from

Commits on Jul 15, 2014

  1. Initial support for Blacklists. If no newsletter is specified, then t…

    …hat email address is considered in the Global Blacklist.
    procmail committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    fa866db View commit details
    Browse the repository at this point in the history
  2. Removed update() for class Blacklist().

    For Blacklist, if the name is empty, show an empty string.
    procmail committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    1584dce View commit details
    Browse the repository at this point in the history
  3. Added importing of blacklist.

    Only CSV is supported for now.
    
    Format:
    name, email
    My Name, user1@example.com
    Your Name, user2@example.com
    procmail committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    9580b84 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dfa61e7 View commit details
    Browse the repository at this point in the history
  5. Removed unneeded imports

    procmail committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    b320f75 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    096ca24 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2014

  1. Pep8 compliance (almost).

    procmail committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    5ce08fa View commit details
    Browse the repository at this point in the history