[pmwiki-users] Core Spam Blcok Thoughts
    Patrick R. Michaud 
    pmichaud at pobox.com
       
    Wed Apr  5 15:59:03 CDT 2006
    
    
  
On Wed, Apr 05, 2006 at 03:51:23PM -0500, Wendell Brown wrote:
> Patrick R. Michaud wrote:
> >I will likely provide a feature for blocking whole words and
> >regular expressions; overrides are a bit difficult because it's
> >not exactly clear what one means by an "override".  
> >
> >At best I think it could be "ignore a block pattern previously given".
> 
> The way I was thinking about handling this was to create a white list 
> that contains a list of regular expressions that each of the block 
> patterns are compared to and if they match, then that block expression 
> is ignored.  
Seems over-general, but it could probably be made to work:
    block:  www.pokerpickers.com
    block:  www.ilovepoker.com
    block:  www.viagra.com
    unblock:  /poker/                    # unblock any block with "poker"
    unblock: poker                       # unblock only "poker"
    unblock: viagra
Pm
    
    
More information about the pmwiki-users
mailing list