diff -u fugu-0.9.8/.version fugu-0.9.8a/.version
--- fugu-0.9.8/.version	Tue Feb  1 21:50:37 2000
+++ fugu-0.9.8a/.version	Tue Feb  8 21:40:06 2000
@@ -1 +1 @@
-0.9.8
+0.9.8a
diff -u fugu-0.9.8/ui.py fugu-0.9.8a/ui.py
--- fugu-0.9.8/ui.py	Tue Feb  8 10:44:00 2000
+++ fugu-0.9.8a/ui.py	Tue Feb  8 21:37:18 2000
@@ -1197,7 +1197,7 @@
 		if puffwidget is None:
 			puffwidget = self._puffwidget
 
-		heath_detector = re.compile('@[-\w\.]*/user/')
+		heath_detector = re.compile('.+@')
 		if puffwidget.pub() and heath_detector.match(puffwidget.pub()):
 			d = tkMessageBox.askyesno('Heath alert',
 				"Heath alert!  Your public category looks like a Gale"
