1
0
Fork 0

Ignore p7s smime attachments

This commit is contained in:
Patrick Craston 2013-01-15 15:48:15 +00:00
parent 2fd9664295
commit ad4a1c00f4
2 changed files with 5 additions and 1 deletions

View file

@ -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
))