Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: mail collectors: fix IMAP abort handling #2187

Merged
merged 1 commit into from
May 31, 2022

Conversation

wagner-intevation
Copy link
Contributor

the try-except block to handle aborted IMAP connections (timeout after a
long processing of the message in IntelMQ) used the wrong class
imaplib.abort does not exist, but the class is named imaplib.IMAP4.abort

the try-except block to handle aborted IMAP connections (timeout after a
long processing of the message in IntelMQ) used the wrong class
imaplib.abort does not exist, but the class is named imaplib.IMAP4.abort
@sebix sebix added this to the 3.1.0 milestone May 30, 2022
@sebix sebix added bug Indicates an unexpected problem or unintended behavior component: bots labels May 30, 2022
Copy link
Contributor

@waldbauer-certat waldbauer-certat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sebix sebix merged commit 474467b into certtools:develop May 31, 2022
@wagner-intevation wagner-intevation deleted the coll-mail-abort branch May 31, 2022 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior component: bots
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants