bugfix mail processing
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user