From 175da2e5c8762d8dc16e5f324e793686a9e46ed8 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 27 Sep 2011 03:08:31 +0200 Subject: added wildcard also after new (like after neu) --- index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.py b/index.py index 8fcd58d..e72914a 100755 --- a/index.py +++ b/index.py @@ -6,7 +6,7 @@ from socket import gethostbyaddr urls = ( '/', 'index', '/neu.*', 'new', - '/new', 'new', + '/new.*', 'new', '/help/spam.*', 'spam', '/help/unsubscribe\.([a-z]+).*', 'unsubscribe', ) -- cgit v1.2.3-1-g7c22