This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yuy
Recipients yuy
Date 2018-04-04.17:40:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522863642.75.0.682650639539.issue33225@psf.upfronthosting.co.za>
In-reply-to
Content
part of bytestring in message in .append() includes 'text-align: center;\r\n}</style><!--[if gte mso 9]><xml>'

append always fails on such messages with 
`abort: command: APPEND => unexpected response: b'}</style><!--[if BAD Command Error. 10'`

Some spam emails includes this in body. I pipe incoming emails to spamassassin and pipe back stdout to be appended to spam mailbox. This type of failures always causes IMAPS connection to be closed.

I can reproduce this every time. IMAP server is Microsoft Exchange I believe
History
Date User Action Args
2018-04-04 17:40:42yuysetrecipients: + yuy
2018-04-04 17:40:42yuysetmessageid: <1522863642.75.0.682650639539.issue33225@psf.upfronthosting.co.za>
2018-04-04 17:40:42yuylinkissue33225 messages
2018-04-04 17:40:42yuycreate