passphrase:

You can share or save the current URL to preserve your script.

Write Python that defines match_fn(oa), which returns "True" for a match.

example scripts:
  'oa' is a dict representing an office action. 
  it has the following fields:
    "sn": the serial number, 
    "document_id": the doc_id of the office action.
    "total_pages": the total number of documents+attachments in the office action.
    "content_of_first_page": the content of the first message, usually the letter.
    "drawing_code": drawing code. "2" is image only.
    "document_type": the document type. Always an office action.
    "category_type": the category of office action. always outgoing.
    "mailroom_date": send date of the office action.