Merge tag 'emailcheck' into develop
lowercase comparison emails
This commit is contained in:
@@ -47,7 +47,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
|
||||
|
||||
Reference in New Issue
Block a user