On 1/25/21 1:18 PM, Philip Paeps wrote: > > Thanks for the extra context. I'm beginning to understand how this > works now. > >> If you were to add WrapMessge, the only difference between this and >> GLOBAL_PIPELINE is this one added DeDuper at the beginning. Since I >> don't know what that does, I don't know if it's important or not, but >> if it is, you could restore the list's pipeline with the addition of >> WrapMessage. > > The DeDuper is a local addition we have (and it exists in our > GLOBAL_PIPELINE). It keeps a cache of recently seen message-ids on the > list and discards duplicates. This is in place because our lists can be > addressed both as [email protected] and [email protected]. > When someone does reply-all to a message with an original To: header of > [email protected], two copies of the message arrive at the list.
OK. So the correct pipeline for this list with WrapMessage included is the same as your GLOBAL_PIPELINE, so just deleting the list specific pipeline is the correct solution. -- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list -- [email protected] To unsubscribe send an email to [email protected] 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/[email protected]/ https://mail.python.org/archives/list/[email protected]/
