[Mailman-Developers] (forw) Re: [Mailman-Users] bounce detection broken?

Skye Poier skye@ffwd.cx
Thu, 17 Oct 2002 15:29:16 -0700


Here's another -users post that may be interesting.
I'm not sure if MSEXCH bounces are supposed to be picked up -
if not, feel free to integrate my patch.

Skye

----- Forwarded message from Skye Poier <skye@ffwd.cx> -----

From: Skye Poier <skye@ffwd.cx>
To: mailman-users@python.org
Subject: Re: [Mailman-Users] bounce detection broken?
Date: Wed, 16 Oct 2002 17:00:47 -0700

Another followup.
I added the following to SimpleMatch.py

    # MSEXCH
    (_c('did not reach the following recipient'),
     _c('MSEXCH:'),
     _c('(?P<addr>[^ ]*) on ')),

to catch bounces like this:

Your message

  To:      test@ffwd.cx
  Subject: [Test] test8
  Sent:    Tue, 15 Oct 2002 19:51:22 -0500

did not reach the following recipient(s):

martind@icpas.org on Tue, 15 Oct 2002 19:57:11 -0500
    The recipient name is not recognized
        The MTS-ID of the original message is: c=us;a= ;p=illinois cpa
soc;l=ICPASNT102101600574W9M1ATW
    MSEXCH:IMS:Illinois CPA Society:ICPAS:ICPASNT1 0 (000C05A6) Unknown
Recipient

However the DSN match problem is unexplained, and I'm not sure why my
OLD version of mailman 2.0beta4 did NOT spam list-admin with these.

Should I be directing this to mailman-developers?  I feel like I'm
talking to myself...

Skye


------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
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/

----- End forwarded message -----