function do_replyto_header (cb) {
    const replyto = trans.header.get('reply-to');
    const rmatch = email_re.exec(replyto);
    if (rmatch) {
      return plugin.do_lookups(connection, cb, rmatch[1], 'replyto');