On 3/12/19 10:18 AM, aaryan bhagat wrote: > Of course I will focus on what you explained me earlier. > I just wanted to get a detailed understanding og what it is doing already. > Thanks for help!
To answer the question ... > > Since there are two types of bounces. What is the return format of > the first type ( failures in SMTP )? > > Do we need some encoding to their response also? runners/bounce.py never sees the failures in smtp delivery. They are handled in runners/outgoing.py and are not processed by flufl.bounce at all. In that case, runners/outgoing.py gets the addresses of temporary and permanent failures in the error response when mta/deliver.py raises SomeRecipientsFailed -- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan _______________________________________________ Mailman-Developers mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/mailman-developers.python.org/ Mailman FAQ: https://wiki.list.org/x/AgA3 Security Policy: https://wiki.list.org/x/QIA9
