From 113687a191a37cd378f458b5c5e1925b069be72e Mon Sep 17 00:00:00 2001 From: Harshavb51 <56877328+Harshavb51@users.noreply.github.com> Date: Tue, 22 Oct 2019 18:40:54 +0530 Subject: [PATCH] Update bruteforce.py --- talon/signature/bruteforce.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/talon/signature/bruteforce.py b/talon/signature/bruteforce.py index e502bab8..ec7eba15 100644 --- a/talon/signature/bruteforce.py +++ b/talon/signature/bruteforce.py @@ -16,11 +16,11 @@ (?: ^[\s]*--*[\s]*[a-z \.]*$ | - ^thanks[\s,!]*$ + ^thanks[ a-z]*[\s,!]*$ | - ^regards[\s,!]*$ + ^regards[ a-z]*[\s,!]*$ | - ^cheers[\s,!]*$ + ^cheers[ a-z]*[\s,!]*$ | ^best[ a-z]*[\s,!]*$ )