Code

- some formatting
[roundup.git] / roundup / mailgw.py
index 67cf6a3739e10ad27d22d5f4913e58b7f4d92432..8346b0590cb605ab7a0ac6d4dcba5f1557273f0a 100644 (file)
@@ -1295,7 +1295,7 @@ encrypted.""")
         # now handle the body - find the message
         ig = self.instance.config.MAILGW_IGNORE_ALTERNATIVES
         content, attachments = message.extract_content(ignore_alternatives=ig,
-            unpack_rfc822 = self.instance.config.MAILGW_UNPACK_RFC822)
+            unpack_rfc822=self.instance.config.MAILGW_UNPACK_RFC822)
         if content is None:
             raise MailUsageError, _("""
 Roundup requires the submission to be plain text. The message parser could