i think I'm to blame, its not subscribe/unsubscribe but something like
"list-on" "list-off" ... but don't quote me

> -----Original Message-----
> From: sbelt [mailto:[EMAIL PROTECTED]]
> Sent: Friday, July 06, 2001 5:31 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Setting up a mail list
>
>
> Thanks, Charles. This cleared up the error.
>
> Now I have how-to questions: I see in the mail archive that I can
> join/drop
> the list by sending commands subscribe/unsubscribe to the address
> I setup in
> the config.xml. But how do I send the commands? I have tried sending an
> email with subscribe in the subject and message body, but these emails
> simply end up in the error folder.
>
> What is the format for subscribing to the list?
> Can I do this from the back-end by modifying specific files? (I am using
> file repositories/etc now)
>
> TIA,
> Steve B.
>
> Below is the relavent pieces of my config.xml:
>
>           <!-- Sample listserv wrapping a local avalon list of users. -->
>           <mailet match="[EMAIL PROTECTED]"
>                   class="AvalonListservManager">
>             <repositoryName>list-support</repositoryName>
>           </mailet>
>
>           <mailet match="[EMAIL PROTECTED]"
> class="AvalonLists
> erv">
>             <membersonly> false </membersonly>
>             <attachmentsallowed> true </attachmentsallowed>
>             <replytolist> true </replytolist>
>             <repositoryName>list-support</repositoryName>
>             <subjectprefix>ServiceCart</subjectprefix>
>           </mailet>
>
>       <repository name="list-support"
>
> class="org.apache.james.userrepository.UsersFileRepository">
>         <destination URL="file://var/lists/list-support/"/>
>       </repository>
>
>
> ----- Original Message -----
> From: "Charles Benett" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, July 06, 2001 2:03 AM
> Subject: Re: Setting up a mail list
>
>
> > There were bugs (the config file and the code didn't match) that I
> corrected
> > the day after the last nightly build.
> > It should work if you get the current config file from cvsweb at:
> >
> >
> http://jakarta.apache.org/cvsweb/index.cgi/jakarta-james/src/conf/
james-conf
ig.xml
>
> download the latest revision (1.7), rename it to config.xml and swap with
your
> existing one.
>
> Charles
>
> sbelt wrote:
>
> > I am trying to setup a mail list. The James website appears to be
truncated
> > on this subject, and I did not see the problem reported in the archives.
> > BTW, I am running off the 20010623 nitely on my Linux Mandrake 8.0 (ala
> > Redhat) using IBM jdk 1.3.

<snip>


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


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

Reply via email to