Gary Kaplan wrote:

>One of my users informed me that she got this message in which a couple
>hundred address from the list were disclosed. I want to know if there is a
>way to stop this. I don't want everyone who gets a probe message to see
>everyone's email address. I have noted where the address are listed but left
>the actual addresses off.
>
>
>>This is a probe message.  You can ignore this message.
>>
<snip>
>>
>>Received: from mailnull by washington.hostforweb.net with local (Exim 4.41)
>>      id 1C9XAp-000348-CZ
>>      for [EMAIL PROTECTED]; Mon, 20 Sep 2004 19:02:19 -0400
>>X-Failed-Recipients:
>
>At this point it lists a couple hundred email addresses
>
>Then is says this:
>
>>Auto-Submitted: auto-generated
>>From: Mail Delivery System <[EMAIL PROTECTED]>
>>To: [EMAIL PROTECTED]
>>Subject: Mail delivery failed: returning message to sender
>>Message-Id: <[EMAIL PROTECTED]>
>>Date: Mon, 20 Sep 2004 19:02:19 -0400
>>
>>This message was created automatically by mail delivery software.
>>
>>A message that you sent could not be delivered to one or more of its
>>recipients. This is a permanent error. The following address(es) failed:
>
>and list the addresses again.

It appears that Mailman is appending the bounce message to the probe
and in this case there were "a couple hundred" subscribers in the
washington.hostforweb.net domain that bounced.

In any case, this seems to be sufficient reason to not append the
original bounce mesage to the probe.

I'm far from fluent in Python, but it looks like either

  self.sendProbe(member, msg)
in the routine
  def registerBounce(self, member, msg, weight=1.0, day=None):
in Bouncer.py

or
  outer.attach(MIMEMessage(msg))
in
  def sendProbe(self, member, msg):
in Deliverer.py

are places where this can be addressed.

--
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