Private
Public Access
1
0

email to lower check fix

This commit is contained in:
Sander Roosendaal
2017-02-13 17:47:29 +01:00
parent c2a107646f
commit 00e9296cb0

View File

@@ -50,7 +50,7 @@ class Command(BaseCommand):
for a in attachments:
donotdelete = 0
m = Message.objects.get(id=a.message_id)
from_address = m.from_address[0]
from_address = m.from_address[0].lower()
name = m.subject
cntr += 1
# get a list of users