処理の流れ
  For each of N connections {
    ...
    For each filter
      # connectステージ
      process connection (xxfi_connect)
    For each filter
      # heloステージ
      process helo (xxfi_helo)
    ...
  }