allow more lines since polymail has extra whitespace

This commit is contained in:
Ethan Setnik
2017-04-12 00:07:29 -04:00
parent cca64d3ed1
commit 5c413b4b00

View File

@@ -179,7 +179,7 @@ RE_NORMALIZED_LINK = re.compile('@@(http://[^>@]*)@@')
RE_PARENTHESIS_LINK = re.compile("\(https?://")
SPLITTER_MAX_LINES = 4
SPLITTER_MAX_LINES = 6
MAX_LINES_COUNT = 1000
# an extensive research shows that exceeding this limit
# leads to excessive processing time