read http://jakarta.apache.org/james/FAQ.html#1

then if you look in the lists tableyou will see two columns, one for the
list name one for a subscribe address, you can fill these fields with text
entries, eg ; insert into list(list_name,
subscriber)values("friendlist","[EMAIL PROTECTED]"); and if you have the
mailet configured thus:

<mailet match="RecipientIs=theboyz@localhost" class="AvalonListserv">
        <membersonly> true </membersonly>
        <attachmentsallowed> true </attachmentsallowed>
        <replytolist> true </replytolist>
        <repositoryName>friendlist</repositoryName>
        <subjectprefix>My Homies!</subjectprefix>
</mailet>

any mail sent to theboyz@localhost will be distributed to addresses with a
list name entry of friendlist.

d.


> -----Original Message-----
> From: Eric Chow [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, February 27, 2002 4:32 AM
> To: [EMAIL PROTECTED]
> Subject: Create a Mail-List ?
>
>
> Hi,
>
> I put all the mails(including the inbox, users, lists,
> messagee, etc) into MySQL database.
>
>
> Is it possible to create a mail-list into the
> database?
>
> I want to create a mail-list "friend-list" that
> including the following emails(eric@localhost,
> sam@localhost, joey@localhost)
>
> Where should I set this? What is the purpose of the
> table "lists" ?
>
> Best regards,
> Eric
>
>
> =====
> ==========================================================
>  Chow Hoi Ka, Eric
>  Email : [EMAIL PROTECTED]
> ==========================================================
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Greetings - Send FREE e-cards for every occasion!
> http://greetings.yahoo.com
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>


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

Reply via email to