Hello All,
I have at times seen several quarantined messages which have specific words within the body which I know are phishing and while the message is quarantined I want to remove them from the quarantine. Going through the interface would just not work in this case because of all the users and messages.
As an example there may be a bunch of google forms phishing and I'm just going to remove them from the queue and not give the user the opportunity to make a mistake.
What I can do is find messages with the content based on the criteria and return the QUEUE ID, so as an example:
grep -Ril "The Easy Furniture Mover Set "
FA/A1CA960009EFE224FA
3B/A0AEC6001AC924ED3B
0B/A19616001CBBEF200B
1D/A195B6001C2840451D
Now what I would like to be able to do is delete the quarantine/queue ID, but haven't found a command to do so.
I know if I simply delete the queue file, that breaks it from within PMG.
Thank you!
I have at times seen several quarantined messages which have specific words within the body which I know are phishing and while the message is quarantined I want to remove them from the quarantine. Going through the interface would just not work in this case because of all the users and messages.
As an example there may be a bunch of google forms phishing and I'm just going to remove them from the queue and not give the user the opportunity to make a mistake.
What I can do is find messages with the content based on the criteria and return the QUEUE ID, so as an example:
grep -Ril "The Easy Furniture Mover Set "
FA/A1CA960009EFE224FA
3B/A0AEC6001AC924ED3B
0B/A19616001CBBEF200B
1D/A195B6001C2840451D
Now what I would like to be able to do is delete the quarantine/queue ID, but haven't found a command to do so.
I know if I simply delete the queue file, that breaks it from within PMG.
Thank you!