You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by "Clark D. Richey, Jr." <cl...@clarkrichey.com> on 2003/05/27 16:48:31 UTC

restricting mailing list postings

I am using James with a MySQL DB to support a few small (200 users)
mailing lists. Is there any easy way to support a list that is announce
only? I want the list to only accept messages from my email address so
that members can't post to it.

 

Thanks.


Re: restricting mailing list postings

Posted by Hontvari Jozsef <ho...@solware.com>.
yes, I think so. Send the mails addresses to the list to a new processor.
The new processor checks the sender with a matcher. If it is not
appropriate, then bounce back the message, otherwise process it with one of
the mail list mailets.

----- Original Message -----
From: "Clark D. Richey, Jr." <cl...@clarkrichey.com>
To: <ja...@jakarta.apache.org>
Sent: Tuesday, May 27, 2003 4:48 PM
Subject: restricting mailing list postings


> I am using James with a MySQL DB to support a few small (200 users)
> mailing lists. Is there any easy way to support a list that is announce
> only? I want the list to only accept messages from my email address so
> that members can't post to it.
>
>
>
> Thanks.
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: james-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: james-user-help@jakarta.apache.org


RE: restricting mailing list postings

Posted by "Noel J. Bergman" <no...@devtech.com>.
You could use a series of matchers involving RecipientIs and SenderIs.  Or
you could modify the list processor.

	--- Noel

-----Original Message-----
From: Clark D. Richey, Jr. [mailto:clark@clarkrichey.com]
Sent: Tuesday, May 27, 2003 10:49
To: james-user@jakarta.apache.org
Subject: restricting mailing list postings


I am using James with a MySQL DB to support a few small (200 users)
mailing lists. Is there any easy way to support a list that is announce
only? I want the list to only accept messages from my email address so
that members can't post to it.



Thanks.



---------------------------------------------------------------------
To unsubscribe, e-mail: james-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: james-user-help@jakarta.apache.org