Merge branch 'hotfix/emailcheck'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user