From 29362a81efcc6c3145b999e2324090b12eb2ecb4 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 12 Dec 2016 15:40:17 +0100 Subject: more precise regexps --- ymir/mlmmj-expose.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ymir') diff --git a/ymir/mlmmj-expose.hs b/ymir/mlmmj-expose.hs index 56a70bba..169fbb42 100644 --- a/ymir/mlmmj-expose.hs +++ b/ymir/mlmmj-expose.hs @@ -156,7 +156,7 @@ main = do , groupUrls = Set.empty , groupSubs = Set.fromList $ map (replaceSub ident) subscribers } - replaceSub ident sub = FoxReplaceSub { rInput = listName ++ "\\+" ++ hash' (ident, sub) ++ "(@[^ ]+)?" + replaceSub ident sub = FoxReplaceSub { rInput = listName ++ "\\+" ++ hash' (ident, sub) ++ "(@subs\\.lists\\.yggdrasil\\.li)?" , rOutput = sub , rInputType = RegexpInput , rCaseSensitive = True -- cgit v1.2.3