IBM QRadar SOAR

IBM QRadar SOAR

Join this online user group to communicate across Security product users and IBM experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only

Inbound not processing when replying from outook

  • 1.  Inbound not processing when replying from outook

    Posted Thu February 15, 2024 06:53 AM

    Hello team! 

    I am using latest Outbound Email, to send mail from incident to any user, this part is working fine but when the user received the mail from resilient and trying to reply back to that mail, it not adding back to email conversation data table. 

    In email Parsing script, i have made the Save_Conversation  = True, 

    if SAVE_CONVERSATION:
        processor.add_email_conversation(emailmessage.headers, 
            emailmessage.getBodyHtmlRaw() if emailmessage.getBodyHtmlRaw() else emailmessage.body.content, 
            [attachment.suggested_filename for attachment in emailmessage.attachments])

     

    but still it not adding back to the data table , so is there anything I'm missing, or any changes need to be done in the Script. Thanks in advance



    ------------------------------
    Akash Jaiswal
    ------------------------------