Skip to content
Snippets Groups Projects
Commit cebcb74c authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

recognize x-tlen type from tlen transports. fixes #2756

parent f89ccfe4
No related branches found
No related tags found
No related merge requests found
......@@ -232,7 +232,7 @@ class Logger:
return constants.TYPE_SMS
if type_ == 'smtp':
return constants.TYPE_SMTP
if type_ == 'tlen':
if type_ in ('tlen', 'x-tlen'):
return constants.TYPE_TLEN
if type_ == 'yahoo':
return constants.TYPE_YAHOO
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment