forked from mirror/django-mailbox
Ignore p7s smime attachments
This commit is contained in:
parent
2fd9664295
commit
ad4a1c00f4
2 changed files with 5 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ class Command(BaseCommand):
|
|||
self.stdout.write('Gathering messages for %s\n' % mailbox.name)
|
||||
messages = mailbox.get_new_mail()
|
||||
for message in messages:
|
||||
self.stdout.write('Recieved %s (from %s)\n' % (
|
||||
self.stdout.write('Received %s (from %s)\n' % (
|
||||
message.subject,
|
||||
message.from_address
|
||||
))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue