Skip to content

Commit

Permalink
Make the example a bit clearer.
Browse files Browse the repository at this point in the history
  • Loading branch information
zedshaw committed Feb 26, 2013
1 parent c392c16 commit e232808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/librelist/app/handlers/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def SPAMMING(message, **options):


@route('(bad_list)@(host)', bad_list='.+')
@route('(list_name)@(host)')
@route('(list_name)@(host)') # list_name and host regexes are defined in config/settings.py (router_defaults)
@route('(list_name)-subscribe@(host)')
@bounce_to(soft=bounce.BOUNCED_SOFT, hard=bounce.BOUNCED_HARD)
@spam_filter(SPAM['db'], SPAM['rc'], SPAM['queue'], next_state=SPAMMING)
Expand Down

0 comments on commit e232808

Please sign in to comment.