summaryrefslogtreecommitdiffstats
path: root/index.py
diff options
context:
space:
mode:
Diffstat (limited to 'index.py')
-rwxr-xr-xindex.py2
1 files changed, 1 insertions, 1 deletions
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',
)