Uploaded image for project: 'James Server'
  1. James Server
  2. JAMES-1434

Partial recipient matched mail is not processed by following matcher/mailet pair

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.0.0-beta5
    • None
    • None

    Description

      Using mailet container setting:
      <mailet match="RecipientIs=test@localhost" class="LogMessage"/>
      <mailet match="All" class="LogMessage">
      <passThrough>
      false
      </passThrough>
      </mailet>
      and SMTP command:
      ehlo localhost
      mail from: <from@localhost>
      rcpt to: <test@localhost>
      rcpt to: <test1@localhost>
      data

      test

      .
      It was expected to receive 3 log messages but only 2 message received with different mail name.

      Attachments

        1. partial_match.patch
          9 kB
          TzeKai Lee
        2. routesDef.xml
          4 kB
          TzeKai Lee

        Activity

          People

            Unassigned Unassigned
            chikei TzeKai Lee
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: