[Bug 1154004] Re: Sender address is not validated correctly

Mark Sapiro mark at msapiro.net
Tue Mar 12 16:52:16 CET 2013


This is not a bug. By design and by default, Mailman determines a post
to be from a list member if any of the From: header, envelope sender,
Reply-To: header or Sender: header addresses is a list member. Note that
these refer to the incoming values, not the Sender: or envelope sender
or possibly munged Reply-To: in the outgoing post.

This is controlled by the configuration setting SENDER_HEADERS with
default

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

(None here means the unix from or envelope sender). To accept as from a
list member, for example, only messages whose From: header has a list
member address, put

SENDER_HEADERS = ('from',)

in mm_cfg.py.

Note that this has nothing to do with
<https://bugs.launchpad.net/mailman/+bug/266824> or
<https://bugs.launchpad.net/mailman/+bug/266644>.


** Changed in: mailman
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Mailman
Coders, which is subscribed to GNU Mailman.
https://bugs.launchpad.net/bugs/1154004

Title:
  Sender address is not validated correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/mailman/+bug/1154004/+subscriptions


More information about the Mailman-coders mailing list