function do_from_header (cb) {
    const from = trans.header.get_decoded('from');
    const fmatch = email_re.exec(from);
    if (fmatch) {
      return plugin.do_lookups(connection, cb, fmatch[1], 'from');