On 12/11/19 8:16 AM, Peter Münster wrote:
On Tue, Jan 30 2018, Mark Sapiro wrote:
Mailman is not processing bounces other than storing them in the database. See <https://gitlab.com/mailman/mailman/issues/343>.
Hi,
It seems, that the content (the body) of the bounce-message is not stored. How could I please get and see the content?
You need to tweek your MTA to copy -bounces mail to you or just send them to you since they aren't processed anyway. Alternatively, you could patch Mailman to forward all bounces as 'unrecognized.
--- a/src/mailman/runners/bounce.py +++ b/src/mailman/runners/bounce.py @@ -77,6 +77,7 @@ class BounceRunner(Runner): # bytes/8-bit strings, but we must store them as unicodes in the # database. Assume utf-8 encoding, but be cautious. if len(addresses) > 0: + maybe_forward(mlist, msg) for address in addresses: if isinstance(address, bytes): try:
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan