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

Documentation bug in matcher & mailets

    XMLWordPrintableJSON

Details

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

    Description

      Could someone update
      http://james.apache.org/server/3/dev-extend-mailet.html

      Section "Adding Your Mailet to the Classpath" is wrong.

      remove
      1a & 1b

      1c. is ok Jars can be placed in the james/conf/lib directory
      or james/bin/setenv.sh can be updated, where CLASSPATH_PREFIX can be pointed to your jar files.

      And remove
      — copy
      2. After this is done get sure you add the mailet package to the mailetcontainer.xml. For example:

      <!-- Set the Java packages from which to load mailets and matchers -->
      <mailetpackages>
      <mailetpackage>org.apache.james.transport.mailets</mailetpackage>
      <mailetpackage>org.apache.james.transport.mailets.smime</mailetpackage>
      <mailetpackage>your.costum.package.transport-mailets</mailetpackage>
      </mailetpackages>

      — paste

      The correct information is that mailetcontainer.xml is now mailetcontainer.conf
      The mailetpackages entity is no longer required, the class attribute of mailets and (I presume) matchers now takes a fully qualified class name
      e.g.
      <mailet match="All" class="com.your.company.MyMailet"/>

      Attachments

        Activity

          People

            eric@apache.org Eric Charles
            pjaol Patrick O'Leary
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: