Private
Public Access
1
0

bugfix mail processing

This commit is contained in:
Sander Roosendaal
2017-02-14 20:52:10 +01:00
parent af4c5dbc2b
commit 2d1cfef521
2 changed files with 2 additions and 3 deletions

View File

@@ -48,7 +48,6 @@ class Command(BaseCommand):
cntr = 0
for a in attachments:
extension = a.document.name[-3:].lower()
print "aap ",extension
donotdelete = 0
m = Message.objects.get(id=a.message_id)
from_address = m.from_address[0].lower()