Bug 2340 - Create block list
Summary: Create block list
Status: RESOLVED FIXED
Alias: None
Product: Claws Mail (GTK 2)
Classification: Unclassified
Component: Plugins/AddressKeeper (show other bugs)
Version: 3.7.8
Hardware: PC Linux
: P3 enhancement
Assignee: users
URL:
Depends on:
Blocks:
 
Reported: 2011-01-02 01:45 UTC by Christian Faulhammer
Modified: 2013-08-26 08:38 UTC (History)
0 users

See Also:


Attachments

Description Christian Faulhammer 2011-01-02 01:45:14 UTC
Some addresses should never be added to the address book, so a block list supporting wild cards (or regexp) would be great that prevents an email address from being added.
Comment 1 users 2013-03-31 03:41:03 UTC
Changes related to this bug have been committed.
Please check latest Git and update the bug accordingly.
You can also get the patch from:
http://git.claws-mail.org/

http://git.claws-mail.org/?p=claws.git;a=commitdiff;h=aa8ccdb0f6e887a4cb68150883eb7d6faf0cc1f5
Author: Ricardo Mones <ricardo@mones.org>
Date:   Wed Mar 27 18:36:23 2013 +0100

    Add block address matching pattern feature
    
    Should fix bug #2340 'Create block list'.

http://git.claws-mail.org/?p=claws.git;a=commitdiff;h=a79ce24f9f5079e2cdd470e4b124321647ba6da6
Author: Ricardo Mones <ricardo@mones.org>
Date:   Wed Mar 27 10:23:50 2013 +0100

    Use new generalized function for matcher list

http://git.claws-mail.org/?p=claws.git;a=commitdiff;h=fe709cce38ba0f99759752102c1012f2fc0f265f
Author: Ricardo Mones <ricardo@mones.org>
Date:   Wed Mar 27 10:12:55 2013 +0100

    Generalize matcher list building from lines
    
    New function "matcherlist_new_from_lines" to build the MatcherList
    required to match one or more regexps from a newline-separated string.
    
    Seen previously a specific internal function of AttachWarner plugin.

Note You need to log in before you can comment on or make changes to this bug.