X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fregexes.py;h=ee26430ce8673b1908b5a948cce877898328e4f7;hb=08cfcad53467bcae8ad9b7fba2624efccae45044;hp=96f6c8e9612c7fb99463ef73dd7332435bb74cd5;hpb=dbab5f6dd3fda53a5b6015dfdcae96c325d74bac;p=dak.git diff --git a/daklib/regexes.py b/daklib/regexes.py index 96f6c8e9..ee26430c 100755 --- a/daklib/regexes.py +++ b/daklib/regexes.py @@ -105,4 +105,5 @@ re_gpg_fingerprint = re.compile(r"^fpr:+(.*):$", re.MULTILINE); re_user_address = re.compile(r"^pub:.*<(.*)@.*>.*$", re.MULTILINE); re_user_mails = re.compile(r"^(pub|uid):[^rdin].*<(.*@.*)>.*$", re.MULTILINE); re_user_name = re.compile(r"^pub:.*:(.*)<.*$", re.MULTILINE); +re_re_mark = re.compile(r'^RE:')