> php-script mails to
> [EMAIL PROTECTED] string like "subscribe
> Address_of_recipient".
> But mailman's replies (with subscription confirmation) comes to address
> [EMAIL PROTECTED]!!!
This is a PHP question, not Mailman.
Set the From: and Reply-to headers to the address of the subscriber:
mail("[EMAIL PROTECTED]",
"",
"subscribe",
"From: $subscriber_address\nReply-to: $subscriber-address");
See also PHP documentation for the function mail().
Gergo
> (apache web-server running under user
> apache). It is not the result I wait. I want mailman send subscription
> confirmation to address, given in message body, that I sent to
> list_name-request!
> Please, help me to solve this problem. I tried to change some parameters
> in Defaults.py - no result.
> SMTP server is postfix.
> Thanks in advance!
>
>
> ------------------------------------------------------
> Mailman-Users maillist - [EMAIL PROTECTED]
> http://mail.python.org/mailman/listinfo/mailman-users
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
------------------------------------------------------
Mailman-Users maillist - [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users