I am using MM 2.1.4 and have been getting some "Uncaught bounce
notification" messages from it.  The MTA is Postfix (a 2.1.0 snapshot as
of 20040209) and it is the local MTA (i.e. on the same machine and in
the same administrative domain as MM) that is generating the bounces,
complete with DSNs.

The issue seems to be that the Action: in the DSN is "delayed".  These
delivery notifications are the "we have been trying for 4 hours and have
not been successful but will try for 5 days before giving up" kind of
notifications.

Looking into the DSN handling code for MM, I see that in DSN.py, the
check() method returns "Stop" if action == 'delayed'.  The caller
(BouncerAPI.py:ScanMessages()) then returns an empty list if the callee
returns Stop, which triggers the "unknown bounce" processing.

Why is delayed not handled more gracefully than treating it as an
unknown bounce type?  Or am I totally missing something here?

Thanx,
b.


Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Mailman-Developers mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-developers
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Reply via email to