Brian Sammon wrote:

>How does mailman authenticate messages to verify that the sender is a member 
>of the list?  Does it use the From header, the Sender header, or the SMTP 
>envelope?
>Is this configurable?

It's configurable.

See the comments in Defaults.py preceding the assignments

USE_ENVELOPE_SENDER = No

and

SENDER_HEADERS = ('from', None, 'reply-to', 'sender')

As always, make changes in mm_cfg.py, not Defaults.py.

--
Mark Sapiro <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

Reply via email to