Fix typo in data command

This commit is contained in:
Drew DeVault 2019-04-29 15:18:01 -04:00
parent 4c51567ca0
commit 93c2b4fa59
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ class MailHandler:
async def handle_DATA(self, server, session, envelope):
try:
return await self._handle_data(server, session, envelope)
return await self._handle_DATA(server, session, envelope)
except:
db.session.rollback()
raise