On 6/11/20 5:31 AM, florian.roe...@gmx.de wrote: > > I am really new to mailman so maybe I am just missing something obvious. > However, as far as I understood, when a message sent from a list triggers a > bounce at some user, mailman will try to automatically parse the bounce, > assign appropriate bounce scores and then discard the message. However, I > would like to see the bounce message.
Mailman doesn't keep the actual bounce DSN. It keeps a record of bounces in the bounceevent table in the database, but this does not include the actual DSN. Mailman 2.1 has options to forward the DSN to the list owners when delivery is disabled or when the score is incremented, but these are not (yet) implemented in Mailman3. What you can do is arrange for the MTA to send copies of any mail to the LISTNAME-bounces address to you or store them in a local mailbox. How you would do this depends on your MTA and how it it currently configured. You could also do something similar by patching mailman/runners/lmtp.py to send -bounces mail to -owner in addition or instead. You could also modify the BounceProcessor.register method in mailman/model/bounce.py to save the message somewhere. -- Mark Sapiro <m...@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list -- mailman-users@python.org To unsubscribe send an email to mailman-users-le...@python.org https://mail.python.org/mailman3/lists/mailman-users.python.org/ Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/ https://mail.python.org/archives/list/mailman-users@python.org/