I created a mailing list with this mailet configuration:

                 <mailet match="[EMAIL PROTECTED]"
class="AvalonListservManager">
                          <repositoryName>list-james</repositoryName>
                          <membersPath>file://../var/users/list-james</membersPath>
                  </mailet>

          <mailet match="[EMAIL PROTECTED]"
class="AvalonListserv">
                        <membersonly> true </membersonly>
                        <attachmentsallowed> false </attachmentsallowed>
                        <replytolist> true </replytolist>
                        <membersPath>
file://../var/users/list-james</membersPath>
          </mailet>

Two users has subscribed without problems, but when somebody try to send
message the following exception appears:


Exception in processer <root>
java.lang.NullPointerException
        at
org.apache.james.transport.mailets.AvalonListserv.getMembers(AvalonListserv.
java:73)
        at
org.apache.james.transport.mailets.GenericListserv.service(GenericListserv.j
ava:64)
        .......

Thanks.

                        Davide Frigerio


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to