On Sat, Jul 12, 2003 at 08:17:03PM -0300, Manuel Lemos wrote:
> 
> You may want to try this class for creating lists with the ezmlm mailing 
> list manager. It has support for creating and editing the lists 
> properties and even has a SOAP interface for accessing the subscriptions 
> from remote machines.

The ezmlm package has a number of problems that make it really annoying
to deal with; it has its own way of interpreting message headers which
isn't much related to any RFC.  The primary problem is the fact that it
considers the "Return-Path" header (i.e. the envelope sender) to be the
authoritative address of the sender, superceding the From and Reply-To
headers.  The only way around it is to "spoof" the envelope sender,
thereby falsifying your headers.  Gahgh.

Now ... if you were to write a class to manage Mailman configs ... that
would be useful.  ;-)

-- 
  Paul Chvostek                                             <[EMAIL PROTECTED]>
  it.canada                                            http://www.it.ca/
  Free PHP web hosting!                            http://www.it.ca/web/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to