Searched refs:fcre (Results 1 – 4 of 4) sorted by relevance
20 fcre = re.compile(r'^From ', re.MULTILINE) variable179 payload = fcre.sub('>From ', payload)216 preamble = fcre.sub('>From ', msg.preamble)237 epilogue = fcre.sub('>From ', msg.epilogue)
48 fcre = re.compile(r'[\041-\176]+:$') variable460 len(this) == 1 and fcre.match(this[0]):
22 fcre = re.compile(r'^From ', re.MULTILINE) variable248 payload = fcre.sub('>From ', payload)285 preamble = fcre.sub('>From ', msg.preamble)307 epilogue = fcre.sub('>From ', msg.epilogue)429 msg._payload = fcre.sub(">From ", msg._payload)
48 fcre = re.compile(r'[\041-\176]+:$') variable